Merge "Disable trigger for backupninja_backup to prevent double-run" into release/proposed/2019.2.0
diff --git a/debmirror/mirror_mirantis_com/ubuntu/xenial.yml b/debmirror/mirror_mirantis_com/ubuntu/xenial.yml
index e49a911..8781811 100644
--- a/debmirror/mirror_mirantis_com/ubuntu/xenial.yml
+++ b/debmirror/mirror_mirantis_com/ubuntu/xenial.yml
@@ -193,3 +193,5 @@
811: --include='/main/u/update-notifier/' # PROD-30102 Req for ceph
812: --include='/main/k/krb5/' # Req for curl
813: --include='universe/g/glibc/' # PROD-35417 Req for rabbitmq 3.8.2
+ 814: --include='universe/o/opensaml2' # PROD-35464 Req for SAML2/Federation
+ 815: --include='universe/x/xmltooling' # PROD-35464 Req for SAML2/Federation
diff --git a/debmirror/mirror_mirantis_com/update/ubuntu/xenial.yml b/debmirror/mirror_mirantis_com/update/ubuntu/xenial.yml
index bdb35be..5ed6905 100644
--- a/debmirror/mirror_mirantis_com/update/ubuntu/xenial.yml
+++ b/debmirror/mirror_mirantis_com/update/ubuntu/xenial.yml
@@ -193,3 +193,5 @@
811: --include='/main/u/update-notifier/' # PROD-30102 Req for ceph
812: --include='/main/k/krb5/' # Req for curl
813: --include='universe/g/glibc/' # PROD-35417 Req for rabbitmq 3.8.2
+ 814: --include='universe/o/opensaml2' # PROD-35464 Req for SAML2/Federation
+ 815: --include='universe/x/xmltooling' # PROD-35464 Req for SAML2/Federation
diff --git a/docker/swarm/stack/monitoring/prometheus/init.yml b/docker/swarm/stack/monitoring/prometheus/init.yml
index 924c08c..b364259 100644
--- a/docker/swarm/stack/monitoring/prometheus/init.yml
+++ b/docker/swarm/stack/monitoring/prometheus/init.yml
@@ -9,6 +9,7 @@
prometheus_storage_heap_size: 3221225472
prometheus_storage_num_fingerprint_mutexes: 4096
prometheus_cors_origin: '.*'
+ prometheus_alert_resend_delay: "2m"
docker:
client:
stack:
@@ -43,6 +44,7 @@
PROMETHEUS_BIND_ADDRESS: ${prometheus:server:bind:address}
PROMETHEUS_STORAGE_LOCAL_RETENTION: ${prometheus:server:storage:local:retention}
PROMETHEUS_EXTERNAL_URL: "${_param:prometheus_external_proto}://${_param:prometheus_external_url}:15010"
+ PROMETHEUS_ALERT_RESEND_DELAY: "${_param:prometheus_alert_resend_delay}"
# Backward compatibility for Prometheus 1.7
PROMETHEUS_STORAGE_LOCAL_ENGINE: ${_param:prometheus_storage_local_engine}
PROMETHEUS_STORAGE_LOCAL_TARGET_HEAP_SIZE: ${_param:prometheus_storage_heap_size}
diff --git a/docker/swarm/stack/monitoring/sf_notifier.yml b/docker/swarm/stack/monitoring/sf_notifier.yml
index b8b2dd6..5770b09 100644
--- a/docker/swarm/stack/monitoring/sf_notifier.yml
+++ b/docker/swarm/stack/monitoring/sf_notifier.yml
@@ -2,7 +2,7 @@
- system.prometheus.sf_notifier.container
parameters:
_param:
- sf_notifier_workers: 4
+ sf_notifier_workers: 8
sf_notifier_buffer_size: 32768
sf_notifier_alert_id_hash_func: sha256
docker:
diff --git a/jenkins/client/job/ceph/remove-node.yml b/jenkins/client/job/ceph/remove-node.yml
index db43faf..aa32c4c 100644
--- a/jenkins/client/job/ceph/remove-node.yml
+++ b/jenkins/client/job/ceph/remove-node.yml
@@ -45,3 +45,8 @@
type: boolean
default: 'true'
description: Wait for healthy during pipeline
+ CLEANDISK:
+ type: boolean
+ default: 'false'
+ description: Clean data/block partitions
+
diff --git a/jenkins/client/job/ceph/remove-osd.yml b/jenkins/client/job/ceph/remove-osd.yml
index 6f8452d..bff0d75 100644
--- a/jenkins/client/job/ceph/remove-osd.yml
+++ b/jenkins/client/job/ceph/remove-osd.yml
@@ -43,3 +43,8 @@
type: boolean
default: 'true'
description: Wait for healthy during pipeline
+ CLEANDISK:
+ type: boolean
+ default: 'false'
+ description: Clean data/block partitions
+
diff --git a/jenkins/client/job/ceph/upgrade.yml b/jenkins/client/job/ceph/upgrade.yml
index b425456..013515b 100644
--- a/jenkins/client/job/ceph/upgrade.yml
+++ b/jenkins/client/job/ceph/upgrade.yml
@@ -78,3 +78,8 @@
type: string
default: '/root'
description: Select the target dir to backup to when BACKUP_ENABLED
+ RUNHIGHSTATE:
+ type: boolean
+ default: 'false'
+ description: Run HighStates on target nodes after upgrade
+
diff --git a/jenkins/client/job/deploy/update/update_ceph.yml b/jenkins/client/job/deploy/update/update_ceph.yml
index 090b47f..3eb876b 100644
--- a/jenkins/client/job/deploy/update/update_ceph.yml
+++ b/jenkins/client/job/deploy/update/update_ceph.yml
@@ -33,3 +33,8 @@
type: string
default: ''
description: Flags to be aplied before pipeline and after pipeline (comma-separated list)
+ RUNHIGHSTATE:
+ type: boolean
+ default: 'false'
+ description: Run HighStates on target nodes after upgrade
+