Add BondInterfaceOvsOptions parameter
authorDan Prince <dprince@redhat.com>
Tue, 9 Jun 2015 17:30:17 +0000 (13:30 -0400)
committerDan Prince <dprince@redhat.com>
Tue, 9 Jun 2015 17:32:31 +0000 (13:32 -0400)
commit5041ff897dcfb2b9cec5bff1f15060913704e43a
tree1abd445cd134120bd56da31e078dc6557ef197c1
parentca36b5d9e19e7eb5e1e4de0d6bae4e1d364f30fb
Add BondInterfaceOvsOptions parameter

This patch adds a new BondInterfaceOvsOptions to the
bond-with-vlans network config templates. This can
be used to configure things like LACP or the bonding mode
via a nested stack heat parameter.

The patch also removes the hard coded ovs_options relating
to both bond-with-vlans and single-nic-with-vlans configurations
which do not actually require this setting to be hard coded
because by default OVS trunks vlan ports automatically.

Change-Id: I3effbccba8ed7ed28d6ba715e5709275d4e7f984
network/config/bond-with-vlans/ceph-storage.yaml
network/config/bond-with-vlans/cinder-storage.yaml
network/config/bond-with-vlans/compute.yaml
network/config/bond-with-vlans/controller.yaml
network/config/bond-with-vlans/swift-storage.yaml
network/config/single-nic-vlans/ceph-storage.yaml
network/config/single-nic-vlans/cinder-storage.yaml
network/config/single-nic-vlans/compute.yaml
network/config/single-nic-vlans/controller.yaml
network/config/single-nic-vlans/swift-storage.yaml