Преглед на файлове

dynamic inventory bug when group exists but its empty

Mangirdas преди 7 години
родител
ревизия
da60c1b58b
променени са 2 файла, в които са добавени 5 реда и са изтрити 1 реда
  1. 1 0
      roles/openshift_node/tasks/storage_plugins/iscsi.yml
  2. 4 1
      roles/openshift_storage_glusterfs/tasks/glusterfs_common.yml

+ 1 - 0
roles/openshift_node/tasks/storage_plugins/iscsi.yml

@@ -15,6 +15,7 @@
     name: "{{ item }}"
     state: started
     enabled: True
+  when: not openshift_is_atomic | bool
   with_items:
     - multipathd
     - rpcbind

+ 4 - 1
roles/openshift_storage_glusterfs/tasks/glusterfs_common.yml

@@ -313,7 +313,10 @@
   - glusterfs_storageclass or glusterfs_s3_deploy
 
 - include_tasks: glusterblock_deploy.yml
-  when: glusterfs_block_deploy
+  when:
+  - glusterfs_block_deploy
+  #TODO: Remove this when multipathd will be available on atomic
+  - not openshift_is_atomic | bool
 
 - block:
   - name: Create heketi block secret