Adding ironic_dnsmasq_dhcp_range parameter to globals.yml
In order for the ironic_dnsmasq container to successfully run the "ironic_dnsmasq_dhcp_range" needs to have beginning and end values. Even though the parameter is present in ansible/roles/ironic/defaults/main.yml, the appropriate place to set these values is globals.yml Change-Id: I2801c84510b6e1d929f4a6a6334142ff16eefea0 Closes-Bug: 1746005
This commit is contained in:
parent
a9e5836cde
commit
0914723b45
@ -356,6 +356,10 @@ kolla_internal_vip_address: "10.10.10.254"
|
||||
#############################
|
||||
#horizon_backend_database: "{{ enable_murano | bool }}"
|
||||
|
||||
#############################
|
||||
# Ironic options
|
||||
#############################
|
||||
#ironic_dnsmasq_dhcp_range:
|
||||
|
||||
######################################
|
||||
# Manila - Shared File Systems Options
|
||||
|
Loading…
Reference in New Issue
Block a user