tripleo-heat-templates/extraconfig/post_deploy
Harald Jensås 00cecfe2f3 Add a tag's containing subnet cidr to ctlplane network
Since the ctlplane network and it's subnets are created
outside of the overcloud heat templates we cannot in an
easy way create a list containing the cidr of each of
the ctlplane subnets in THT.

Prior to routed networks we only had one subnet and was
able to create the NetCidrMapValue by reading the cidr
value of one of the ControlVirtualIP resource. When we
have multiple subnets on each network we should make
NetCidrMapValue contain lists of cidrs for each network.

By setting a tags on the ctlplane network, one
per subnet, containing each individual subnets cidr the
tags can be loaded via the ControlVirtualIP resource so
that we can have NetCidrMapValue contain all the cidrs
of the ctlplane network.

Change-Id: I7d9a951d0c156c83430c1e326bc8edcb52b08537
Partial: blueprint tripleo-routed-networks-templates
2019-01-06 18:20:05 +01: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 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
example_run_on_update.yaml Change template names to rocky 2018-05-09 08:28:42 +02:00
standalone_post.yaml Add python interpreter to ansible postconfig 2018-12-18 22:17:51 +00:00
undercloud_ctlplane_network.py Add a tag's containing subnet cidr to ctlplane network 2019-01-06 18:20:05 +01:00
undercloud_post.py Correct file modes for rpmlint failures 2018-12-14 13:21:28 -07:00
undercloud_post.sh Move UndercloudPostDeployment to python 2018-11-08 03:58:11 +01:00
undercloud_post.yaml Create clouds.yaml for the undercloud 2018-11-22 13:54:54 +01:00

README

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