diff options
Diffstat (limited to 'heat')
-rw-r--r-- | heat/.DS_Store | bin | 8196 -> 0 bytes | |||
-rw-r--r-- | heat/OpenECOMP/openecomp_rackspace.yaml | 2 | ||||
-rw-r--r-- | heat/vLB/packet_gen_vlb.yaml | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/heat/.DS_Store b/heat/.DS_Store Binary files differdeleted file mode 100644 index 098cb5c4..00000000 --- a/heat/.DS_Store +++ /dev/null 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: |