Add internap to nodepool clouds.yaml

Hiera has been updated to include these values.

Change-Id: Ic837f76fc4bbffa21a19f3ed7439d39c6eeac4eb
This commit is contained in:
James E. Blair 2015-11-18 10:55:07 -08:00
parent 23d9b3d339
commit 14e6d4cf2b
2 changed files with 10 additions and 0 deletions

View File

@ -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')

View File

@ -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 %>'