Fix vlan on vanilla controller and compute machines

The VLAN is now 2551.

Change-Id: If0f8e22265111e3c59bd7a190f37bc103447405a
This commit is contained in:
Ricardo Carrillo Cruz 2016-08-23 10:45:46 +02:00
parent 793e05320f
commit 5eb9c3425e

View File

@ -1249,7 +1249,7 @@ node 'controller00.vanilla.ic.openstack.org' {
keystone_admin_token => hiera('keystone_admin_token'),
ssl_key_file_contents => hiera('ssl_key_file_contents'),
ssl_cert_file_contents => hiera('infracloud_hpuswest_ssl_cert_file_contents'),
br_name => 'br-vlan25',
br_name => 'br-vlan2551',
controller_public_address => $::fqdn,
openstackci_password => hiera('openstackci_infracloud_password'),
openstackjenkins_password => hiera('openstackjenkins_infracloud_password'),
@ -1309,7 +1309,7 @@ node /^compute\d{3}\.vanilla\.ic\.openstack\.org$/ {
neutron_rabbit_password => hiera('neutron_rabbit_password'),
neutron_admin_password => hiera('neutron_admin_password'),
ssl_cert_file_contents => hiera('infracloud_hpuswest_ssl_cert_file_contents'),
br_name => 'br-vlan25',
br_name => 'br-vlan2551',
controller_public_address => 'controller00.vanilla.ic.openstack.org',
}
}