diff options
author | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2019-05-20 17:22:36 -0700 |
---|---|---|
committer | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2019-05-20 17:22:43 -0700 |
commit | 068a2db7524dd95635a2fe5ca7f45522649f52cd (patch) | |
tree | 3eae6ddefcfcaa8be7fa4c66566db4a66df30ff9 /kubernetes/multicloud/charts/multicloud-k8s/resources | |
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>
Diffstat (limited to 'kubernetes/multicloud/charts/multicloud-k8s/resources')
-rw-r--r-- | kubernetes/multicloud/charts/multicloud-k8s/resources/config/k8sconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/multicloud/charts/multicloud-k8s/resources/config/k8sconfig.json b/kubernetes/multicloud/charts/multicloud-k8s/resources/config/k8sconfig.json index e451421a5b..d6fa40d471 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 |