diff options
author | Yolanda Robla Mota <yroblamo@redhat.com> | 2016-08-18 10:45:31 +0200 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-08-23 12:42:04 +0000 |
commit | 817187f7c60abbb81522e6215d268fd659a7c714 (patch) | |
tree | 0efba32aceaad83e3d7727c2f9884fa97ff7222f /prototypes/puppet-infracloud/creds | |
parent | 2d159fc0fc7c2b0cd4c911e30f83a4713ee0a2dc (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 'prototypes/puppet-infracloud/creds')
-rw-r--r-- | prototypes/puppet-infracloud/creds/clouds.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/prototypes/puppet-infracloud/creds/clouds.yaml b/prototypes/puppet-infracloud/creds/clouds.yaml new file mode 100644 index 000000000..eb44db66c --- /dev/null +++ b/prototypes/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 |