aboutsummaryrefslogtreecommitdiffstats
path: root/network/config/single-nic-linux-bridge-vlans/README.md
diff options
context:
space:
mode:
authorJaume Devesa <devvesa@gmail.com>2016-01-20 14:07:28 +0000
committerJaume Devesa <devvesa@gmail.com>2016-01-20 15:11:03 +0100
commit9d13f73a75e5a7a21bab3db8d7191ff1a66c8f5d (patch)
treef0bd08b49047e406aec80e9de9cef627f6ee862b /network/config/single-nic-linux-bridge-vlans/README.md
parenta2300bc50e4675bbd6d892d40dd14221ebbf0c5d (diff)
Create linux bridge vlans environments
Define environments to create VLANs attached to a single physical nic as 'single-nic-vlans' does, but using linux_bridge instead of ovs_bridge Change-Id: I8c6fe9ec7028178f783e7d9c0a1cc67a1517eb3d
Diffstat (limited to 'network/config/single-nic-linux-bridge-vlans/README.md')
-rw-r--r--network/config/single-nic-linux-bridge-vlans/README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/network/config/single-nic-linux-bridge-vlans/README.md b/network/config/single-nic-linux-bridge-vlans/README.md
new file mode 100644
index 00000000..b7ded049
--- /dev/null
+++ b/network/config/single-nic-linux-bridge-vlans/README.md
@@ -0,0 +1,19 @@
+This directory contains Heat templates to help configure
+Vlans on a single NICs for each Overcloud role.
+
+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/single-nic-linux-bridge-vlans/cinder-storage.yaml
+ OS::TripleO::Compute::Net::SoftwareConfig: network/config/single-nic-linux-bridge-vlans/compute.yaml
+ OS::TripleO::Controller::Net::SoftwareConfig: network/config/single-nic-linux-bridge-vlans/controller.yaml
+ OS::TripleO::ObjectStorage::Net::SoftwareConfig: network/config/single-nic-linux-bridge-vlans/swift-storage.yaml
+ OS::TripleO::CephStorage::Net::SoftwareConfig: network/config/single-nic-linux-bridge-vlans/ceph-storage.yaml
+
+Or use this Heat environment file:
+
+ environments/net-single-nic-linux-bridge-with-vlans.yaml