summaryrefslogtreecommitdiffstats
path: root/puppet-infracloud/creds
diff options
context:
space:
mode:
authorYolanda Robla Mota <yroblamo@redhat.com>2016-08-18 10:45:31 +0200
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2017-08-11 12:56:12 -0700
commitc73f55b4a6c06a4b6f5906fba51ec0c26064cd6e (patch)
treea71408853f93d791f02e4e2c5393c620c59a46eb /puppet-infracloud/creds
parent8f208d8a921a24d60a08a83fa7c30a4dc06faa29 (diff)
Add initial puppet and hiera files
Include the basic site.pp and initial modules, as long as default hieras, to manage opnfv infracloud. Change-Id: I891bc414b102257534f1d28df8299bf41c12e8f2 Signed-Off-By: Yolanda Robla <yroblamo@redhat.com>
Diffstat (limited to 'puppet-infracloud/creds')
-rw-r--r--puppet-infracloud/creds/clouds.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/puppet-infracloud/creds/clouds.yaml b/puppet-infracloud/creds/clouds.yaml
new file mode 100644
index 00000000..eb44db66
--- /dev/null
+++ b/puppet-infracloud/creds/clouds.yaml
@@ -0,0 +1,12 @@
+clouds:
+ opnfv:
+ verify: False
+ auth:
+ auth_url: https://controller00.opnfvlocal:5000
+ project_name: opnfv
+ username: opnfv
+ password: pass
+ identity_api_version: '3'
+ region_name: RegionOne
+ user_domain_name: opnfv
+ project_domain_name: opnfv