From c73f55b4a6c06a4b6f5906fba51ec0c26064cd6e Mon Sep 17 00:00:00 2001 From: Yolanda Robla Mota Date: Thu, 18 Aug 2016 10:45:31 +0200 Subject: 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 --- puppet-infracloud/creds/clouds.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 puppet-infracloud/creds/clouds.yaml (limited to 'puppet-infracloud/creds') 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 -- cgit 1.2.3-korg