summaryrefslogtreecommitdiffstats
path: root/blueprints/pgaas.yaml-template
diff options
context:
space:
mode:
authorTony Hansen <tony@att.com>2017-10-24 19:35:57 +0000
committerTony Hansen <tony@att.com>2017-10-24 20:07:58 +0000
commitffa416db73f1dbc03eed66fb606eaa7113cd1561 (patch)
tree55f578d393236a61be8dedc66d0bb06b3821fc00 /blueprints/pgaas.yaml-template
parent963956dd4f6a3049ae323216514f8fd575df3e72 (diff)
fix refs to ccsdk.storage.pgaas in blueprints
the files were moved and the variable needs to expand properly fix path for check-blueprint-vs-input Change-Id: Iacb0e4255300b3d9543d5e7dd88b0bca4ceddc61 Signed-off-by: Tony Hansen <tony@att.com> Issue-ID: CCSDK-128 Signed-off-by: Tony Hansen <tony@att.com>
Diffstat (limited to 'blueprints/pgaas.yaml-template')
-rw-r--r--blueprints/pgaas.yaml-template4
1 files changed, 2 insertions, 2 deletions
diff --git a/blueprints/pgaas.yaml-template b/blueprints/pgaas.yaml-template
index 5dbf932..cfa29fc 100644
--- a/blueprints/pgaas.yaml-template
+++ b/blueprints/pgaas.yaml-template
@@ -97,8 +97,8 @@ inputs:
fi
echo Look in /tmp/pgaas.out for output from installing PGaaS
- NEXUS={{ ONAPTEMPLATE_RAWREPOURL_org_onap_ccsdk_platform }}/debs
- for pkg in cdf_17.10.0-LATEST.deb pgaas_17.10.0-LATEST.deb
+ NEXUS={{ ONAPTEMPLATE_RAWREPOURL_org_onap_ccsdk_storage_pgaas_debs_releases }}/debs
+ for pkg in cdf.deb-1.0.0 pgaas.deb-1.0.0
do
OUT=/tmp/$pkg
curl -s -k -f -o $OUT $NEXUS/$pkg