X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=heat%2FOpenECOMP%2Fopenecomp_rackspace.yaml;h=f5431276c8240b39a4f39b9ad660c65bed2a2ca1;hb=7ffc784e98f5f608000d1deff778e5aa1496a4fc;hp=4e75bde02fc9cc45b4f840d24358e74959e584e4;hpb=c82c2a1626a5d5e2da2bc0a0093a949cf65e8af6;p=demo.git diff --git a/heat/OpenECOMP/openecomp_rackspace.yaml b/heat/OpenECOMP/openecomp_rackspace.yaml index 4e75bde0..f5431276 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 @@ -789,6 +790,7 @@ resources: echo "__gitlab_username__" > /opt/config/gitlab_username.txt echo "__gitlab_password__" > /opt/config/gitlab_password.txt echo "__env_name__" > /opt/config/env_name.txt + echo "10.0.11.1" > /opt/config/mr_ip_addr.txt # Run SDC-specific instructions cd /opt @@ -853,6 +855,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 +945,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 +1059,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