summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted_templates/files/v1.4/enterprise/metrics-deployer.yaml
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-11-04 10:22:33 -0400
committerScott Dodson <sdodson@redhat.com>2016-11-04 10:23:01 -0400
commit47a31c4d692479242eefaa5ec64ddf27d2775b0f (patch)
tree2cd8c269a31499e42fea44252c7457290e0458fa /roles/openshift_hosted_templates/files/v1.4/enterprise/metrics-deployer.yaml
parent236fe4eb0cc2be81dce37b4655292af6e8101d62 (diff)
downloadopenshift-47a31c4d692479242eefaa5ec64ddf27d2775b0f.tar.gz
openshift-47a31c4d692479242eefaa5ec64ddf27d2775b0f.tar.bz2
openshift-47a31c4d692479242eefaa5ec64ddf27d2775b0f.tar.xz
openshift-47a31c4d692479242eefaa5ec64ddf27d2775b0f.zip
Update hosted_templates
Diffstat (limited to 'roles/openshift_hosted_templates/files/v1.4/enterprise/metrics-deployer.yaml')
-rw-r--r--roles/openshift_hosted_templates/files/v1.4/enterprise/metrics-deployer.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/openshift_hosted_templates/files/v1.4/enterprise/metrics-deployer.yaml b/roles/openshift_hosted_templates/files/v1.4/enterprise/metrics-deployer.yaml
index 1b46d6ac7..97a86c11d 100644
--- a/roles/openshift_hosted_templates/files/v1.4/enterprise/metrics-deployer.yaml
+++ b/roles/openshift_hosted_templates/files/v1.4/enterprise/metrics-deployer.yaml
@@ -62,6 +62,8 @@ objects:
value: ${MASTER_URL}
- name: MODE
value: ${MODE}
+ - name: CONTINUE_ON_ERROR
+ value: ${CONTINUE_ON_ERROR}
- name: REDEPLOY
value: ${REDEPLOY}
- name: IGNORE_PREFLIGHT
@@ -114,6 +116,10 @@ parameters:
description: "Can be set to: 'preflight' to perform validation before a deployment; 'deploy' to perform an initial deployment; 'refresh' to delete and redeploy all components but to keep persisted data and routes; 'redeploy' to delete and redeploy everything (losing all data in the process); 'validate' to re-run validations after a deployment"
name: MODE
value: "deploy"
+-
+ description: "Set to true to continue even if the deployer runs into an error."
+ name: CONTINUE_ON_ERROR
+ value: "false"
-
description: "(Deprecated) Turns 'deploy' mode into 'redeploy' mode, deleting and redeploying everything (losing all data in the process)"
name: REDEPLOY