3.3. Deploying Internal DNS with OVN
To deploy internal DNS with OVN:
Enable DNS with the
NeutronPluginExtensionsparameter:parameter_defaults: NeutronPluginExtensions: "dns"
parameter_defaults: NeutronPluginExtensions: "dns"Copy to Clipboard Copied! Toggle word wrap Toggle overflow Set the DNS domain before you deploy the overcloud:
NeutronDnsDomain: "mydns-example.org"
NeutronDnsDomain: "mydns-example.org"Copy to Clipboard Copied! Toggle word wrap Toggle overflow Deploy the overcloud:
openstack overcloud deploy \ --templates /usr/share/openstack-tripleo-heat-templates \ ... -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-dvr-ha.yaml$ openstack overcloud deploy \ --templates /usr/share/openstack-tripleo-heat-templates \ ... -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-dvr-ha.yamlCopy to Clipboard Copied! Toggle word wrap Toggle overflow