From ad7782cbf83c11f152a6457f3808a4da99a1ae56 Mon Sep 17 00:00:00 2001 From: Eric Multanen Date: Thu, 28 May 2020 17:07:20 -0700 Subject: Create OVN network action controller from ncm Split out part of ncm microservice to act as the Onv4k8s network action controller for the orchestrator. No code changes really - just moving around to fit the architectural plan. Issue-ID: MULTICLOUD-1029 Signed-off-by: Eric Multanen Change-Id: I17292ac72d041050269f05fc4a0c2a6ca741aeb5 --- src/ovnaction/config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/ovnaction/config.json (limited to 'src/ovnaction/config.json') diff --git a/src/ovnaction/config.json b/src/ovnaction/config.json new file mode 100644 index 00000000..4751ebe2 --- /dev/null +++ b/src/ovnaction/config.json @@ -0,0 +1,10 @@ +{ + "database-ip": "172.18.0.2", + "database-type": "mongo", + "plugin-dir": "plugins", + "service-port": "9018", + "grpc-server-cert": "/home/ewmulta/onap/frankfort/orchestrator/ca/ncm.crt", + "grpc-server-key": "/home/ewmulta/onap/frankfort/orchestrator/ca/ncm.key", + "grpc-enable-tls": "disable", + "grpc-server-name-override": "" +} -- cgit 1.2.3-korg