aboutsummaryrefslogtreecommitdiffstats
path: root/heat/OpenECOMP/openecomp_rackspace.yaml
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-04-10 14:05:13 -0400
committerMarco Platania <platania@research.att.com>2017-04-10 14:05:13 -0400
commit198665230dd77de3d182ef8ebcf7b87e23bc4298 (patch)
tree5b348494200585e42ace61664afd7f52452fedd7 /heat/OpenECOMP/openecomp_rackspace.yaml
parent5e9d6960d70c8d1c3b1c29e78feea7c651bdc334 (diff)
remove gerrit credentials from heat
Change-Id: Ic9c37b0533c6c72c94060ea02d1b86efb7f848de Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'heat/OpenECOMP/openecomp_rackspace.yaml')
-rw-r--r--heat/OpenECOMP/openecomp_rackspace.yaml15
1 files changed, 0 insertions, 15 deletions
diff --git a/heat/OpenECOMP/openecomp_rackspace.yaml b/heat/OpenECOMP/openecomp_rackspace.yaml
index 219cbc76..489422e0 100644
--- a/heat/OpenECOMP/openecomp_rackspace.yaml
+++ b/heat/OpenECOMP/openecomp_rackspace.yaml
@@ -39,16 +39,6 @@ parameters:
type: string
label: Nexus Repository Password
description: Nexus Repository Password
-
- gitlab_username:
- type: string
- label: Gitlab Repository Username
- description: Gitlab Repository username
-
- gitlab_password:
- type: string
- label: Gitlab Repository Password
- description: Gitlab Repository Password
dmaap_topic:
type: string
@@ -244,8 +234,6 @@ resources:
__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 }
__dmaap_topic__: { get_param: dmaap_topic }
__artifacts_version__: { get_param: artifacts_version }
__docker_version__: { get_param: docker_version }
@@ -289,9 +277,6 @@ resources:
echo "__nexus_username__" > /opt/config/nexus_username.txt
echo "__nexus_password__" > /opt/config/nexus_password.txt
echo "__dmaap_topic__" > /opt/config/dmaap_topic.txt
- echo "__gitlab_username__" > /opt/config/gitlab_username.txt
- echo "__gitlab_password__" > /opt/config/gitlab_password.txt
- echo "gerrit.onap.org" > /opt/config/gitlab_certname.txt
echo "__docker_version__" > /opt/config/docker_version.txt
# Execute docker instructions