aboutsummaryrefslogtreecommitdiffstats
path: root/heat
diff options
context:
space:
mode:
authorplatania <platania@research.att.com>2017-02-27 09:51:49 -0500
committerplatania <platania@research.att.com>2017-02-27 09:51:49 -0500
commit9f274c0f999f1ec9b0344a368439af08638fa4ae (patch)
tree21fa1208d46ab403b628cc49fc5333aacf58a19f /heat
parent42e0304369e9706e96d8979b27979be9e6ca86d5 (diff)
fix bug in SDC ext volume creation
Change-Id: Ic7fa9001dc964f2261786be34e14ee61428f3ff2 Signed-off-by: platania <platania@research.att.com>
Diffstat (limited to 'heat')
-rw-r--r--heat/.DS_Storebin8196 -> 0 bytes
-rw-r--r--heat/OpenECOMP/openecomp_rackspace.yaml2
-rw-r--r--heat/vLB/packet_gen_vlb.yaml2
3 files changed, 2 insertions, 2 deletions
diff --git a/heat/.DS_Store b/heat/.DS_Store
deleted file mode 100644
index 098cb5c4..00000000
--- a/heat/.DS_Store
+++ /dev/null
Binary files differ
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
diff --git a/heat/vLB/packet_gen_vlb.yaml b/heat/vLB/packet_gen_vlb.yaml
index e631fc46..eb9100cd 100644
--- a/heat/vLB/packet_gen_vlb.yaml
+++ b/heat/vLB/packet_gen_vlb.yaml
@@ -1,5 +1,5 @@
heat_template_version: 2013-05-23
-description: Heat template to deploy vFirewall demo app for OpenECOMP
+description: Heat template to deploy a packet generator for the vLoadBalancer/vDNS demo app for OpenECOMP
parameters:
public_net_id: