diff options
Diffstat (limited to 'heat/OpenECOMP')
-rw-r--r-- | heat/OpenECOMP/openecomp_rackspace.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |