diff options
author | Dan Sneddon <dsneddon@redhat.com> | 2015-06-11 15:44:05 -0700 |
---|---|---|
committer | Dan Sneddon <dsneddon@redhat.com> | 2015-06-11 15:44:05 -0700 |
commit | 7678618c0b24d2089d5dc997bae8d315bba78f43 (patch) | |
tree | 2927a9b904a8ef766d710438e58730aff3a3bc6c | |
parent | 5033fd06894c3ac9ff99a82cb74020868da42306 (diff) |
Remove external bridge from Compute nodes
This change modifies overcloud-resource-registry-puppet.yaml to
use net-config-noop.yaml as the default os-net-config template
for compute nodes. The current default of net-config-bridge.yaml
will set up a br-ex on the compute nodes. Since we are not using
DVR that is not needed.
Change-Id: I4e149a4f5a6d19e94e8c0245f52677f92f22d3ec
-rw-r--r-- | overcloud-resource-registry-puppet.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overcloud-resource-registry-puppet.yaml b/overcloud-resource-registry-puppet.yaml index 6e423048..a0773d6d 100644 --- a/overcloud-resource-registry-puppet.yaml +++ b/overcloud-resource-registry-puppet.yaml @@ -2,7 +2,7 @@ resource_registry: OS::TripleO::BlockStorage: puppet/cinder-storage-puppet.yaml OS::TripleO::BlockStorage::Net::SoftwareConfig: net-config-noop.yaml OS::TripleO::Compute: puppet/compute-puppet.yaml - OS::TripleO::Compute::Net::SoftwareConfig: net-config-bridge.yaml + OS::TripleO::Compute::Net::SoftwareConfig: net-config-noop.yaml OS::TripleO::SoftwareDeployment: OS::Heat::StructuredDeployment OS::TripleO::Controller: puppet/controller-puppet.yaml OS::TripleO::Controller::Net::SoftwareConfig: net-config-bridge.yaml |