Update VNI and TunnelID ranges.
authorJoe Talerico <jtaleric@redhat.com>
Wed, 16 Dec 2015 18:59:55 +0000 (13:59 -0500)
committerJoe Talerico <jtaleric@redhat.com>
Wed, 16 Dec 2015 23:31:44 +0000 (18:31 -0500)
Without modification we cannot scale to more than 1000 networks.

Neutron will send this message to the user:
"Unable to create the network. No tenant network is available for
allocation."

Change-Id: I5ecbc66a0b6aaa5edbe2669eed9caadfb0691511

overcloud.yaml
puppet/compute.yaml
puppet/controller.yaml

index 1a57112..108e999 100644 (file)
@@ -182,13 +182,13 @@ parameters:
     description: |
         Comma-separated list of <tun_min>:<tun_max> tuples enumerating ranges
         of GRE tunnel IDs that are available for tenant network allocation
-    default: ["1:1000", ]
+    default: ["1:4094", ]
     type: comma_delimited_list
   NeutronVniRanges:
     description: |
         Comma-separated list of <vni_min>:<vni_max> tuples enumerating ranges
         of VXLAN VNI IDs that are available for tenant network allocation
-    default: ["1:1000", ]
+    default: ["1:4094", ]
     type: comma_delimited_list
   NeutronCorePlugin:
     default: 'ml2'
index 43ef582..6498b48 100644 (file)
@@ -131,13 +131,13 @@ parameters:
     description: |
         Comma-separated list of <tun_min>:<tun_max> tuples enumerating ranges
         of GRE tunnel IDs that are available for tenant network allocation
-    default: ["1:1000", ]
+    default: ["1:4094", ]
     type: comma_delimited_list
   NeutronVniRanges:
     description: |
         Comma-separated list of <vni_min>:<vni_max> tuples enumerating ranges
         of VXLAN VNI IDs that are available for tenant network allocation
-    default: ["1:1000", ]
+    default: ["1:4094", ]
     type: comma_delimited_list
   NeutronPublicInterfaceRawDevice:
     default: ''
index e405333..d139003 100644 (file)
@@ -468,13 +468,13 @@ parameters:
     description: |
         Comma-separated list of <tun_min>:<tun_max> tuples enumerating ranges
         of GRE tunnel IDs that are available for tenant network allocation
-    default: ["1:1000", ]
+    default: ["1:4094", ]
     type: comma_delimited_list
   NeutronVniRanges:
     description: |
         Comma-separated list of <vni_min>:<vni_max> tuples enumerating ranges
         of VXLAN VNI IDs that are available for tenant network allocation
-    default: ["1:1000", ]
+    default: ["1:4094", ]
     type: comma_delimited_list
   NovaApiVirtualIP:
     type: string