diff options
author | Yolanda Robla Mota <yroblamo@redhat.com> | 2016-08-18 10:45:31 +0200 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-08-11 12:56:12 -0700 |
commit | c73f55b4a6c06a4b6f5906fba51ec0c26064cd6e (patch) | |
tree | a71408853f93d791f02e4e2c5393c620c59a46eb /puppet-infracloud/creds/clouds.yaml | |
parent | 8f208d8a921a24d60a08a83fa7c30a4dc06faa29 (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/clouds.yaml')
-rw-r--r-- | puppet-infracloud/creds/clouds.yaml | 12 |
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 |