diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-05-26 22:04:48 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-05-26 22:04:48 +0000 |
commit | c46e671d878533c010a609ef6dbcd4c2b4c18f51 (patch) | |
tree | de63a05625e5f5015ba4044c79c4efe30ce14e9c /network/config/bond-with-vlans/README.md | |
parent | 8bdb82deb9423d1f7de2b479f97f92fb66ab3c81 (diff) | |
parent | b982219b65e350b41c13e4e80a9fc154869c4128 (diff) |
Merge "os-net-config templates to configure vlans on bond"
Diffstat (limited to 'network/config/bond-with-vlans/README.md')
-rw-r--r-- | network/config/bond-with-vlans/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/network/config/bond-with-vlans/README.md b/network/config/bond-with-vlans/README.md new file mode 100644 index 00000000..1679df3c --- /dev/null +++ b/network/config/bond-with-vlans/README.md @@ -0,0 +1,15 @@ +This directory contains Heat templates to help configure +Vlans on a bonded pair of 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/bond-with-vlans/cinder-storage.yaml + OS::TripleO::Compute::Net::SoftwareConfig: network/config/bond-with-vlans/compute.yaml + 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 |