Add "deployed server" fake neutron ports
authorDan Prince <dprince@redhat.com>
Sun, 11 Dec 2016 13:16:36 +0000 (08:16 -0500)
committerDan Prince <dprince@redhat.com>
Sat, 17 Dec 2016 14:54:57 +0000 (09:54 -0500)
commit9313e18f302aafaa1cbe92ef59499af6d2074e1f
tree32e135f3eb026fb86b71fc9eaae7ba1d33a37595
parent0097da77103e1cd34418d754cc6779b53f0be2f1
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
deployed-server/ctlplane-port.yaml [deleted file]
deployed-server/deployed-neutron-port.yaml [new file with mode: 0644]
deployed-server/deployed-server.yaml
environments/deployed-server-environment.yaml
environments/deployed-server-noop-ctlplane.yaml