diff options
author | Tony Hansen <tony@att.com> | 2017-10-11 18:08:57 +0000 |
---|---|---|
committer | Tony Hansen <tony@att.com> | 2017-10-11 19:11:11 +0000 |
commit | f5e39dd27dd12b4f90c39ea267a509eabe1cfe4c (patch) | |
tree | 2a849df00d1b88bd63740303e53fbb4ce4f4371c /check-blueprint-vs-input | |
parent | 40ad979bae6afaa9d0fbee4ac71a9684e40f06f6 (diff) |
fix inputs, template expander, add tests
rewrite the template expander:
1) faster
2) handle multiple line variables
3) add new ONAPTEMPLATE_STANDARD_INPUTS_TYPES variable
fix inputs directives in pgaas templates by using ONAPTEMPLATE_STANDARD_INPUTS_TYPES
add call to check-blueprint-vs-input to test_templates
Change-Id: I4ffc220d7e1f4820b271d055b5de3961ca236983
Signed-off-by: Tony Hansen <tony@att.com>
Issue-ID: DCAEGEN2-128
Signed-off-by: Tony Hansen <tony@att.com>
Diffstat (limited to 'check-blueprint-vs-input')
-rw-r--r-- | check-blueprint-vs-input/lib/sample-inputs.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/check-blueprint-vs-input/lib/sample-inputs.yaml b/check-blueprint-vs-input/lib/sample-inputs.yaml index 48e5e24..6e888b0 100644 --- a/check-blueprint-vs-input/lib/sample-inputs.yaml +++ b/check-blueprint-vs-input/lib/sample-inputs.yaml @@ -1,5 +1,5 @@ -centos7image_id: '7c8d7524-de1f-490b-8418-db294bfa2d65' -ubuntu1604image_id: '4b09c18b-d69e-4ba8-a1bd-562cab91ff20' +centos7image_id: 'some-value-in-guid-format' +ubuntu1604image_id: 'another-value-in-guid-format' flavor_id: '4' security_group: '55a11193-6559-4f6c-b2d2-0119a9817062' public_net: 'admin_floating_228_net' |