aboutsummaryrefslogtreecommitdiffstats
path: root/network/config/single-nic-vlans/README.md
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-11-16 14:05:41 +0000
committerGerrit Code Review <review@openstack.org>2015-11-16 14:05:41 +0000
commit415d57b79b28b2c260d263e70be81b987ced7933 (patch)
treefbdf62c025d738f1bf1c92d2bdd24b3bf7aecd7a /network/config/single-nic-vlans/README.md
parent5bd3bc193f35580fdef0ae0fba991a7dd06996b1 (diff)
parent58349641541cc0e3b502311344d290c2afde7da5 (diff)
Merge "Support network isolation without external nets"
Diffstat (limited to 'network/config/single-nic-vlans/README.md')
-rw-r--r--network/config/single-nic-vlans/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/network/config/single-nic-vlans/README.md b/network/config/single-nic-vlans/README.md
index e3e16574..6f128650 100644
--- a/network/config/single-nic-vlans/README.md
+++ b/network/config/single-nic-vlans/README.md
@@ -1,6 +1,11 @@
This directory contains Heat templates to help configure
Vlans on a single 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
-------------
@@ -17,3 +22,10 @@ something like this:
Or use this Heat environment file:
environments/net-single-nic-with-vlans.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/single-nic-vlans/controller-no-external.yaml