Merge "Move the ironic-check action into prechecks.yml"
This commit is contained in:
commit
2ca6f89d8e
@ -1,6 +1,4 @@
|
|||||||
---
|
---
|
||||||
- include_tasks: ironic-check.yml
|
|
||||||
|
|
||||||
- include_tasks: register.yml
|
- include_tasks: register.yml
|
||||||
when: inventory_hostname in groups['neutron-server']
|
when: inventory_hostname in groups['neutron-server']
|
||||||
|
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
- fail: msg="Ironic must be enabled when using networking-baremetal/ironic-neutron-agent"
|
|
||||||
when:
|
|
||||||
- enable_ironic_neutron_agent | bool
|
|
||||||
- not (enable_ironic | bool)
|
|
@ -57,3 +57,11 @@
|
|||||||
when:
|
when:
|
||||||
- (groups['inner-compute'] | default([]) | length > 0
|
- (groups['inner-compute'] | default([]) | length > 0
|
||||||
or groups['external-compute'] | default([]) | length > 0)
|
or groups['external-compute'] | default([]) | length > 0)
|
||||||
|
|
||||||
|
- name: Checking whether Ironic enabled
|
||||||
|
local_action: fail msg="Ironic must be enabled when using networking-baremetal/ironic-neutron-agent"
|
||||||
|
changed_when: false
|
||||||
|
run_once: True
|
||||||
|
when:
|
||||||
|
- enable_ironic_neutron_agent | bool
|
||||||
|
- not (enable_ironic | bool)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user