diff options
author | platania <platania@research.att.com> | 2017-02-28 18:01:22 -0500 |
---|---|---|
committer | platania <platania@research.att.com> | 2017-02-28 18:01:22 -0500 |
commit | c82c2a1626a5d5e2da2bc0a0093a949cf65e8af6 (patch) | |
tree | 68e66c1e68af2ec03ece15113be84b52a916c8fe /heat/OpenECOMP/openecomp_rackspace.yaml | |
parent | ef9a9786fd6dc4a4654203e263b68c0da8e001ae (diff) |
update master heat
Change-Id: I437787feaa7459a8c57841d26f7757bad7934e32
Signed-off-by: platania <platania@research.att.com>
Diffstat (limited to 'heat/OpenECOMP/openecomp_rackspace.yaml')
-rw-r--r-- | heat/OpenECOMP/openecomp_rackspace.yaml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/heat/OpenECOMP/openecomp_rackspace.yaml b/heat/OpenECOMP/openecomp_rackspace.yaml index 1b4ab036..4e75bde0 100644 --- a/heat/OpenECOMP/openecomp_rackspace.yaml +++ b/heat/OpenECOMP/openecomp_rackspace.yaml @@ -178,11 +178,6 @@ resources: str_replace: params: __nexus_repo__: { get_param: nexus_repo } - __nexus_docker_repo__: { get_param: nexus_docker_repo } - __nexus_username__: { get_param: nexus_username } - __nexus_password__: { get_param: nexus_password } - __gitlab_username__: { get_param: gitlab_username } - __gitlab_password__: { get_param: gitlab_password } __artifacts_version__: { get_param: artifacts_version } template: | #!/bin/bash @@ -288,6 +283,7 @@ resources: echo "__gitlab_username__" > /opt/config/gitlab_username.txt echo "__gitlab_password__" > /opt/config/gitlab_password.txt echo "gerrit.openecomp.org" > /opt/config/gitlab_certname.txt + # Execute docker instructions cd /opt ./aai_vm_init.sh @@ -530,6 +526,7 @@ resources: echo "__openstack_password__" > /opt/config/openstack_password.txt echo "__openstack_api_key__" > /opt/config/openstack_api_key.txt echo "__openstack_region__" > /opt/config/region.txt + echo "__artifacts_version__" > /opt/config/artifacts_version.txt # Execute RobotETE-specific instructions: create share folder to run as a docker volume mkdir -p /opt/eteshare/logs |