From fb7ca818d13489440cb9c44dad56e96f4e30d34a Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Fri, 4 Oct 2019 14:58:11 +0200 Subject: [PATCH] playbook: add missing tags Add missing tag on ceph-handler role call. Otherwise, we can't use `--tags='ceph_update_config'` for updating the ceph configuration file. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1754432 Signed-off-by: Guillaume Abrioux (cherry picked from commit f59dad620d43a740466a26f7fb8eba1ffc5ba0af) --- site-docker.yml.sample | 10 ++++++++++ site.yml.sample | 9 +++++++++ 2 files changed, 19 insertions(+) diff --git a/site-docker.yml.sample b/site-docker.yml.sample index 60b343196..1ab2328cd 100644 --- a/site-docker.yml.sample +++ b/site-docker.yml.sample @@ -93,6 +93,7 @@ - role: ceph-facts tags: ['ceph_update_config'] - role: ceph-handler + tags: ['ceph_update_config'] - role: ceph-docker-common - role: ceph-config tags: ['ceph_update_config'] @@ -128,6 +129,7 @@ - role: ceph-facts tags: ['ceph_update_config'] - role: ceph-handler + tags: ['ceph_update_config'] - role: ceph-docker-common - role: ceph-config tags: ['ceph_update_config'] @@ -159,6 +161,7 @@ - role: ceph-facts tags: ['ceph_update_config'] - role: ceph-handler + tags: ['ceph_update_config'] - role: ceph-docker-common - role: ceph-config tags: ['ceph_update_config'] @@ -190,6 +193,7 @@ - role: ceph-facts tags: ['ceph_update_config'] - role: ceph-handler + tags: ['ceph_update_config'] - role: ceph-docker-common - role: ceph-config tags: ['ceph_update_config'] @@ -221,6 +225,7 @@ - role: ceph-facts tags: ['ceph_update_config'] - role: ceph-handler + tags: ['ceph_update_config'] - role: ceph-docker-common - role: ceph-config tags: ['ceph_update_config'] @@ -252,6 +257,7 @@ - role: ceph-facts tags: ['ceph_update_config'] - role: ceph-handler + tags: ['ceph_update_config'] - role: ceph-docker-common - role: ceph-config tags: ['ceph_update_config'] @@ -283,6 +289,7 @@ - role: ceph-facts tags: ['ceph_update_config'] - role: ceph-handler + tags: ['ceph_update_config'] - role: ceph-docker-common - role: ceph-config tags: ['ceph_update_config'] @@ -314,6 +321,7 @@ - role: ceph-facts tags: ['ceph_update_config'] - role: ceph-handler + tags: ['ceph_update_config'] - role: ceph-docker-common - role: ceph-config tags: ['ceph_update_config'] @@ -349,6 +357,7 @@ - role: ceph-facts tags: ['ceph_update_config'] - role: ceph-handler + tags: ['ceph_update_config'] - role: ceph-docker-common when: - inventory_hostname == groups.get('clients', ['']) | first @@ -382,6 +391,7 @@ - { role: ceph-defaults, tags: ['ceph_update_config'] } - { role: ceph-facts, tags: ['ceph_update_config'] } - role: ceph-handler + tags: ['ceph_update_config'] - ceph-docker-common - { role: ceph-config, tags: ['ceph_update_config'] } - ceph-iscsi-gw diff --git a/site.yml.sample b/site.yml.sample index cdd37a324..e6d4159da 100644 --- a/site.yml.sample +++ b/site.yml.sample @@ -96,6 +96,7 @@ - role: ceph-facts tags: ['ceph_update_config'] - role: ceph-handler + tags: ['ceph_update_config'] - role: ceph-common - role: ceph-config tags: ['ceph_update_config'] @@ -127,6 +128,7 @@ - role: ceph-facts tags: ['ceph_update_config'] - role: ceph-handler + tags: ['ceph_update_config'] - role: ceph-common - role: ceph-config tags: ['ceph_update_config'] @@ -158,6 +160,7 @@ - role: ceph-facts tags: ['ceph_update_config'] - role: ceph-handler + tags: ['ceph_update_config'] - role: ceph-common - role: ceph-config tags: ['ceph_update_config'] @@ -189,6 +192,7 @@ - role: ceph-facts tags: ['ceph_update_config'] - role: ceph-handler + tags: ['ceph_update_config'] - role: ceph-common - role: ceph-config tags: ['ceph_update_config'] @@ -220,6 +224,7 @@ - role: ceph-facts tags: ['ceph_update_config'] - role: ceph-handler + tags: ['ceph_update_config'] - role: ceph-common - role: ceph-config tags: ['ceph_update_config'] @@ -251,6 +256,7 @@ - role: ceph-facts tags: ['ceph_update_config'] - role: ceph-handler + tags: ['ceph_update_config'] - role: ceph-common - role: ceph-config tags: ['ceph_update_config'] @@ -280,6 +286,7 @@ - role: ceph-defaults tags: ['ceph_update_config'] - role: ceph-handler + tags: ['ceph_update_config'] - role: ceph-common - role: ceph-config tags: ['ceph_update_config'] @@ -315,6 +322,7 @@ - role: ceph-facts tags: ['ceph_update_config'] - role: ceph-handler + tags: ['ceph_update_config'] - role: ceph-common - role: ceph-config tags: ['ceph_update_config'] @@ -346,6 +354,7 @@ - role: ceph-facts tags: ['ceph_update_config'] - role: ceph-handler + tags: ['ceph_update_config'] - role: ceph-common - role: ceph-config tags: ['ceph_update_config'] -- 2.39.5