Pārlūkot izejas kodu

Merge pull request #1307 from abutcher/containerized-cockpit

Enable cockpit when not is_atomic.
Brenton Leanhardt 9 gadi atpakaļ
vecāks
revīzija
9f7299d6f7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      playbooks/common/openshift-master/config.yml

+ 1 - 1
playbooks/common/openshift-master/config.yml

@@ -368,7 +368,7 @@
     cockpit_plugins: "{{ osm_cockpit_plugins | default(['cockpit-kubernetes']) }}"
     cockpit_plugins: "{{ osm_cockpit_plugins | default(['cockpit-kubernetes']) }}"
   roles:
   roles:
   - role: cockpit
   - role: cockpit
-    when: not openshift.common.is_containerized and ( deployment_type in ['atomic-enterprise','openshift-enterprise'] ) and
+    when: not openshift.common.is_atomic and ( deployment_type in ['atomic-enterprise','openshift-enterprise'] ) and
       (osm_use_cockpit | bool or osm_use_cockpit is undefined )
       (osm_use_cockpit | bool or osm_use_cockpit is undefined )
 
 
 - name: Configure flannel
 - name: Configure flannel