Merge "Add the ironic_dnsmasq_dhcp_range prechecks for Ironic Dnsmasq"

This commit is contained in:
Zuul 2018-03-27 07:03:33 +00:00 committed by Gerrit Code Review
commit 5e54f5167e
2 changed files with 12 additions and 1 deletions
ansible/roles/ironic/tasks
etc/kolla

@ -41,3 +41,12 @@
with_items:
- "ironic-agent.kernel"
- "ironic-agent.initramfs"
- name: Ensure dnsmasq_dhcp_range configured for Ironic Dnsmasq
fail:
msg: >
ironic_dnsmasq_dhcp_range must be set when enable ironic
connection: local
run_once: True
when:
- ironic_dnsmasq_dhcp_range is none

@ -361,7 +361,9 @@ kolla_internal_vip_address: "10.10.10.254"
#############################
# Ironic options
#############################
#ironic_dnsmasq_dhcp_range:
# following value must be set when enable ironic, the value format
# is "192.168.0.10,192.168.0.100".
ironic_dnsmasq_dhcp_range:
######################################
# Manila - Shared File Systems Options