commit | 068a2db7524dd95635a2fe5ca7f45522649f52cd | [log] [tgz] |
---|---|---|
author | Kiran Kamineni <kiran.k.kamineni@intel.com> | Mon May 20 17:22:36 2019 -0700 |
committer | Kiran Kamineni <kiran.k.kamineni@intel.com> | Mon May 20 17:22:43 2019 -0700 |
tree | 3eae6ddefcfcaa8be7fa4c66566db4a66df30ff9 | |
parent | 56c00a827fea30b5cc71a6a70639ceb7f03ad895 [diff] |
Add etcd to requirements.yaml Add etcd to requirements.yaml and add the service name to the configuration file Issue-ID: MULTICLOUD-638 Change-Id: Idef37e50f535dcb79e39e5cebfd2c95c660b8e3c Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
diff --git a/kubernetes/multicloud/charts/multicloud-k8s/resources/config/k8sconfig.json b/kubernetes/multicloud/charts/multicloud-k8s/resources/config/k8sconfig.json index e451421..d6fa40d 100644 --- a/kubernetes/multicloud/charts/multicloud-k8s/resources/config/k8sconfig.json +++ b/kubernetes/multicloud/charts/multicloud-k8s/resources/config/k8sconfig.json
@@ -6,5 +6,6 @@ "database-type": "mongo", "database-address": "multicloud-k8s-mongo", + "etcd-ip": "multicloud-k8s-etcd", "plugin-dir": "/opt/multicloud/k8splugin/plugins" } \ No newline at end of file