Explorar o código

dynamic inventory bug when group exists but its empty

Mangirdas %!s(int64=7) %!d(string=hai) anos
pai
achega
da60c1b58b

+ 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