yatinkarel
8989684719
In neutron-multinode jobs where we use ovs/ovn from source, we want to use multi-node-bridge role only for bridge configuration but not for ovs installation. In the job we install ovn and openvswitch before calling this role to configure the bridges. Adding a role var 'install_ovs' to allow skipping ovs installation and service start, it's default to true so no change in current behavior of the role. It's an alternative approach to [1]. [1] https://review.opendev.org/c/zuul/zuul-jobs/+/762650 Related-Bug: #1904117 Change-Id: I64942679520681bdf7f953c0a3c7fc0d13e77856
10 lines
223 B
YAML
10 lines
223 B
YAML
bridge_vni_offset: 1000000
|
|
bridge_name: br-infra
|
|
|
|
bridge_authorize_internal_traffic: false
|
|
bridge_configure_address: true
|
|
bridge_address_prefix: 172.24.4
|
|
bridge_address_offset: 1
|
|
bridge_address_subnet: 23
|
|
install_ovs: true
|