From 1816b876ee8992387c2996979fbd4b1ba39ab554 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 21 Mar 2019 13:28:33 +0100 Subject: [PATCH] update: add missing hosts in facts gathering iscsigws were missing. The 'complete upgrade' couldn't complete because rolling_update was set to False for iscsigw nodes. Signed-off-by: Guillaume Abrioux --- infrastructure-playbooks/rolling_update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index 44199559e..c584f19e4 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -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 -- 2.39.5