Install gnocchi before ceilometer
When ceilometer use gnocchi as backend, gnocchi playbook need to be
run before ceilometer's
Partial-Bug: 1778195
Change-Id: Ib1f4ee5e260a042d7f2bdf1750828461e3710730
(cherry picked from commit 9a76790919
)
This commit is contained in:
parent
b54c9e5ef3
commit
7adb0bae8d
@ -21,8 +21,6 @@
|
||||
- include: os-neutron-install.yml
|
||||
- include: os-heat-install.yml
|
||||
- include: os-horizon-install.yml
|
||||
- include: os-ceilometer-install.yml
|
||||
- include: os-aodh-install.yml
|
||||
- include: os-designate-install.yml
|
||||
#NOTE(stevelle) Ensure Gnocchi identities exist before Swift
|
||||
- include: os-gnocchi-install.yml
|
||||
@ -33,6 +31,8 @@
|
||||
gnocchi_identity_only: True
|
||||
- include: os-swift-install.yml
|
||||
- include: os-gnocchi-install.yml
|
||||
- include: os-ceilometer-install.yml
|
||||
- include: os-aodh-install.yml
|
||||
- include: os-ironic-install.yml
|
||||
- include: os-magnum-install.yml
|
||||
- include: os-trove-install.yml
|
||||
|
Loading…
Reference in New Issue
Block a user