aboutsummaryrefslogtreecommitdiffstats
path: root/.env
diff options
context:
space:
mode:
authorojasdubey <ojas.dubey@amdocs.com>2018-11-19 10:24:33 +0200
committerVitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com>2018-11-28 14:38:00 +0000
commit420881cda3b7eeb0d4177917680b30e7c6946522 (patch)
tree7d1c28d972842258c7dad834ee8e0dd6fabd7034 /.env
parent069997b0692f69c8870718edf63f5703e848948d (diff)
SDC workflow docker-compose
Added support for workflow deployment on heat using docker-compose Change-Id: Ie0a99f7559d31c2cbd63f447be20a11ae1335fe5 Issue-ID: SDC-1743 Signed-off-by: ojasdubey <ojas.dubey@amdocs.com>
Diffstat (limited to '.env')
-rw-r--r--.env22
1 files changed, 22 insertions, 0 deletions
diff --git a/.env b/.env
new file mode 100644
index 00000000..06f7eeae
--- /dev/null
+++ b/.env
@@ -0,0 +1,22 @@
+IMAGE_TAG=latest
+REGISTRY=nexus3.onap.org:10001/
+JAVA_OPTIONS=-Xmx1536m -Xms1536m
+#CS_HOST is set to a dummy string "yyy". This pattern will be used as an identifier to be replaced by the actual
+# cassandra host env ip at runtime
+CS_HOST=yyy
+CS_AUTHENTICATE=false
+CS_USER=
+CS_PASSWORD=
+
+WORKFLOW_CASSANDRA_INIT_PORT=9160
+WORKFLOW_BACKEND_CASSANDRA_PORT=9042
+WORKFLOW_BACKEND_DEBUG_PORT=7001
+
+#SDC_HOST is set to a dummy string "yyy". This pattern will be used as an identifier to be replaced by the actual SDC
+# host env ip at runtime
+SDC_HOST=yyy
+SDC_PROTOCOL=HTTP
+SDC_USER=workflow
+SDC_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
+WORKFLOW_FRONTEND_PORT=8184
+WORKFLOW_FRONTEND_DEBUG_PORT=7000 \ No newline at end of file