From aa3dce50ef1ffe8b2edb87cf1bbc9383787f9f93 Mon Sep 17 00:00:00 2001 From: Joe Talerico Date: Wed, 16 Dec 2015 13:59:55 -0500 Subject: 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 --- overcloud.yaml | 4 ++-- puppet/compute.yaml | 4 ++-- puppet/controller.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/overcloud.yaml b/overcloud.yaml index 1a571120..108e999e 100644 --- a/overcloud.yaml +++ b/overcloud.yaml @@ -182,13 +182,13 @@ parameters: description: | Comma-separated list of : 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 : 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' 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 : 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 : 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: '' 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 : 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 : 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 -- cgit 1.2.3-korg