From 6b903fe0618acb79393d59aaad3a4a3631ec2553 Mon Sep 17 00:00:00 2001 From: Tony Hansen Date: Fri, 29 Sep 2017 17:29:52 +0000 Subject: 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 Issue-Id: DCAEGEN2-49 Signed-off-by: Vijay --- check-blueprint-vs-input/lib/sample-inputs.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 check-blueprint-vs-input/lib/sample-inputs.yaml (limited to 'check-blueprint-vs-input/lib') 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' -- cgit 1.2.3-korg