Merge "Add job for testing OVS-DVR configuration"
This commit is contained in:
commit
48ab9b6ba6
@ -7,13 +7,16 @@
|
||||
check: &CHECK
|
||||
jobs:
|
||||
- devstack-tobiko-ovs
|
||||
gate: *CHECK
|
||||
- devstack-tobiko-ovs-dvr
|
||||
gate:
|
||||
jobs:
|
||||
- devstack-tobiko-ovs
|
||||
periodic:
|
||||
jobs:
|
||||
- devstack-tobiko-ovs
|
||||
- devstack-tobiko-ovs-dvr
|
||||
- devstack-tobiko-multinode-ovs
|
||||
|
||||
|
||||
# --- STANDALONE -------------------------------------------------------------
|
||||
|
||||
- job:
|
||||
@ -80,6 +83,40 @@
|
||||
neutron: "https://opendev.org/openstack/neutron"
|
||||
|
||||
|
||||
- job:
|
||||
name: devstack-tobiko-ovs-dvr
|
||||
parent: devstack-tobiko-ovs
|
||||
description: |
|
||||
Base Tobiko devstack job to be used with ML2/OVS and DVR
|
||||
voting: false
|
||||
vars:
|
||||
devstack_local_conf:
|
||||
post_config:
|
||||
$NEUTRON_CONF:
|
||||
DEFAULT:
|
||||
router_distributed: true
|
||||
$NEUTRON_DHCP_CONF:
|
||||
agent:
|
||||
availability_zone: nova
|
||||
$NEUTRON_L3_CONF:
|
||||
DEFAULT:
|
||||
agent_mode: dvr
|
||||
agent:
|
||||
availability_zone: nova
|
||||
debug_iptables_rules: true
|
||||
$NEUTRON_CORE_PLUGIN_CONF:
|
||||
agent:
|
||||
arp_responder: true
|
||||
enable_distributed_routing: true
|
||||
l2_population: true
|
||||
tunnel_types: vxlan
|
||||
ml2:
|
||||
mechanism_drivers: openvswitch,l2population
|
||||
ovs:
|
||||
bridge_mappings: public:br-ex
|
||||
tunnel_bridge: br-tun
|
||||
|
||||
|
||||
# --- MULTINODE --------------------------------------------------------------
|
||||
|
||||
- job:
|
||||
|
Loading…
x
Reference in New Issue
Block a user