diff options
author | Joe Talerico <jtaleric@redhat.com> | 2015-12-16 13:59:55 -0500 |
---|---|---|
committer | Joe Talerico <jtaleric@redhat.com> | 2015-12-16 18:31:44 -0500 |
commit | aa3dce50ef1ffe8b2edb87cf1bbc9383787f9f93 (patch) | |
tree | 626d0fac1ca5737158bd5fbbb6a0382aa8737392 /puppet/controller.yaml | |
parent | bce5f65f2e036f6ef5232fdfc8025d7f864faa56 (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/controller.yaml')
-rw-r--r-- | puppet/controller.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/puppet/controller.yaml b/puppet/controller.yaml index e405333d..d139003b 100644 --- a/puppet/controller.yaml +++ b/puppet/controller.yaml @@ -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 |