update master template 71/1571/1
authorplatania <platania@research.att.com>
Wed, 1 Mar 2017 20:57:39 +0000 (15:57 -0500)
committerplatania <platania@research.att.com>
Wed, 1 Mar 2017 20:57:39 +0000 (15:57 -0500)
Change-Id: I7c7a20346c020fecb77769b9fd9cce34a3f09a28
Signed-off-by: platania <platania@research.att.com>
heat/OpenECOMP/openecomp_rackspace.yaml

index 4e75bde..d255f5d 100644 (file)
@@ -743,6 +743,7 @@ resources:
             __artifacts_version__: { get_param: artifacts_version }
           template: |
             #!/bin/bash
+            
             # DNS/GW IP address configuration
             mkdir /opt/config
             echo "10.0.0.1" > /opt/config/dns_gw_ip.txt
@@ -853,6 +854,7 @@ resources:
             __artifacts_version__: { get_param: artifacts_version }
           template: |
             #!/bin/bash
+            
             # DNS/GW IP address configuration
             mkdir /opt/config
             echo "10.0.0.1" > /opt/config/dns_gw_ip.txt
@@ -942,6 +944,7 @@ resources:
             __openstack_region__: { get_param: openstack_region }
           template: |
             #!/bin/bash
+            
             # DNS/GW IP address configuration
             echo "nameserver 10.0.0.1" >> /etc/resolvconf/resolv.conf.d/head
             resolvconf -u
@@ -1055,6 +1058,7 @@ resources:
             __artifacts_version__: { get_param: artifacts_version }
           template: |
             #!/bin/bash
+            
             # DNS/GW IP address configuration
             mkdir /opt/config
             echo "10.0.0.1" > /opt/config/dns_gw_ip.txt