26be317990
The environment environments/deployed-server-deployed-neutron-ports.yaml, the deployed-neutron-port.yaml template, and DeployedServerPortMap parameter are deprecated in favor of NodePortMap, ControlPlaneVipData, and VipPortMap, which can be used with the generated environments/deployed-ports.yaml. Change-Id: Ib59bb985fe15f612f93a33b1a688427e684654dd Signed-off-by: James Slagle <jslagle@redhat.com>
11 lines
694 B
YAML
11 lines
694 B
YAML
# ******************************************************************************
|
|
# DEPRECATED: The environment
|
|
# environments/deployed-server-deployed-neutron-ports.yaml, the
|
|
# deployed-neutron-port.yaml template, and DeployedServerPortMap parameter are
|
|
# deprecated in favor of NodePortMap, ControlPlaneVipData, and VipPortMap,
|
|
# which can be used with the generated environments/deployed-ports.yaml
|
|
# ******************************************************************************
|
|
resource_registry:
|
|
OS::TripleO::Network::Ports::ControlPlaneVipPort: ../deployed-server/deployed-neutron-port.yaml
|
|
OS::TripleO::DeployedServer::ControlPlanePort: ../deployed-server/deployed-neutron-port.yaml
|