From 9b197d9baf4d6249cae6dd4ef10a36c6c281c95a Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Thu, 25 Aug 2016 10:30:19 +0200 Subject: [PATCH] Add infracloud oscc to nodepool clouds Change-Id: I099b1de6740d78e8651cf3f956d96977310c468e --- .../templates/nodepool/clouds.yaml.erb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/openstack_project/templates/nodepool/clouds.yaml.erb b/modules/openstack_project/templates/nodepool/clouds.yaml.erb index 1f9d7c9c76..a35e8acf08 100644 --- a/modules/openstack_project/templates/nodepool/clouds.yaml.erb +++ b/modules/openstack_project/templates/nodepool/clouds.yaml.erb @@ -80,3 +80,13 @@ clouds: username: '<%= @vexxhost_username %>' password: '<%= @vexxhost_password %>' project_name: '<%= @vexxhost_project %>' + infracloud: + auth: + auth_url: https://controller00.vanilla.ic.openstack.org:5000 + username: '<%= @infracloud_username %>' + password: '<%= @infracloud_password %>' + project_name: '<%= @infracloud_project %>' + project_domain_name: default + user_domain_name: default + identity_api_version: '3' + cacert: /home/nodepool/.config/openstack/infracloud_vanilla_cacert.pem