Skip to content
Snippets Groups Projects
Commit aee86e51 authored by Kevin TIBI's avatar Kevin TIBI Committed by Mark Goddard
Browse files

Add a check for controllers without ironic enabled

parent 038c7341
No related branches found
No related tags found
No related merge requests found
---
- name: Ensure Ironic is enabled
hosts: controllers
tasks:
- name: Create controllers group with ironic enabled
group_by:
key: "controllers_with_ironic_enabled_{{ kolla_enable_ironic }}"
- name: Ensure locally built Ironic Python Agent images are copied
hosts: controllers[0]
hosts: controllers_with_ironic_enabled_True
vars:
# These are the filenames generated by overcloud-ipa-build.yml.
ipa_image_name: "ipa"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment