X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=heat%2FOpenECOMP%2Fopenecomp_rackspace.yaml;h=489422e0360ae4cf70a9c9b5928ff4c0ecdf7fd3;hb=198665230dd77de3d182ef8ebcf7b87e23bc4298;hp=219cbc76a3cd79256def98cb0b6cfb001231d845;hpb=5e9d6960d70c8d1c3b1c29e78feea7c651bdc334;p=demo.git 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