소스 검색

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