diff options
author | Lusheng Ji <lji@research.att.com> | 2017-10-10 17:02:52 +0000 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-10-10 17:03:00 +0000 |
commit | 1a5f66b47649588ed9ea81207b45d342b114a20d (patch) | |
tree | 17b2c4082cdd8ea7f79b3fc78502b59859b14162 | |
parent | 2283aba3358cac8247014b2960c4b3e54cd9950d (diff) |
Use new plugin location in inventory BP
Issue-Id: DCAEGEN2-128
Change-Id: Ie633a6262913779beb27695001c61a29235336d2
Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r-- | blueprints/inventory.yaml-template (renamed from blueprints/inventory.yaml) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/blueprints/inventory.yaml b/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: |