From: Victor Morales Date: Wed, 5 Sep 2018 10:25:54 +0000 (-0700) Subject: Add PLUGINS_DIR var X-Git-Tag: 3.0.0-ONAP~57^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=18b23eadfd1b07c77e4bfda18ccd12c237f23bcc;p=multicloud%2Fk8s.git Add PLUGINS_DIR var The docker-compose.yml file was missing PLUGINS_DIR environment variable required for the plugin to discover the *.so files. Change-Id: I7fa451ba0b3d6fd722728176b7b35cf5b3dd4db3 Signed-off-by: Victor Morales Issue-ID: MULTICLOUD-301 --- diff --git a/deployments/docker-compose.yml b/deployments/docker-compose.yml index 6ae7b4ea..5147d35a 100644 --- a/deployments/docker-compose.yml +++ b/deployments/docker-compose.yml @@ -26,6 +26,7 @@ services: - KUBE_CONFIG_DIR=/opt/kubeconfig - DATABASE_TYPE=consul - DATABASE_IP=consul-svr + - PLUGINS_DIR=/opt/multicloud/k8s depends_on: - "consul" volumes: