Remove datacentred credentials

We currently are not using these in production, remove them to help
clean up our clouds.yaml files.

Change-Id: I81b4de2fda50b61a17e99c30cfe4ec44c55df343
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-09-03 16:13:24 -04:00
parent e9b7e5e9ce
commit 3f9d060795
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
3 changed files with 0 additions and 29 deletions

View File

@ -823,9 +823,6 @@ node 'nodepool.openstack.org' {
$vexxhost_username = hiera('nodepool_vexxhost_username', 'username')
$vexxhost_password = hiera('nodepool_vexxhost_password')
$vexxhost_project = hiera('nodepool_vexxhost_project', 'project')
$datacentred_username = hiera('nodepool_datacentred_username', 'username')
$datacentred_password = hiera('nodepool_datacentred_password')
$datacentred_project = hiera('nodepool_datacentred_project', 'project')
$citycloud_username = hiera('nodepool_citycloud_username', 'username')
$citycloud_password = hiera('nodepool_citycloud_password')
$clouds_yaml = template("openstack_project/nodepool/clouds.yaml.erb")
@ -928,9 +925,6 @@ node /^nl\d+\.openstack\.org$/ {
$vexxhost_username = hiera('nodepool_vexxhost_username', 'username')
$vexxhost_password = hiera('nodepool_vexxhost_password')
$vexxhost_project = hiera('nodepool_vexxhost_project', 'project')
$datacentred_username = hiera('nodepool_datacentred_username', 'username')
$datacentred_password = hiera('nodepool_datacentred_password')
$datacentred_project = hiera('nodepool_datacentred_project', 'project')
$citycloud_username = hiera('nodepool_citycloud_username', 'username')
$citycloud_password = hiera('nodepool_citycloud_password')
$clouds_yaml = template("openstack_project/nodepool/clouds.yaml.erb")
@ -999,9 +993,6 @@ node /^nb\d+\.openstack\.org$/ {
$vexxhost_username = hiera('nodepool_vexxhost_username', 'username')
$vexxhost_password = hiera('nodepool_vexxhost_password')
$vexxhost_project = hiera('nodepool_vexxhost_project', 'project')
$datacentred_username = hiera('nodepool_datacentred_username', 'username')
$datacentred_password = hiera('nodepool_datacentred_password')
$datacentred_project = hiera('nodepool_datacentred_project', 'project')
$citycloud_username = hiera('nodepool_citycloud_username', 'username')
$citycloud_password = hiera('nodepool_citycloud_password')
$clouds_yaml = template("openstack_project/nodepool/clouds.yaml.erb")

View File

@ -83,16 +83,6 @@ clouds:
identity_api_version: '3'
floating_ip_source: None
cacert: /home/nodepool/.config/openstack/infracloud_chocolate_cacert.pem
datacentred:
region_name: sal01
profile: datacentred
auth:
username: '<%= @datacentred_username %>'
password: '<%= @datacentred_password %>'
project_name: '<%= @datacentred_project %>'
project_domain_name: default
user_domain_name: default
identity_api_version: '2'
citycloud:
regions:
- Lon1

View File

@ -191,16 +191,6 @@ clouds:
username: '<%= @puppetmaster_clouds['openstackci_vexxhost_username'] %>'
password: '<%= @puppetmaster_clouds['openstackci_vexxhost_password'] %>'
project_name: '<%= @puppetmaster_clouds['openstackci_vexxhost_project_name'] %>'
openstackzuul-datacentred:
region_name: sal01
profile: datacentred
auth:
username: <%= @puppetmaster_clouds['openstackzuul_datacentred_username'] %>
password: <%= @puppetmaster_clouds['openstackzuul_datacentred_password'] %>
project_name: <%= @puppetmaster_clouds['openstackzuul_datacentred_project'] %>
project_domain_name: default
user_domain_name: default
identity_api_version: '2'
openstackci-citycloud:
regions:
- Lon1