From d311b7ef3feb598daf9172cc292f06ae5daeb4d5 Mon Sep 17 00:00:00 2001 From: Samuli Silvius Date: Tue, 21 May 2019 10:32:22 +0300 Subject: Starting of k8splugin with docker-compose is broken docker-compose.yml and start.sh script cannot be used in installer.sh to start k8splugin and mongo. This commit modifies start.sh script to be usable in installer.sh to start plugin before tests. Also fixed kud_tests variable in installer.sh. Issue-ID: MULTICLOUD-640 Change-Id: I60cc850d6f5b58df574f79ad3c65b801c59b3a14 Signed-off-by: Samuli Silvius --- deployments/.env | 6 ------ 1 file changed, 6 deletions(-) (limited to 'deployments/.env') diff --git a/deployments/.env b/deployments/.env index c2630b85..b4740f9b 100644 --- a/deployments/.env +++ b/deployments/.env @@ -1,7 +1 @@ IMAGE_NAME=nexus3.onap.org:10003/onap/multicloud/k8s -CSAR_DIR=/opt/csar -KUBE_CONFIG_DIR=/opt/kubeconfig -DATABASE_TYPE=mongo -DATABASE_IP=172.19.0.2 -PLUGIN_IP=172.19.0.3 -PLUGINS_DIR=/opt/multicloud/k8s -- cgit 1.2.3-korg