diff options
author | Tony Hansen <tony@att.com> | 2017-09-29 17:29:52 +0000 |
---|---|---|
committer | Vijay <vv770d@att.com> | 2017-10-02 15:10:35 +0000 |
commit | 6b903fe0618acb79393d59aaad3a4a3631ec2553 (patch) | |
tree | 6db12ec618fc67e50f36c2fa6029d00280f79e48 /check-blueprint-vs-input/lib | |
parent | a795b59c0465d84b70eea6a64371863e7aa01d85 (diff) |
update pgaas blueprints
mv check-blueprint-vs-input here from utils
fix minor changes pointed out by check-blueprint-vs-input
Change-Id: Ie9383858177b7df2b068c4171280322c4f5a214f
Signed-off-by: Tony Hansen <tony@att.com>
Issue-Id: DCAEGEN2-49
Signed-off-by: Vijay <vv770d@att.com>
Diffstat (limited to 'check-blueprint-vs-input/lib')
-rw-r--r-- | check-blueprint-vs-input/lib/sample-inputs.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/check-blueprint-vs-input/lib/sample-inputs.yaml b/check-blueprint-vs-input/lib/sample-inputs.yaml new file mode 100644 index 0000000..48e5e24 --- /dev/null +++ b/check-blueprint-vs-input/lib/sample-inputs.yaml @@ -0,0 +1,18 @@ +centos7image_id: '7c8d7524-de1f-490b-8418-db294bfa2d65' +ubuntu1604image_id: '4b09c18b-d69e-4ba8-a1bd-562cab91ff20' +flavor_id: '4' +security_group: '55a11193-6559-4f6c-b2d2-0119a9817062' +public_net: 'admin_floating_228_net' +private_net: 'onap-f-net' +openstack: + username: 'MY_LOGIN' + password: 'MY_PASSWORD' + tenant_name: 'TENANT_NAME' + auth_url: 'KEYSTONE_AUTH_URL' + region: 'RegionOne' +keypair: 'KEYNME' +key_filename: '/opt/dcae/key' +location_prefix: 'onapr1' +location_domain: 'onapdevlab.onap.org' +codesource_url: 'https://nexus.onap.org/service/local/repositories/raw/content' +codesource_version: 'org.onap.dcaegen2.deployments/releases/scripts' |