aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/compute.yaml
diff options
context:
space:
mode:
authorJoe Talerico <jtaleric@redhat.com>2015-12-16 13:59:55 -0500
committerJoe Talerico <jtaleric@redhat.com>2015-12-16 18:31:44 -0500
commitaa3dce50ef1ffe8b2edb87cf1bbc9383787f9f93 (patch)
tree626d0fac1ca5737158bd5fbbb6a0382aa8737392 /puppet/compute.yaml
parentbce5f65f2e036f6ef5232fdfc8025d7f864faa56 (diff)
Update VNI and TunnelID ranges.
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
Diffstat (limited to 'puppet/compute.yaml')
-rw-r--r--puppet/compute.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/puppet/compute.yaml b/puppet/compute.yaml
index 43ef5820..6498b485 100644
--- a/puppet/compute.yaml
+++ b/puppet/compute.yaml
@@ -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: ''