cacf08f0a6
kolla-kubernetes is using its own configuration generation[0], so it is time for kolla-ansible to remove the related code to simplify the logical. [0] https://github.com/openstack/kolla-kubernetes/tree/master/ansible Change-Id: I7bb0b7fe3b8eea906613e936d5e9d19f4f2e80bb Implements: blueprint clean-k8s-config
10 lines
320 B
Django/Jinja
10 lines
320 B
Django/Jinja
port=0
|
|
interface={{ api_interface }}
|
|
dhcp-range={{ ironic_dnsmasq_dhcp_range }}
|
|
dhcp-option=option:tftp-server,{{ kolla_internal_vip_address }}
|
|
dhcp-option=option:server-ip-address,{{ kolla_internal_vip_address }}
|
|
bind-interfaces
|
|
dhcp-sequential-ip
|
|
dhcp-option=option:bootfile-name,pxelinux.0
|
|
dhcp-option=210,/tftpboot/
|