Add Blue Box to nodepool

Change-Id: Ia6d0cd54ab38973bcf215c4bdc6559a8e0075c1b
This commit is contained in:
James E. Blair 2015-10-13 17:28:31 -07:00
parent 56d93130c6
commit 3d4a724eff
2 changed files with 9 additions and 0 deletions

View File

@ -647,6 +647,9 @@ node 'status.openstack.org' {
# Node-OS: trusty
node 'nodepool.openstack.org' {
$bluebox_username = hiera('nodepool_bluebox_username', 'username'),
$bluebox_password = hiera('nodepool_bluebox_password'),
$bluebox_project = hiera('nodepool_bluebox_project', 'project'),
$rackspace_username = hiera('nodepool_rackspace_username', 'username')
$rackspace_password = hiera('nodepool_rackspace_password')
$rackspace_project = hiera('nodepool_rackspace_project', 'project')

View File

@ -31,3 +31,9 @@ clouds:
password: '<%= tripleo_password %>'
project_name: '<%= tripleo_project %>'
auth_url: 'https://ci-overcloud.rh1.tripleo.org:13000/v2.0'
bluebox-sjc1:
auth:
username: '<%= bluebox_username %>'
password: '<%= bluebox_password %>'
project_name: '<%= bluebox_project %>'
auth_url: 'https://montytaylor-sjc.openstack.blueboxgrid.com:5001/v2.0'