blob: 996a8755b5c7987caf125c5a37c7355ec9a6e14e [file] [log] [blame]
Borislav Glozman5197e2e2017-07-24 10:45:28 +03001#!/bin/bash
2
kerenjfdc17622017-08-24 11:32:22 +00003HELM_APPS=('mso' 'message-router' 'sdnc' 'vid' 'robot' 'portal' 'policy' 'appc' 'aai')
4ONAP_APPS=('sdc')
Borislav Glozman5197e2e2017-07-24 10:45:28 +03005ONAP_DOCKER_REGISTRY_KEY=${ONAP_DOCKER_REGISTRY_KEY:-onap-docker-registry-key}
6ONAP_DOCKER_REGISTRY=${ONAP_DOCKER_REGISTRY:-nexus3.onap.org:10001}
7ONAP_DOCKER_USER=${ONAP_DOCKER_USER:-docker}
8ONAP_DOCKER_PASS=${ONAP_DOCKER_PASS:-docker}
9ONAP_DOCKER_MAIL=${ONAP_DOCKER_MAIL:-$USERNAME@$USERDOMAIN}