diff options
author | platania <platania@research.att.com> | 2017-03-01 15:57:39 -0500 |
---|---|---|
committer | platania <platania@research.att.com> | 2017-03-01 15:57:39 -0500 |
commit | 7c60b45783089f9a17066b98bbd2b9944d6412eb (patch) | |
tree | 4cee5bf83acbacdf7474c226a0b17b3ec88dfdfb /heat | |
parent | 607c3ad2b29b6ad0df9110970e72276847cb2efa (diff) |
update master template
Change-Id: I7c7a20346c020fecb77769b9fd9cce34a3f09a28
Signed-off-by: platania <platania@research.att.com>
Diffstat (limited to 'heat')
-rw-r--r-- | heat/OpenECOMP/openecomp_rackspace.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/heat/OpenECOMP/openecomp_rackspace.yaml b/heat/OpenECOMP/openecomp_rackspace.yaml index 4e75bde0..d255f5da 100644 --- a/heat/OpenECOMP/openecomp_rackspace.yaml +++ b/heat/OpenECOMP/openecomp_rackspace.yaml @@ -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 |