9450cc222d
This patch makes it possible to set OS::TripleO::DeployedServer::ControlPlanePort: OS::Heat::None in your resource_registry and thereby avoid the creation of a neutron port for the deployed server. This is useful if you are bootstrapping things in an environment without Neutron. Also, includes a new deployed-server-noop-ctlplane.yaml environment file. Change-Id: I2990dc816698e0f6e3193a8fc7c9c6767c6e50e5
5 lines
230 B
YAML
5 lines
230 B
YAML
resource_registry:
|
|
OS::TripleO::Server: ../deployed-server/deployed-server.yaml
|
|
OS::TripleO::DeployedServerConfig: ../deployed-server/deployed-server-config.yaml
|
|
OS::TripleO::DeployedServer::ControlPlanePort: OS::Heat::None
|