Add internap to nodepool clouds.yaml
Hiera has been updated to include these values. Change-Id: Ic837f76fc4bbffa21a19f3ed7439d39c6eeac4eb
This commit is contained in:
parent
23d9b3d339
commit
14e6d4cf2b
@ -657,6 +657,9 @@ node 'nodepool.openstack.org' {
|
||||
$hpcloud_username = hiera('nodepool_hpcloud_username', 'username')
|
||||
$hpcloud_password = hiera('nodepool_hpcloud_password')
|
||||
$hpcloud_project = hiera('nodepool_hpcloud_project', 'project')
|
||||
$internap_username = hiera('nodepool_internap_username', 'username')
|
||||
$internap_password = hiera('nodepool_internap_password')
|
||||
$internap_project = hiera('nodepool_internap_project', 'project')
|
||||
$ovh_username = hiera('nodepool_ovh_username', 'username')
|
||||
$ovh_password = hiera('nodepool_ovh_password')
|
||||
$ovh_project = hiera('nodepool_ovh_project', 'project')
|
||||
|
@ -37,3 +37,10 @@ clouds:
|
||||
password: '<%= bluebox_password %>'
|
||||
project_name: '<%= bluebox_project %>'
|
||||
auth_url: 'https://montytaylor-sjc.openstack.blueboxgrid.com:5001/v2.0'
|
||||
internap:
|
||||
profile: internap
|
||||
region_name: nyj01
|
||||
auth:
|
||||
username: '<%= internap_username %>'
|
||||
password: '<%= internap_password %>'
|
||||
project_name: '<%= internap_project %>'
|
||||
|
Loading…
Reference in New Issue
Block a user