Add environment for external network VIP

This environment allows us to control the external VIP for Undercloud or Standalone SSL.
When used, a network data has to be provided (e.g. network_data_undercloud.yaml) and
`openstack tripleo deploy` must be called with --public-virtual-ip.

It's not really needed for Undercloud because
environments/undercloud.yaml already sets the resource right, but for
Standalone users this file will be useful when they want public
endpoints to be listening on another network.

Change-Id: I461e0fdc8fc717beed3aea7a66e41de1e11116da
(cherry picked from commit d297c822c4)
This commit is contained in:
Emilien Macchi 2021-05-31 14:15:49 -04:00
parent c8c5fc1092
commit 27ae88324b

View File

@ -0,0 +1,5 @@
# This environment allows us to control the external VIP for Undercloud or Standalone SSL.
# When used, a network data has to be provided (e.g. network_data_undercloud.yaml) and
# `openstack tripleo deploy` must be called with --public-virtual-ip.
resource_registry:
OS::TripleO::Network::Ports::ExternalVipPort: ../network/ports/external_from_pool.yaml