Add isolated network ports to swift roles
authorDan Prince <dprince@redhat.com>
Thu, 7 May 2015 01:04:22 +0000 (21:04 -0400)
committerDan Prince <dprince@redhat.com>
Tue, 26 May 2015 12:50:44 +0000 (08:50 -0400)
commitc8e5b1d2a39279df2166142be325d0eae5be870e
treecf55c842b058de82a043470bee66ab35ebcec14b
parent0e2ecdfb27bde043ed1b48a3c5afda64df6d2d8d
Add isolated network ports to swift roles

This patch updates the swift roles so that
they can optionally make use of isolated network
ports on the storage, storage management, and internal API
networks.

 -Multiple networks are created based upon settings in the heat
  resource registry. These nets will either use the noop network (the
  control plane pass-thru default) or create a custom Neutron port on
  each of the configured networks.

 -The ipaddress/subnet of each network is passed passed into the
  NetworkConfig resource which drives os-net-config. This allows the
  deployer to define a custom network template for static IPs, etc
  on each of the networks.

 -The ipaddress is exposed as an output parameter. By exposing
  the individual addresses as outputs we allow Heat to construct
  collections of ports for various services.

Change-Id: I9984404331705f6ce569fb54a38b2838a8142faa
overcloud-resource-registry-puppet.yaml
overcloud-resource-registry.yaml
puppet/swift-storage-puppet.yaml
swift-storage.yaml