diff options
author | Devan Goodwin <dgoodwin@redhat.com> | 2016-09-01 14:30:58 -0300 |
---|---|---|
committer | Devan Goodwin <dgoodwin@redhat.com> | 2016-09-28 11:57:54 -0300 |
commit | b3d66ad8db005d1e0f8de67eae6471b8f1cb7800 (patch) | |
tree | 58e2a4ed6ca09726e554e639225a7dbd9c63b08f /playbooks/common | |
parent | d5545fbc68f0f398c727065faf835faca68e1fc0 (diff) | |
download | openshift-b3d66ad8db005d1e0f8de67eae6471b8f1cb7800.tar.gz openshift-b3d66ad8db005d1e0f8de67eae6471b8f1cb7800.tar.bz2 openshift-b3d66ad8db005d1e0f8de67eae6471b8f1cb7800.tar.xz openshift-b3d66ad8db005d1e0f8de67eae6471b8f1cb7800.zip |
Drop atomic-enterprise as a valid deployment type in upgrade.
Diffstat (limited to 'playbooks/common')
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/pre.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/pre.yml b/playbooks/common/openshift-cluster/upgrades/pre.yml index 3a134c802..6052481c2 100644 --- a/playbooks/common/openshift-cluster/upgrades/pre.yml +++ b/playbooks/common/openshift-cluster/upgrades/pre.yml @@ -42,9 +42,9 @@ tasks: - fail: msg: > - This upgrade is only supported for atomic-enterprise, origin, openshift-enterprise, and online + This upgrade is only supported for origin, openshift-enterprise, and online deployment types - when: deployment_type not in ['atomic-enterprise', 'origin','openshift-enterprise', 'online'] + when: deployment_type not in ['origin','openshift-enterprise', 'online'] # Error out in situations where the user has older versions specified in their # inventory in any of the openshift_release, openshift_image_tag, and |