diff options
author | Victor Morales <victor.morales@intel.com> | 2019-01-06 07:22:08 -0800 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2019-01-06 07:22:08 -0800 |
commit | e2bf06f1e964b05334ac179831c18e6cb95b396d (patch) | |
tree | 10cdba1c23104f9f5b9b3a20269006dbcbac1f2c /deployments/.env | |
parent | 6bbfadbdfe670334ad7755f3578d668d66dd9756 (diff) |
Refactor docker-compose variables
The default environment variables required by docker-compose.yml
file was exported to .env file to have better control on them.
Change-Id: I52408cbf6e6918621a10158866d899d5f66a47eb
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-301
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 |