Correct vanilla Neutron ranges

The new IP range for vanilla is 15.184.64.0/19, amending so
Neutron can allocate IPs.

Change-Id: Ide942bacec5ee78f33e99fbbf1f057415bb320ad
This commit is contained in:
Ricardo Carrillo Cruz 2016-08-23 11:08:53 +02:00
parent 793e05320f
commit fd5d9d8b4b

View File

@ -1253,12 +1253,12 @@ node 'controller00.vanilla.ic.openstack.org' {
controller_public_address => $::fqdn,
openstackci_password => hiera('openstackci_infracloud_password'),
openstackjenkins_password => hiera('openstackjenkins_infracloud_password'),
neutron_subnet_cidr => '15.184.52.0/22',
neutron_subnet_gateway => '15.184.52.1',
neutron_subnet_cidr => '15.184.64.0/19',
neutron_subnet_gateway => '15.184.64.1',
neutron_subnet_allocation_pools => [
'start=15.184.53.2,end=15.184.53.254',
'start=15.184.54.2,end=15.184.54.254',
'start=15.184.55.2,end=15.184.55.254'
'start=15.184.65.2,end=15.184.65.254',
'start=15.184.66.2,end=15.184.66.254',
'start=15.184.67.2,end=15.184.67.254'
]
}
}