218f5f31a9
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
)
6 lines
356 B
YAML
6 lines
356 B
YAML
# 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
|