diff options
author | Stefanie Forrester <sedgar@redhat.com> | 2015-11-25 13:03:58 -0500 |
---|---|---|
committer | Stefanie Forrester <sedgar@redhat.com> | 2015-12-01 14:04:25 -0500 |
commit | 91411addfbaec7db5a039358d9fac8736f064b57 (patch) | |
tree | c664faf92a6390134dff480d4f1f941fd79330a3 /playbooks/common/openshift-cluster | |
parent | ebf659b0c1775f9be3e52a8ef420d568656c10f9 (diff) | |
download | openshift-91411addfbaec7db5a039358d9fac8736f064b57.tar.gz openshift-91411addfbaec7db5a039358d9fac8736f064b57.tar.bz2 openshift-91411addfbaec7db5a039358d9fac8736f064b57.tar.xz openshift-91411addfbaec7db5a039358d9fac8736f064b57.zip |
added upgrade playbook for online
Diffstat (limited to 'playbooks/common/openshift-cluster')
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml b/playbooks/common/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml index 00ebf4ce6..0309e8a77 100644 --- a/playbooks/common/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml +++ b/playbooks/common/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml @@ -36,9 +36,9 @@ - fail: msg: > - This upgrade is only supported for origin and openshift-enterprise + This upgrade is only supported for origin, openshift-enterprise, and online deployment types - when: deployment_type not in ['origin','openshift-enterprise'] + when: deployment_type not in ['origin','openshift-enterprise', 'online'] - fail: msg: > |