aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2018-09-05 03:25:54 -0700
committerVictor Morales <victor.morales@intel.com>2018-09-05 03:25:54 -0700
commit18b23eadfd1b07c77e4bfda18ccd12c237f23bcc (patch)
tree57664247fa4e9d38ecc29a126f9264e1e24407ee
parent6e2857125fdce17a1541f3ca45ee0b988e9ef4de (diff)
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 <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
-rw-r--r--deployments/docker-compose.yml1
1 files changed, 1 insertions, 0 deletions
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: