From 1a5f66b47649588ed9ea81207b45d342b114a20d Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Tue, 10 Oct 2017 17:02:52 +0000 Subject: [PATCH] Use new plugin location in inventory BP Issue-Id: DCAEGEN2-128 Change-Id: Ie633a6262913779beb27695001c61a29235336d2 Signed-off-by: Lusheng Ji --- blueprints/{inventory.yaml => inventory.yaml-template} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename blueprints/{inventory.yaml => inventory.yaml-template} (97%) diff --git a/blueprints/inventory.yaml b/blueprints/inventory.yaml-template similarity index 97% rename from blueprints/inventory.yaml rename to blueprints/inventory.yaml-template index 76ea5f1..e0dbef6 100644 --- a/blueprints/inventory.yaml +++ b/blueprints/inventory.yaml-template @@ -28,8 +28,8 @@ description: > imports: - http://www.getcloudify.org/spec/cloudify/3.4/types.yaml - - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/type_files/relationship/1.0.0/node-type.yaml - - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/docker-node-type.yaml + - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/type_files/relationshipplugin/1/relationshipplugin_types.yaml + - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/type_files/dockerplugin/2/dockerplugin_types.yaml inputs: -- 2.16.6