X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Flcm.cfg;h=4aadf22fc5a17259f63c8adbe987648a02ec38b1;hb=89f8290b70918e151e6b6653c635ea6a05a22522;hp=c6123f09ee60f23f298e84607a22f5b50b457364;hpb=0f414de1e2b693b26e5c491bee4b251aed760ce5;p=osm%2FLCM.git diff --git a/osm_lcm/lcm.cfg b/osm_lcm/lcm.cfg index c6123f0..4aadf22 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 @@ -35,7 +40,16 @@ VCA: host: vca port: 17070 user: admin - secret: secret + secret: secret + cloud: localhost + k8s_cloud: k8scloud + helmpath: /usr/local/bin/helm + kubectlpath: /usr/bin/kubectl + jujupath: /usr/local/bin/juju + # pubkey: pubkey + # cacert: cacert + # apiproxy: apiproxy + # loglevel: DEBUG # logfile: /var/log/osm/lcm-vca.log @@ -70,3 +84,11 @@ message: # loglevel: DEBUG # logfile: /var/log/osm/lcm-message.log group_id: lcm-server + +prometheus: + driver: prometheus + # local file to store the configuration + path: /etc/prometheus + uri: http://prometheus:9090/ + # loglevel: DEBUG + # logfile: /var/log/osm/lcm-message.log