Make deployed-server OS::Neutron::Port optional
authorDan Prince <dprince@redhat.com>
Sat, 6 Aug 2016 15:08:05 +0000 (11:08 -0400)
committerDan Prince <dprince@redhat.com>
Sun, 7 Aug 2016 11:29:06 +0000 (07:29 -0400)
commit9450cc222df49f3679cb179fdfdc04e22d39fa0b
treee42706d3ad155b1da8d3e7dbb3109f0ec908043f
parent77cca14bd760f091a1e481bd44e96f8882fb99cc
Make deployed-server OS::Neutron::Port optional

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
deployed-server/ctlplane-port.yaml [new file with mode: 0644]
deployed-server/deployed-server.yaml
environments/deployed-server-environment.yaml
environments/deployed-server-noop-ctlplane.yaml [new file with mode: 0644]