Skip to content
Snippets Groups Projects
Commit 1e2ac5eb authored by Michal Nasiadka's avatar Michal Nasiadka
Browse files

kolla-bifrost: Add precheck for inspection allocation pool

Change-Id: I73fad29af6a57b29afea46947d1ae90546253a2a
parent 14bcaba0
No related branches found
No related tags found
No related merge requests found
---
- name: Check if inspection allocation is defined
assert:
that:
- kolla_bifrost_dhcp_pool_start | length > 0
- kolla_bifrost_dhcp_pool_end | length > 0
- kolla_bifrost_dhcp_pool_mask | length > 0
fail_msg: "Inspection allocation pool for provisioning network is not properly defined"
- name: Ensure the Kolla Bifrost configuration directories exist
file:
path: "{{ kolla_node_custom_config_path }}/bifrost"
......
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