tripleo-heat-templates/extraconfig/post_deploy
Alex Schultz b96f83dfa1 Filter nameservers for undercloud networks
We can have both ipv4 and ipv6 networks defined and could end up having
a mix of addresses passed into the undercloud configuration. Neutron
throws an error if the ip address type doesn't match the network being
created (e.g. ipv4 nameserver for ipv6 cidr and vice versa). Let's
filter the nameservers to ensure we only set the appropriate ip version
nameserver for the network.

Change-Id: I184797270dbb6c70cae11bc98128890529035690
Closes-Bug: #1841805
2019-08-28 10:26:09 -06:00
..
README Wire in Controller pre-deployment extraconfig 2015-07-06 10:56:11 -04:00
clouds_yaml.py Reuse clouds_yaml.py from tripleo-common in tht 2019-07-11 17:04:35 +00: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
standalone_post.yaml Move the Hiera symlink task from post configuration to deployment steps. 2019-07-29 16:48:03 -04:00
undercloud_ctlplane_network.py Filter nameservers for undercloud networks 2019-08-28 10:26:09 -06:00
undercloud_post.py Merge "Enable mistral_executor to perform backups" 2019-07-29 21:09:07 +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 Merge "Enable mistral_executor to perform backups" 2019-07-29 21:09:07 +00:00

README

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