소스 검색

Merge pull request #1130 from sdodson/bz1296022

Install gluster and ceph packages when containerized but not atomic
Brenton Leanhardt 9 년 전
부모
커밋
b239a510e1
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      roles/openshift_node/tasks/storage_plugins/ceph.yml
  2. 1 1
      roles/openshift_node/tasks/storage_plugins/glusterfs.yml

+ 1 - 1
roles/openshift_node/tasks/storage_plugins/ceph.yml

@@ -1,4 +1,4 @@
 ---
 - name: Install Ceph storage plugin dependencies
   action: "{{ ansible_pkg_mgr }} name=ceph-common state=present"
-  when: not openshift.common.is_containerized | bool
+  when: not openshift.common.is_atomic | bool

+ 1 - 1
roles/openshift_node/tasks/storage_plugins/glusterfs.yml

@@ -1,7 +1,7 @@
 ---
 - name: Install GlusterFS storage plugin dependencies
   action: "{{ ansible_pkg_mgr }} name=glusterfs-fuse state=present"
-  when: not openshift.common.is_containerized | bool
+  when: not openshift.common.is_atomic | bool
 
 - name: Set sebooleans to allow gluster storage plugin access from containers
   seboolean: