]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
update: add missing hosts in facts gathering
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 21 Mar 2019 12:28:33 +0000 (13:28 +0100)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Mon, 25 Mar 2019 20:02:56 +0000 (16:02 -0400)
iscsigws were missing.
The 'complete upgrade' couldn't complete because rolling_update was set
to False for iscsigw nodes.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
infrastructure-playbooks/rolling_update.yml

index 44199559e36a43c67bada834068a06659f403dc3..c584f19e442739dd9abc4bf6dd96d268978cfa0a 100644 (file)
@@ -48,6 +48,7 @@
     - "{{ rbd_mirror_group_name|default('rbdmirrors') }}"
     - "{{ nfs_group_name|default('nfss') }}"
     - "{{ client_group_name|default('clients') }}"
+    - "{{ iscsi_gw_group_name|default('iscsigws') }}"
 
   become: True
   gather_facts: False