diff options
Diffstat (limited to 'network/config/bond-with-vlans/controller.yaml')
-rw-r--r-- | network/config/bond-with-vlans/controller.yaml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/network/config/bond-with-vlans/controller.yaml b/network/config/bond-with-vlans/controller.yaml index 16a0dec2..2498376d 100644 --- a/network/config/bond-with-vlans/controller.yaml +++ b/network/config/bond-with-vlans/controller.yaml @@ -61,21 +61,11 @@ 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: - type: ovs_bond - name: bond1 + name: {get_input: bridge_name} ovs_options: {get_param: BondInterfaceOvsOptions} members: - |