Update the tunnelled networks ranges
This patch reduces the Geneve and VXLAN network segment ranges to 1000.
This will reduce the loading time during the "network_segment_range"
service plugin initialization.
Related-Bug: #2130889
Signed-off-by: Rodolfo Alonso Hernandez <ralonsoh@redhat.com>
Change-Id: I503cdfaac48520d5297f79a66697ae0badf0d34f
diff --git a/zuul.d/master_jobs.yaml b/zuul.d/master_jobs.yaml
index 3aee414..62e76d7 100644
--- a/zuul.d/master_jobs.yaml
+++ b/zuul.d/master_jobs.yaml
@@ -168,9 +168,11 @@
ml2_type_vlan:
network_vlan_ranges: foo:1:10
ml2_type_vxlan:
- vni_ranges: 1:2000
+ vni_ranges: 1:1000
ml2_type_gre:
tunnel_id_ranges: 1:1000
+ ml2_type_geneve:
+ vni_ranges: 1:1000
network_log:
local_output_log_base: /tmp/test_log.log
$NEUTRON_L3_CONF:
@@ -850,9 +852,11 @@
ml2_type_vlan:
network_vlan_ranges: foo:1:10
ml2_type_vxlan:
- vni_ranges: 1:2000
+ vni_ranges: 1:1000
ml2_type_gre:
tunnel_id_ranges: 1:1000
+ ml2_type_geneve:
+ vni_ranges: 1:1000
agent:
enable_distributed_routing: True
l2_population: True