Merge "Remove datacentred credentials"
This commit is contained in:
commit
899c8bbbdd
@ -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")
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user