diff options
author | Victor Morales <victor.morales@intel.com> | 2019-01-10 16:12:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-01-10 16:12:47 +0000 |
commit | 8db0a40746925ffdd98c6b6718a05e31d17fc755 (patch) | |
tree | 38c14c9c74d9238af8c7068967f8ff1baf930421 /deployments/.env | |
parent | 78316e2f313b414e224113150f80140dc0dc12e1 (diff) | |
parent | e2bf06f1e964b05334ac179831c18e6cb95b396d (diff) |
Merge "Refactor docker-compose variables"
Diffstat (limited to 'deployments/.env')
-rw-r--r-- | deployments/.env | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/deployments/.env b/deployments/.env new file mode 100644 index 00000000..c2630b85 --- /dev/null +++ b/deployments/.env @@ -0,0 +1,7 @@ +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 |