aboutsummaryrefslogtreecommitdiffstats
path: root/network/config/bond-with-vlans/README.md
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2015-07-08 10:49:51 -0400
committerDan Prince <dprince@redhat.com>2015-08-06 11:01:38 -0400
commit58349641541cc0e3b502311344d290c2afde7da5 (patch)
treec9897ab5a681e829952e045d3ea80e1affa755da /network/config/bond-with-vlans/README.md
parente3cd6284fb62a04e0dcb7a144433cf1e27af7fd7 (diff)
Support network isolation without external nets
This patch adds extra heat environments that can be used to enable network isolation without using the external network. Instead of a separate external network the ctlplane will be used for all of the external/public traffic. Change-Id: Ia542cee02121771d7d57ac701b62d7608e8d1855
Diffstat (limited to 'network/config/bond-with-vlans/README.md')
-rw-r--r--network/config/bond-with-vlans/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/network/config/bond-with-vlans/README.md b/network/config/bond-with-vlans/README.md
index 1679df3c..98879b4f 100644
--- a/network/config/bond-with-vlans/README.md
+++ b/network/config/bond-with-vlans/README.md
@@ -1,6 +1,12 @@
This directory contains Heat templates to help configure
Vlans on a bonded pair of NICs for each Overcloud role.
+There are two versions of the controller role template, one with
+an external network interface, and another without. If the
+external network interface is not configured the ctlplane address
+ranges will be used for external (public) network traffic.
+
+
Configuration
-------------
@@ -13,3 +19,9 @@ something like this:
OS::TripleO::Controller::Net::SoftwareConfig: network/config/bond-with-vlans/controller.yaml
OS::TripleO::ObjectStorage::Net::SoftwareConfig: network/config/bond-with-vlans/swift-storage.yaml
OS::TripleO::CephStorage::Net::SoftwareConfig: network/config/bond-with-vlans/ceph-storage.yaml
+
+Configuration with no External Network
+--------------------------------------
+Same as above except set the following value for the controller role:
+
+ OS::TripleO::Controller::Net::SoftwareConfig: network/config/bond-with-vlans/controller-no-external.yaml