tripleo-heat-templates/extraconfig/post_deploy
Alex Schultz 897a386784 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
(cherry picked from commit b96f83dfa1)
2019-08-29 15:17:14 +00:00
..
README Wire in Controller pre-deployment extraconfig 2015-07-06 10:56:11 -04:00
clouds_yaml.py Correct file modes for rpmlint failures 2018-12-14 13:21:28 -07:00
default.yaml standalone/undercloud - post: use EndpointMap to fetch Keystone URL 2019-05-23 13:01:24 +00:00
example.yaml Change template names to rocky 2018-05-09 08:28:42 +02:00
example_run_on_update.yaml Change template names to rocky 2018-05-09 08:28:42 +02:00
standalone_post.yaml Move the Hiera symlink task from post configuration to deployment steps. 2019-07-31 08:35:21 -04:00
undercloud_ctlplane_network.py Filter nameservers for undercloud networks 2019-08-29 15:17:14 +00:00
undercloud_post.py Fix minor typos 2019-04-09 13:49:24 +02:00
undercloud_post.sh Move the Hiera symlink task from post configuration to deployment steps. 2019-07-31 08:35:21 -04:00
undercloud_post.yaml standalone/undercloud - post: use EndpointMap to fetch Keystone URL 2019-05-23 13:01:24 +00:00

README

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