aboutsummaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
authorDan Sneddon <dsneddon@redhat.com>2015-07-24 15:38:01 -0700
committerDan Sneddon <dsneddon@redhat.com>2015-07-24 15:38:01 -0700
commit91207d4ffec6c5dcec53ca06e5233d4e85fb1488 (patch)
treea6214dd21fbf00358354379402e8d4607fc45157 /network
parent386fc6089060eadf73fbad6123ae096ba2205572 (diff)
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
Diffstat (limited to 'network')
-rw-r--r--network/config/bond-with-vlans/controller.yaml3
1 files changed, 2 insertions, 1 deletions
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