Add network templates for multiple NIC configuration
authorDan Sneddon <dsneddon@redhat.com>
Wed, 22 Jul 2015 08:34:07 +0000 (01:34 -0700)
committerRhys Oxenham <roxenham@redhat.com>
Thu, 5 Nov 2015 14:09:45 +0000 (14:09 +0000)
commit6c57eab4c29cca7a80c13eae83b6126513621e4d
tree16671376483c5bee50ea2c5a1a76476ef3cffe34
parentbea428e8eb4ec4048d1f3a376b5971ac15949e7d
Add network templates for multiple NIC configuration

This change adds a set of network interface configurations for use
with network isolation. The multiple-nics templates includes one
separate NIC per network, and assumes that nic1 is used for the
provisioning network (ctlplane). Also included is an environment
file for including the multiple-nics configuration in a deployment.

This revision changes the ordering of the NICs. By doing that, it
is possible to wire up only a subset of the NICs for the storage
nodes, and it is possilbe to leave the External NIC only configured
on the controllers.

rdo: Updated this commit for static control plane configuration

Co-Authored-By: Rhys Oxenham <roxenham@redhat.com>
Change-Id: Ic878d1ed1a85b5705295d087a743570ca8213504
environments/net-multiple-nics.yaml [new file with mode: 0644]
network/config/multiple-nics/README.md [new file with mode: 0644]
network/config/multiple-nics/ceph-storage.yaml [new file with mode: 0644]
network/config/multiple-nics/cinder-storage.yaml [new file with mode: 0644]
network/config/multiple-nics/compute.yaml [new file with mode: 0644]
network/config/multiple-nics/controller.yaml [new file with mode: 0644]
network/config/multiple-nics/swift-storage.yaml [new file with mode: 0644]