X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=heat%2FOpenECOMP%2Fopenecomp_rackspace.yaml;h=ddd6dcb8ece43b51404a499fc09fb6ae3e45b526;hb=refs%2Fchanges%2F69%2F1469%2F1;hp=11c11262701643d6464baf254158a444f37ab012;hpb=42e0304369e9706e96d8979b27979be9e6ca86d5;p=demo.git diff --git a/heat/OpenECOMP/openecomp_rackspace.yaml b/heat/OpenECOMP/openecomp_rackspace.yaml index 11c11262..ddd6dcb8 100644 --- a/heat/OpenECOMP/openecomp_rackspace.yaml +++ b/heat/OpenECOMP/openecomp_rackspace.yaml @@ -777,7 +777,7 @@ resources: chmod +x /opt/docker/docker-compose # Create partition and mount the external volume - curl --user '__nexus_username__:__nexus_password__' __nexus_repo__/org.openecomp.boot/asdc_ext_volume_partitions.txt -o /opt/asdc_ext_volume_partitions.txt + curl -k __nexus_repo__/org.openecomp.demo/boot/__artifacts_version__/asdc_ext_volume_partitions.txt -o /opt/asdc_ext_volume_partitions.txt sfdisk /dev/xvdb < /opt/asdc_ext_volume_partitions.txt mkfs -t ext4 /dev/xvdb1 mkdir -p /data