aboutsummaryrefslogtreecommitdiffstats
path: root/environments/deployed-server-noop-ctlplane.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2016-12-11 08:16:36 -0500
committerDan Prince <dprince@redhat.com>2016-12-17 09:54:57 -0500
commit9313e18f302aafaa1cbe92ef59499af6d2074e1f (patch)
tree32e135f3eb026fb86b71fc9eaae7ba1d33a37595 /environments/deployed-server-noop-ctlplane.yaml
parent0097da77103e1cd34418d754cc6779b53f0be2f1 (diff)
Add "deployed server" fake neutron ports
This patch swaps out the noop ctlplane port for a more proper fake neutron port stack. This stack is a swap in for the OS::Neutron::Port heat resource and can be controlled via the DeployedServerPortMap parameter. By relying on <hostname>-<network> naming conventions in the map we can map IPs to specific servers without using the Neutron API. This will allow us to inject IP information into the Heat stack within the new t-h-t undercloud installer which currently does not run a Neutron service. Change-Id: I29fbc720c3d582cbb94385e65e4b64b101f7eac9
Diffstat (limited to 'environments/deployed-server-noop-ctlplane.yaml')
-rw-r--r--environments/deployed-server-noop-ctlplane.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/environments/deployed-server-noop-ctlplane.yaml b/environments/deployed-server-noop-ctlplane.yaml
index cfda314d..54f5e41d 100644
--- a/environments/deployed-server-noop-ctlplane.yaml
+++ b/environments/deployed-server-noop-ctlplane.yaml
@@ -1,4 +1,3 @@
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
+ OS::TripleO::DeployedServer::ControlPlanePort: ../deployed-server/deployed-neutron-port.yaml