Add PLUGINS_DIR var 19/64819/1
authorVictor Morales <victor.morales@intel.com>
Wed, 5 Sep 2018 10:25:54 +0000 (03:25 -0700)
committerVictor Morales <victor.morales@intel.com>
Wed, 5 Sep 2018 10:25:54 +0000 (03:25 -0700)
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

deployments/docker-compose.yml

index 6ae7b4e..5147d35 100644 (file)
@@ -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: