Change lcm.cfg from prometheus to a generic tsdb
[osm/LCM.git] / osm_lcm / lcm.cfg
index fa72b7f..e2e34d4 100644 (file)
@@ -42,6 +42,7 @@ VCA:
     user:   admin
     secret: secret
     cloud:  localhost
+    k8s_cloud: k8scloud
     helmpath:    /usr/local/bin/helm
     kubectlpath: /usr/bin/kubectl
     jujupath:    /usr/local/bin/juju
@@ -83,3 +84,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