tripleo-heat-templates/extraconfig/post_deploy
Harald Jensås 52ec1a018b DnsServers using get_attr
Nameservers are configured on the ctlplane subnets by the
undercloud installer, the nameservers are used early during
the deployment, prior to running os-net-config.

Remove the default DnsServer's in THT, replacing it with
an empty list and use get_attr to get the values for
DnsServers for the overcloud from the ctlplane subnet(s).

A conditinal is used in  puppet/role.role.j2.yaml so that
the parameter value is used whenever it is not [] (default)
to provide backwards compatibilityi and in case the user
want to use different DnsServers for the overcloud and
undercloud.

Partial: blueprint tripleo-routed-networks-templates
Change-Id: I5f33e06ca3f4b13cc355e02156edd9d8a1f773cd
2018-07-14 09:19:12 +02:00
..
default.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
example.yaml Change template names to rocky 2018-05-09 08:28:42 +02:00
README Wire in Controller pre-deployment extraconfig 2015-07-06 10:56:11 -04: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 run a post config to generate a clouds.yaml 2018-07-09 21:06:48 +00:00
undercloud_ctlplane_network.py Use /usr/bin/env python to autodetect python 2018-05-24 10:22:39 +05:30
undercloud_post.sh Call validations upload workflow instead of action 2018-06-18 15:48:16 +02:00
undercloud_post.yaml DnsServers using get_attr 2018-07-14 09:19:12 +02:00

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