From 0897c965ff4733aa8782407fa4d4230d75568dc5 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Thu, 27 Oct 2016 14:17:56 -0500 Subject: [PATCH] rolling_update: define mon_group_name when upgrading the mons see: https://bugzilla.redhat.com/show_bug.cgi?id=1389456 Signed-off-by: Andrew Schoen Resolves: rhbz#1389456 --- 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 b36349fa4..7b5eb1df1 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -63,6 +63,7 @@ - name: upgrade ceph mon cluster vars: + mon_group_name: mons health_mon_check_retries: 5 health_mon_check_delay: 10