X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Flcm.cfg;h=d8013a3b88b02df254e487396b6a222999bac971;hb=1b9c6ab4759c4fe341a4ed5f103c5ec68e14e619;hp=a0cac02e3037b0bd9fdc5912c1d584a1afbb5d59;hpb=744303e157182880777f169259ea7cd4431af1d7;p=osm%2FLCM.git diff --git a/osm_lcm/lcm.cfg b/osm_lcm/lcm.cfg index a0cac02..d8013a3 100644 --- a/osm_lcm/lcm.cfg +++ b/osm_lcm/lcm.cfg @@ -41,9 +41,17 @@ VCA: port: 17070 user: admin secret: secret + 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 @@ -54,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 @@ -79,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: /opt/prometheus + uri: http://prometheus:9090/ + # loglevel: DEBUG + # logfile: /var/log/osm/lcm-tsdb.log