tripleo-heat-templates/environments/updates
Takashi Kajinami c2d1102574 Use Internal API by default for Keystone admin endpoint
We have been using ctlplane network by default for Keystone admin
endpoint. The intention was to let undercloud talk with the endpoint to
create resources like endpoints, but that requirement is not true,
since we use tripleo-ansible, which relies on public endpoint, to
create keystone resources.

This change updates the default to internal api network. The ctlplane
network, which is the provisioning network, usually has no redundancy,
and we should not make any of overcloud functionalities rely on this
network if there is no actual requirement to do so.

Closes-Bug: #1959459
Change-Id: I931e4c3c8a081adb144d915410e0d38760466561
2022-01-29 07:42:39 +09:00
..
README.md Remove Deprecated Ceph Environment Files 2021-03-18 14:04:37 -04:00
update-from-192_0_2-subnet.yaml Replace references to the 192.0.2 network 2017-04-10 14:05:50 +02:00
update-from-deployed-server-newton.yaml Add deployed-server backwards compatible template 2017-01-10 13:04:52 -05:00
update-from-ml2-ovs-from-rocky.yaml Remove or fix outdated/incorrect neutron hieradata definitions 2021-03-13 13:58:46 +01:00
update-from-overcloud-compute-hostnames.yaml Retain existing ComputeHostnameFormat when upgrading older envs 2016-04-14 18:35:37 +03:00
update-from-publicvip-on-ctlplane.yaml Add update yaml backward compatibe with PublicVirtualIP on ctlplane 2015-12-15 12:59:22 +01:00

README.md

This directory contains Heat environment file snippets which can be used to ensure smooth updates of the Overcloud.

Contents

update-from-keystone-admin-internal-api.yaml To be used if the Keystone Admin API was originally deployed on the Internal API network.

update-from-publicvip-on-ctlplane.yaml To be used if the PublicVirtualIP resource was deployed as an additional VIP on the 'ctlplane'.

update-from-deloyed-server-newton.yaml To be used when updating from the deployed-server template from Newton.