Ironic should be started before nova-ironic-compute
nova-ironic-compute will try to connect ironic-api service. So ironic should be started first. TrivialFix Change-Id: I23ba5724d86e3b7a06f7f7d112ee1ac84a2cda03
This commit is contained in:
parent
53bc43b20b
commit
c72b9cfffc
@ -139,6 +139,17 @@
|
|||||||
tags: glance,
|
tags: glance,
|
||||||
when: enable_glance | bool }
|
when: enable_glance | bool }
|
||||||
|
|
||||||
|
- hosts:
|
||||||
|
- ironic-api
|
||||||
|
- ironic-conductor
|
||||||
|
- ironic-inspector
|
||||||
|
- ironic-pxe
|
||||||
|
serial: '{{ serial|default("0") }}'
|
||||||
|
roles:
|
||||||
|
- { role: ironic,
|
||||||
|
tags: ironic,
|
||||||
|
when: enable_ironic | bool }
|
||||||
|
|
||||||
- hosts:
|
- hosts:
|
||||||
- ceph-mon
|
- ceph-mon
|
||||||
- compute
|
- compute
|
||||||
@ -216,17 +227,6 @@
|
|||||||
tags: murano,
|
tags: murano,
|
||||||
when: enable_murano | bool }
|
when: enable_murano | bool }
|
||||||
|
|
||||||
- hosts:
|
|
||||||
- ironic-api
|
|
||||||
- ironic-conductor
|
|
||||||
- ironic-inspector
|
|
||||||
- ironic-pxe
|
|
||||||
serial: '{{ serial|default("0") }}'
|
|
||||||
roles:
|
|
||||||
- { role: ironic,
|
|
||||||
tags: ironic,
|
|
||||||
when: enable_ironic | bool }
|
|
||||||
|
|
||||||
- hosts:
|
- hosts:
|
||||||
- magnum-api
|
- magnum-api
|
||||||
- magnum-conductor
|
- magnum-conductor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user