aboutsummaryrefslogtreecommitdiffstats
path: root/network/config/bond-with-vlans/compute.yaml
diff options
context:
space:
mode:
authorDan Sneddon <dsneddon@redhat.com>2015-06-27 15:01:28 -0700
committerDan Sneddon <dsneddon@redhat.com>2015-06-27 15:01:28 -0700
commitaaca462d9a0fd075e6488bc9686a2b57eb8f9a6a (patch)
tree6e789b0b0dc2b175d4044aa5897f8dda399d6827 /network/config/bond-with-vlans/compute.yaml
parent1e804d5b2e5324de84772cf45639cdc78d398d35 (diff)
Remove bridge from nic1 in network bond templates
The bridge that is built on the bonds in the bond-with-vlans example has an extraneous bridge on the storage and compute templates, and an incorrect bridge on the controller template. There is no reason to do anything on nic1, which is assumed to be the provisioning interface, because it will be configured by DHCP. Also, on the controller template we actually want br-ex to contain the VLAN with the external network, rather than be configured on the provisioning interface. Change-Id: Ibe2343d5281f7b63a7b63b17d96d8442d0b96105
Diffstat (limited to 'network/config/bond-with-vlans/compute.yaml')
-rw-r--r--network/config/bond-with-vlans/compute.yaml10
1 files changed, 0 insertions, 10 deletions
diff --git a/network/config/bond-with-vlans/compute.yaml b/network/config/bond-with-vlans/compute.yaml
index 709b3b5b..5105ee14 100644
--- a/network/config/bond-with-vlans/compute.yaml
+++ b/network/config/bond-with-vlans/compute.yaml
@@ -53,16 +53,6 @@ resources:
network_config:
-
type: ovs_bridge
- name: {get_input: bridge_name}
- use_dhcp: true
- members:
- -
- type: interface
- name: nic1
- # force the MAC address of the bridge to this interface
- primary: true
- -
- type: ovs_bridge
name: br-bond
members:
-