Merge "Ironic should be started before nova-ironic-compute"
This commit is contained in:
commit
27b0c907b5
@ -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