Fix DVR jobs:
- remove dvr-no-external job Change-Id: I7f20d0e79e6e2af380c8ca2fe8ec3edb7d0af294
This commit is contained in:
parent
1367f52012
commit
7084889b17
@ -9,7 +9,6 @@
|
|||||||
- devstack-tobiko-ovs
|
- devstack-tobiko-ovs
|
||||||
- devstack-tobiko-ovs-dvr
|
- devstack-tobiko-ovs-dvr
|
||||||
- devstack-tobiko-ovs-dvr-snat
|
- devstack-tobiko-ovs-dvr-snat
|
||||||
- devstack-tobiko-ovs-dvr-no-external
|
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- devstack-tobiko-ovs
|
- devstack-tobiko-ovs
|
||||||
@ -96,25 +95,25 @@
|
|||||||
DEFAULT:
|
DEFAULT:
|
||||||
router_distributed: true
|
router_distributed: true
|
||||||
$NEUTRON_DHCP_CONF:
|
$NEUTRON_DHCP_CONF:
|
||||||
agent:
|
DEFAULT:
|
||||||
availability_zone: nova
|
dhcp_delete_namespaces: true
|
||||||
$NEUTRON_L3_CONF:
|
$NEUTRON_L3_CONF:
|
||||||
DEFAULT:
|
DEFAULT:
|
||||||
agent_mode: '{{ l3_agent_mode }}'
|
agent_mode: '{{ l3_agent_mode }}'
|
||||||
agent:
|
router_delete_namespaces: true
|
||||||
availability_zone: nova
|
|
||||||
debug_iptables_rules: true
|
|
||||||
$NEUTRON_CORE_PLUGIN_CONF:
|
$NEUTRON_CORE_PLUGIN_CONF:
|
||||||
agent:
|
agent:
|
||||||
arp_responder: true
|
|
||||||
enable_distributed_routing: true
|
enable_distributed_routing: true
|
||||||
l2_population: true
|
l2_population: true
|
||||||
tunnel_types: vxlan
|
tunnel_types: vxlan
|
||||||
ml2:
|
ml2:
|
||||||
mechanism_drivers: openvswitch,l2population
|
mechanism_drivers: openvswitch,l2population
|
||||||
|
type_drivers: flat,vlan,vxlan
|
||||||
|
tenant_network_types: vxlan
|
||||||
|
ml2_type_vxlan:
|
||||||
|
vni_ranges: '1000:1999'
|
||||||
ovs:
|
ovs:
|
||||||
bridge_mappings: public:br-ex
|
local_ip: '$HOST_IP'
|
||||||
tunnel_bridge: br-tun
|
|
||||||
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
@ -128,17 +127,6 @@
|
|||||||
l3_agent_mode: dvr_snat
|
l3_agent_mode: dvr_snat
|
||||||
|
|
||||||
|
|
||||||
- job:
|
|
||||||
name: devstack-tobiko-ovs-dvr-no-external
|
|
||||||
parent: devstack-tobiko-ovs-dvr
|
|
||||||
description: |
|
|
||||||
Base Tobiko devstack job to be used with ML2/OVS and dvr_no_external L3
|
|
||||||
agent mode
|
|
||||||
voting: true
|
|
||||||
vars:
|
|
||||||
l3_agent_mode: dvr_no_external
|
|
||||||
|
|
||||||
|
|
||||||
# --- MULTINODE --------------------------------------------------------------
|
# --- MULTINODE --------------------------------------------------------------
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user