From 0ac819c007dccfc5696015dea82186909a8182aa Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Fri, 28 Sep 2018 15:18:08 -0400 Subject: [PATCH] Add ceph-handler role Ceph has introduces a ceph-handler role which includes all of the handlers from now on, so we should include that from now on. Change-Id: I9179a37eb4938eeaf09186144229af945eb350fa --- playbooks/ceph-install.yml | 6 ++++++ playbooks/ceph-rgw-install.yml | 3 +++ 2 files changed, 9 insertions(+) diff --git a/playbooks/ceph-install.yml b/playbooks/ceph-install.yml index d12e717df8..cfced5b147 100644 --- a/playbooks/ceph-install.yml +++ b/playbooks/ceph-install.yml @@ -96,6 +96,9 @@ - role: ceph-defaults tags: - skip_ansible_lint + - role: ceph-handler + tags: + - skip_ansible_lint - role: ceph-common tags: - skip_ansible_lint @@ -189,6 +192,9 @@ - role: ceph-defaults tags: - skip_ansible_lint + - role: ceph-handler + tags: + - skip_ansible_lint - role: ceph-common tags: - skip_ansible_lint diff --git a/playbooks/ceph-rgw-install.yml b/playbooks/ceph-rgw-install.yml index b8b613b4f6..35f05ccc44 100644 --- a/playbooks/ceph-rgw-install.yml +++ b/playbooks/ceph-rgw-install.yml @@ -45,6 +45,9 @@ - role: ceph-defaults tags: - skip_ansible_lint + - role: ceph-handler + tags: + - skip_ansible_lint - role: ceph-common tags: - skip_ansible_lint