diff options
author | platania <platania@research.att.com> | 2017-02-27 09:51:49 -0500 |
---|---|---|
committer | platania <platania@research.att.com> | 2017-02-27 09:51:49 -0500 |
commit | 9f274c0f999f1ec9b0344a368439af08638fa4ae (patch) | |
tree | 21fa1208d46ab403b628cc49fc5333aacf58a19f /heat/OpenECOMP | |
parent | 42e0304369e9706e96d8979b27979be9e6ca86d5 (diff) |
fix bug in SDC ext volume creation
Change-Id: Ic7fa9001dc964f2261786be34e14ee61428f3ff2
Signed-off-by: platania <platania@research.att.com>
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 |