Просмотр исходного кода

Drop atomic-enterprise as a valid deployment type in upgrade.

Devan Goodwin 8 лет назад
Родитель
Сommit
b3d66ad8db
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      playbooks/common/openshift-cluster/upgrades/pre.yml

+ 2 - 2
playbooks/common/openshift-cluster/upgrades/pre.yml

@@ -42,9 +42,9 @@
   tasks:
   tasks:
   - fail:
   - fail:
       msg: >
       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
         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
   # Error out in situations where the user has older versions specified in their
   # inventory in any of the openshift_release, openshift_image_tag, and
   # inventory in any of the openshift_release, openshift_image_tag, and