aboutsummaryrefslogtreecommitdiffstats
path: root/network/config/multiple-nics/README.md
diff options
context:
space:
mode:
authorDan Sneddon <dsneddon@redhat.com>2015-07-22 01:34:07 -0700
committerRhys Oxenham <roxenham@redhat.com>2015-11-05 14:09:45 +0000
commit6c57eab4c29cca7a80c13eae83b6126513621e4d (patch)
tree16671376483c5bee50ea2c5a1a76476ef3cffe34 /network/config/multiple-nics/README.md
parentbea428e8eb4ec4048d1f3a376b5971ac15949e7d (diff)
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
Diffstat (limited to 'network/config/multiple-nics/README.md')
-rw-r--r--network/config/multiple-nics/README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/network/config/multiple-nics/README.md b/network/config/multiple-nics/README.md
new file mode 100644
index 00000000..3d81f0be
--- /dev/null
+++ b/network/config/multiple-nics/README.md
@@ -0,0 +1,21 @@
+This directory contains Heat templates to help configure
+multiple NICs for each Overcloud role, where it is
+assumed that each NIC is running a specific network
+traffic type and that VLANs are not being used.
+
+Configuration
+-------------
+
+To make use of these templates create a Heat environment that looks
+something like this:
+
+ resource\_registry:
+ OS::TripleO::BlockStorage::Net::SoftwareConfig: network/config/multiple-nics/cinder-storage.yaml
+ OS::TripleO::Compute::Net::SoftwareConfig: network/config/multiple-nics/compute.yaml
+ OS::TripleO::Controller::Net::SoftwareConfig: network/config/multiple-nics/controller.yaml
+ OS::TripleO::ObjectStorage::Net::SoftwareConfig: network/config/multiple-nics/swift-storage.yaml
+ OS::TripleO::CephStorage::Net::SoftwareConfig: network/config/multiple-nics/ceph-storage.yaml
+
+Or use this Heat environment file:
+
+ environments/net-multiple-nics.yaml