ceph: run handlers after common
When you're running ceph-install with upgrade_ceph_packages, the packages get upgraded in the ceph-common, but some services aren't getting restarted to account for the new version. According to ceph-ansible/site.yml.sample, the order is ceph-common applied to all hosts, then later in the "hosts: mons" or "hosts: osd" the handlers get applied, after ceph-facts and before ceph-config. Change-Id: I3e95b7fad6eda9f689287efe16c35418a9e7e561
This commit is contained in:
parent
f89e043087
commit
e42b2898c6
@ -62,10 +62,10 @@
|
||||
- role: ceph-facts
|
||||
tags:
|
||||
- skip_ansible_lint
|
||||
- role: ceph-handler
|
||||
- role: ceph-common
|
||||
tags:
|
||||
- skip_ansible_lint
|
||||
- role: ceph-common
|
||||
- role: ceph-handler
|
||||
tags:
|
||||
- skip_ansible_lint
|
||||
- role: ceph-config
|
||||
@ -134,10 +134,10 @@
|
||||
- role: ceph-facts
|
||||
tags:
|
||||
- skip_ansible_lint
|
||||
- role: ceph-handler
|
||||
- role: ceph-common
|
||||
tags:
|
||||
- skip_ansible_lint
|
||||
- role: ceph-common
|
||||
- role: ceph-handler
|
||||
tags:
|
||||
- skip_ansible_lint
|
||||
- role: ceph-config
|
||||
@ -186,10 +186,10 @@
|
||||
- role: ceph-facts
|
||||
tags:
|
||||
- skip_ansible_lint
|
||||
- role: ceph-handler
|
||||
- role: ceph-common
|
||||
tags:
|
||||
- skip_ansible_lint
|
||||
- role: ceph-common
|
||||
- role: ceph-handler
|
||||
tags:
|
||||
- skip_ansible_lint
|
||||
- role: ceph-config
|
||||
|
@ -45,10 +45,10 @@
|
||||
- role: ceph-facts
|
||||
tags:
|
||||
- skip_ansible_lint
|
||||
- role: ceph-handler
|
||||
- role: ceph-common
|
||||
tags:
|
||||
- skip_ansible_lint
|
||||
- role: ceph-common
|
||||
- role: ceph-handler
|
||||
tags:
|
||||
- skip_ansible_lint
|
||||
- role: ceph-nfs
|
||||
|
@ -43,10 +43,10 @@
|
||||
- role: ceph-facts
|
||||
tags:
|
||||
- skip_ansible_lint
|
||||
- role: ceph-handler
|
||||
- role: ceph-common
|
||||
tags:
|
||||
- skip_ansible_lint
|
||||
- role: ceph-common
|
||||
- role: ceph-handler
|
||||
tags:
|
||||
- skip_ansible_lint
|
||||
- role: ceph-config
|
||||
|
Loading…
Reference in New Issue
Block a user