From 91207d4ffec6c5dcec53ca06e5233d4e85fb1488 Mon Sep 17 00:00:00 2001 From: Dan Sneddon Date: Fri, 24 Jul 2015 15:38:01 -0700 Subject: Add a default setting for BondInterfaceOvsOptions This change adds a default setting for the OVS bond options to the bond-with-vlans controller.yaml. This default will attempt to bring up LACP bonding, but should that fail it will bring up the bond in active/backup mode. This is a safe configuration if the switch is not configured for bonding. Change-Id: I91aad1e061ed1ecf26636e60da7a9a6e9cde50a5 --- network/config/bond-with-vlans/controller.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'network/config') diff --git a/network/config/bond-with-vlans/controller.yaml b/network/config/bond-with-vlans/controller.yaml index 9d6a6810..3c19f515 100644 --- a/network/config/bond-with-vlans/controller.yaml +++ b/network/config/bond-with-vlans/controller.yaml @@ -26,9 +26,10 @@ parameters: description: IP address/subnet on the tenant network type: string BondInterfaceOvsOptions: - default: '' + default: 'bond_mode=balance-tcp lacp=active other-config:lacp-fallback-ab=true' description: The ovs_options string for the bond interface. Set things like lacp=active and/or bond_mode=balance-slb using this option. + Default wil attempt LACP, but will fall back to active-backup. type: string ExternalNetworkVlanID: default: 10 -- cgit 1.2.3-korg