X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=heat%2FOpenECOMP%2Fopenecomp_rackspace.yaml;h=d255f5da20352115b25d62408796427bd3cdd68f;hb=7c60b45783089f9a17066b98bbd2b9944d6412eb;hp=4e75bde02fc9cc45b4f840d24358e74959e584e4;hpb=607c3ad2b29b6ad0df9110970e72276847cb2efa;p=demo.git 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