summaryrefslogtreecommitdiffstats
path: root/heat/OpenECOMP/openecomp_rackspace.yaml
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-04-10 14:20:05 -0400
committerMarco Platania <platania@research.att.com>2017-04-10 14:20:05 -0400
commit706fd977b95c0889eac82b69b60316cc80ddde0f (patch)
tree62c386d5c1dccdcaa8562329b16ad9397eadfdd3 /heat/OpenECOMP/openecomp_rackspace.yaml
parent030a42efc223fdd0b4e1b68e2cf993ae1d5c818d (diff)
remove gerrit credentials from heat
Change-Id: I9095e6f6232106768da6761f1b3ca4a68dee9632 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