diff options
author | 2017-10-06 21:01:05 +0000 | |
---|---|---|
committer | 2017-10-06 21:01:13 +0000 | |
commit | 1d01367aa505d2a2c6f6ad450c051ba7fb1e21af (patch) | |
tree | 9b9d5d64a85502f999e2e9b7898742e44a05b82c /blueprints/pgaas-disk.yaml-template | |
parent | 749bc2d89911bcb91dcf3a3d84edcf2cb5a151c2 (diff) |
fix type file references
try to fix blueprints to where the files actually are in nexus
note: relationships types file is still missing
Change-Id: If7ee9a2b35828a4ce9f630141bc07290a1852280
Signed-off-by: Tony Hansen <tony@att.com>
Issue-ID: DCAEGEN2-128
Diffstat (limited to 'blueprints/pgaas-disk.yaml-template')
-rw-r--r-- | blueprints/pgaas-disk.yaml-template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/blueprints/pgaas-disk.yaml-template b/blueprints/pgaas-disk.yaml-template index 3629ef4..65244bf 100644 --- a/blueprints/pgaas-disk.yaml-template +++ b/blueprints/pgaas-disk.yaml-template @@ -38,10 +38,10 @@ imports: - http://www.getcloudify.org/spec/openstack-plugin/1.4/plugin.yaml - http://www.getcloudify.org/spec/fabric-plugin/1.4.1/plugin.yaml - - "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/type_files/dnsdesig/dns_types.yaml" + - "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_ccsdk_platform_plugins_releases }}/type_files/dnsdesig/dns_types.yaml" - "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_ccsdk_platform_plugins_releases }}/type_files/sshkeyshare/sshkey_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 }}/type_files/pgaas_plugin/1.0.0/pgaas_types.yaml" + - "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_ccsdk_platform_plugins_releases }}/type_files/pgaas/pgaas_types.yaml" inputs: # environment info |