tripleo-heat-templates/extraconfig/post_deploy
Harald Jensås 679ecaada0 Set dns_name propery on ports and networks
Neutron's dns_assignments field includes a nice pice of
structured data. This is a prerequirement for Designate
usage. (No plan's to use that, but being a bit ready
does'nt hurt.)

  {"hostname": "my-vm",
   "ip_address": "192.0.2.16",
   "fqdn": "my-vm.example.org."}

Enable for the undercloud:
 - dns_domain_ports ml2 extension driver

Change-Id: I46eb9a24dd66821b27524fe4d1fdab617b6fa948
2020-04-03 08:57:38 +02:00
..
README Wire in Controller pre-deployment extraconfig 2015-07-06 10:56:11 -04:00
default.yaml standalone/undercloud - post: use EndpointMap to fetch Keystone URL 2019-05-21 08:41:22 -04:00
example.yaml Change OS::Heat::*Deployments to OS::Heat:*DeploymentGroup 2019-07-04 20:21:06 +05:30
example_run_on_update.yaml Change OS::Heat::*Deployments to OS::Heat:*DeploymentGroup 2019-07-04 20:21:06 +05:30
undercloud_ctlplane_network.py Set dns_name propery on ports and networks 2020-04-03 08:57:38 +02:00
undercloud_post.py Merge "Use /usr/libexec/platform-python in undercloud post" 2020-03-31 04:00:49 +00:00
undercloud_post.sh Move the Hiera symlink task from post configuration to deployment steps. 2019-07-29 16:48:03 -04:00
undercloud_post.yaml Set dns_name propery on ports and networks 2020-04-03 08:57:38 +02:00

README

This tree contains additional configuration which happens "post deployment",
e.g after the OpenStack service configuration has been completed.