Fix for test_remove_vnf failing in Heal VDU
[osm/LCM.git] / osm_lcm / lcm.cfg
index 8f141f1..96fb373 100644 (file)
@@ -44,11 +44,14 @@ VCA:
     cloud:  localhost
     k8s_cloud: k8scloud
     helmpath:    /usr/local/bin/helm
+    helm3path:    /usr/local/bin/helm3
     kubectlpath: /usr/bin/kubectl
     jujupath:    /usr/local/bin/juju
     # pubkey: pubkey
     # cacert: cacert
     # apiproxy: apiproxy
+    #eegrpcinittimeout: 600
+    #eegrpctimeout: 30
 
     # loglevel: DEBUG
     # logfile:  /var/log/osm/lcm-vca.log
@@ -59,6 +62,7 @@ database:
     host:   mongo       # hostname or IP
     port:   27017
     name:   osm
+    # replicaset: replicaset
     # user:   user
     # password:   password
     # commonkey: "XXXXXX" # password used for encryption of sensible information
@@ -84,3 +88,11 @@ message:
     # loglevel: DEBUG
     # logfile:  /var/log/osm/lcm-message.log
     group_id: lcm-server
+
+tsdb:    # time series database
+    driver:   prometheus
+    # local file to store the configuration
+    path:     /etc/prometheus
+    uri:      http://prometheus:9090/
+    # loglevel: DEBUG
+    # logfile:  /var/log/osm/lcm-tsdb.log