From 79bd06ad28d8a078bd95923b230eb8d5b66095b2 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Fri, 5 Oct 2018 13:15:54 +0200 Subject: [PATCH] rolling_update: add ceph-handler role since the introduction of ceph-handler, it has to be added in rolling_update playbook as well Signed-off-by: Guillaume Abrioux --- infrastructure-playbooks/rolling_update.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index 3013fffa3..d5d5ea64f 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -117,6 +117,7 @@ roles: - ceph-defaults + - ceph-handler - { role: ceph-common, when: not containerized_deployment } - { role: ceph-docker-common, when: containerized_deployment } - ceph-config @@ -289,6 +290,7 @@ roles: - ceph-defaults + - ceph-handler - { role: ceph-common, when: not containerized_deployment } - { role: ceph-docker-common, when: containerized_deployment } - ceph-config @@ -353,6 +355,7 @@ roles: - ceph-defaults + - ceph-handler - { role: ceph-common, when: not containerized_deployment } - { role: ceph-docker-common, when: containerized_deployment } - ceph-config @@ -506,6 +509,7 @@ roles: - ceph-defaults + - ceph-handler - { role: ceph-common, when: not containerized_deployment } - { role: ceph-docker-common, when: containerized_deployment } - ceph-config @@ -552,6 +556,7 @@ roles: - ceph-defaults + - ceph-handler - { role: ceph-common, when: not containerized_deployment } - { role: ceph-docker-common, when: containerized_deployment } - ceph-config @@ -606,6 +611,7 @@ roles: - ceph-defaults + - ceph-handler - { role: ceph-common, when: not containerized_deployment } - { role: ceph-docker-common, when: containerized_deployment } - ceph-config @@ -656,6 +662,7 @@ roles: - ceph-defaults + - ceph-handler - { role: ceph-common, when: not containerized_deployment } - { role: ceph-docker-common, when: containerized_deployment } - ceph-config @@ -711,6 +718,7 @@ roles: - ceph-defaults + - ceph-handler - { role: ceph-common, when: not containerized_deployment } - { role: ceph-docker-common, when: containerized_deployment } - ceph-config @@ -741,6 +749,7 @@ roles: - ceph-defaults + - ceph-handler - { role: ceph-common, when: not containerized_deployment } - { role: ceph-docker-common, when: containerized_deployment } - ceph-config