summaryrefslogtreecommitdiffstats
path: root/conductor.conf
diff options
context:
space:
mode:
authorkrishnaa96 <krishna.moorthy6@wipro.com>2021-05-05 12:03:32 +0530
committerkrishnaa96 <krishna.moorthy6@wipro.com>2021-05-05 13:49:20 +0530
commit0ab565c1766d8332e36484d711c6b9dc13c45267 (patch)
treef3a44e1239fb162ad10c2604ff85411f3c306ddd /conductor.conf
parentbfa74aaed03f8aa120f9197bc5c5ed93ba442d84 (diff)
Add etcd python client
- Add a new python client for etcd - Add etcd credentials to SMS - New conf group etcd_api, db_options Issue-ID: OPTFRA-947 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I6b2214d2f2abc29c34613a5aeaad525b5f37a390
Diffstat (limited to 'conductor.conf')
-rwxr-xr-xconductor.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/conductor.conf b/conductor.conf
index e3d710c..6e0e8a1 100755
--- a/conductor.conf
+++ b/conductor.conf
@@ -417,6 +417,31 @@ certificate_authority_bundle_file = /usr/local/bin/AAF_RootCA.cer
# default is false
enable_https_mode = True
+
+[db_options]
+
+# db_backend to use
+db_backend = music
+
+# Use music mock api
+music_mock = False
+
+
+[etcd_api]
+
+# host/ip address of etcd server
+host = localhost
+
+# port of etcd server
+port = 2379
+
+# username for etcd authentication
+username = conductor
+
+# password for etcd authentication
+password = conductor
+
+
[music_api]
#