X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Flcm.cfg;h=64a7da55087865aad42bdbecc655bad64007c348;hb=18ebc3ad0e546dfa7ce649d336bd1c838b38d94c;hp=3bc1ba07e9e5914d856965eff90b916b34e41c70;hpb=78770df78c488956cf33c5003a7989300655b266;p=osm%2FLCM.git diff --git a/osm_lcm/lcm.cfg b/osm_lcm/lcm.cfg index 3bc1ba0..64a7da5 100644 --- a/osm_lcm/lcm.cfg +++ b/osm_lcm/lcm.cfg @@ -22,6 +22,11 @@ global: # logfile: /app/log # or /var/log/osm/lcm.log # nologging: True # do no log to stdout/stderr +#[timeout] +timeout: + # ns_deploy: 7200 # total deploy timeout for a ns 2 hours + # nsi_deploy: 7200 # total deploy timeout for a nsi 2 hours + #[RO] RO: host: ro # hostname or IP @@ -36,6 +41,12 @@ 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 @@ -49,6 +60,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 @@ -74,3 +86,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