DCM listening on port 9077 as default.
The IP addresses for MongoDB and etcd are what we get by default
on docker installations of those using emco deployments.
Issue-ID: MULTICLOUD-1143
Change-Id: I9b30b278e3cf4fdb428665986e05c6916000b4e7
Signed-off-by: Igor D.C <igor.duarte.cardoso@intel.com>
--- /dev/null
+{
+ "database-ip": "172.18.0.2",
+ "database-type": "mongo",
+ "plugin-dir": "plugins",
+ "service-port": "9077",
+ "ca-file": "ca.cert",
+ "server-cert": "server.cert",
+ "server-key": "server.key",
+ "password": "",
+ "etcd-ip": "172.18.0.3",
+ "etcd-cert": "",
+ "etcd-key": "",
+ "etcd-ca-file": ""
+}