diff options
author | platania <platania@research.att.com> | 2017-03-07 15:29:33 -0500 |
---|---|---|
committer | platania <platania@research.att.com> | 2017-03-07 15:29:33 -0500 |
commit | 7ffc784e98f5f608000d1deff778e5aa1496a4fc (patch) | |
tree | 7e2f7fb7019f59894a7ea82b28c4f2bc8be85af8 /heat/OpenECOMP | |
parent | 63e0cb390d97c368b63a0704bd6607d338710866 (diff) |
Update structure of POM files
Change-Id: I24ceb375aa3c89b311fb0a0e1b40f8e8ae719343
Signed-off-by: platania <platania@research.att.com>
Diffstat (limited to 'heat/OpenECOMP')
-rw-r--r-- | heat/OpenECOMP/openecomp_rackspace.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/heat/OpenECOMP/openecomp_rackspace.yaml b/heat/OpenECOMP/openecomp_rackspace.yaml index d255f5da..f5431276 100644 --- a/heat/OpenECOMP/openecomp_rackspace.yaml +++ b/heat/OpenECOMP/openecomp_rackspace.yaml @@ -790,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 |