From b3eebb82c2758a63e8c8764ffe523a566d10a0ca Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Fri, 10 Jan 2020 13:24:50 -0500 Subject: Fix import file versions Issue-ID: DCAEGEN2-2018 Signed-off-by: Jack Lucas Change-Id: Ia9dd43974bf8a3e1c34cda1bb130798ea9ace353 --- blueprints/k8s-tca-clampnode.yaml-template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'blueprints/k8s-tca-clampnode.yaml-template') diff --git a/blueprints/k8s-tca-clampnode.yaml-template b/blueprints/k8s-tca-clampnode.yaml-template index ce4885b..6b4d03d 100644 --- a/blueprints/k8s-tca-clampnode.yaml-template +++ b/blueprints/k8s-tca-clampnode.yaml-template @@ -23,8 +23,8 @@ description: > imports: - https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml - - "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.13/k8splugin_types.yaml" - - "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/clamppolicyplugin/1.0.0/clamppolicyplugin_types.yaml" + - "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.7.1/k8splugin_types.yaml" + - "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/clamppolicyplugin/1.1.0/clamppolicyplugin_types.yaml" inputs: aaiEnrichmentHost: type: string @@ -171,5 +171,5 @@ node_templates: properties: policy_id: get_input: policy_id - policy_model_id: + policy_model_id: get_input: policy_model_id -- cgit 1.2.3-korg