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,
|
||||
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:
|
||||
- ceph-mon
|
||||
- compute
|
||||
@ -216,17 +227,6 @@
|
||||
tags: murano,
|
||||
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:
|
||||
- magnum-api
|
||||
- magnum-conductor
|
||||
|
Loading…
x
Reference in New Issue
Block a user