Add a ports (ip address) abstraction layer
authorDan Prince <dprince@redhat.com>
Mon, 27 Apr 2015 15:00:52 +0000 (11:00 -0400)
committerDan Prince <dprince@redhat.com>
Tue, 26 May 2015 12:50:44 +0000 (08:50 -0400)
commitc527d88e9d0ab11b2490713623b2f84f64d71a12
treec55cf7e08ebd1b534bfe70484b6cbfac18548650
parent5c8576f4556a2ffdd2d8582d77daaa56d7138c72
Add a ports (ip address) abstraction layer

This patch adds a set of templates to create ports on isolated
networks via Heat. There are 5 port templates in total
which are split out according to the available overcloud
networks.

Change-Id: I5175ef48c1960ea0d13fc8518328db53921c70cd
network/ports/external.yaml [new file with mode: 0644]
network/ports/internal_api.yaml [new file with mode: 0644]
network/ports/noop.yaml [new file with mode: 0644]
network/ports/storage.yaml [new file with mode: 0644]
network/ports/storage_mgmt.yaml [new file with mode: 0644]
network/ports/tenant.yaml [new file with mode: 0644]