tripleo-heat-templates/extraconfig/post_deploy
Alex Schultz 179a3c40ba 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.

Conflicts:
	extraconfig/post_deploy/undercloud_ctlplane_network.py

Change-Id: I184797270dbb6c70cae11bc98128890529035690
Closes-Bug: #1841805
(cherry picked from commit b96f83dfa1)
2019-09-03 09:56:56 -06: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-23 13:14:57 +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.sh standalone run a post config to generate a clouds.yaml 2018-07-09 21:06:48 +00:00
standalone_post.yaml standalone/undercloud - post: use EndpointMap to fetch Keystone URL 2019-05-23 13:14:57 +00:00
undercloud_ctlplane_network.py Filter nameservers for undercloud networks 2019-09-03 09:56:56 -06:00
undercloud_post.sh Include the DB password in a Mistral environment for creating backups and restores 2019-02-05 17:32:52 +01:00
undercloud_post.yaml standalone/undercloud - post: use EndpointMap to fetch Keystone URL 2019-05-23 13:14:57 +00:00

README

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