blob: be9658b1603099b9a9a816d486e227cb959851b3 [file] [log] [blame]
Mark Beierl821bfc92023-01-24 21:15:25 -05001##
2# Copyright 2018 Telefonica S.A.
3#
4# Licensed under the Apache License, Version 2.0 (the "License"); you may
5# not use this file except in compliance with the License. You may obtain
6# a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13# License for the specific language governing permissions and limitations
14# under the License.
15##
16
17# TODO currently is a pure yaml format. Consider to change it to [ini: style with yaml inside to be coherent with other modules
18
19global:
20 loglevel: DEBUG
21 # logfile: /app/log # or /var/log/osm/lcm.log
22 # nologging: True # do no log to stdout/stderr
23
24VCA:
25 host: vca
26 port: 17070
27 user: admin
28 secret: secret
29 cloud: localhost
30 k8s_cloud: k8scloud
31 helmpath: /usr/local/bin/helm
32 helm3path: /usr/local/bin/helm3
33 kubectlpath: /usr/bin/kubectl
34 jujupath: /usr/local/bin/juju
35 eegrpc_tls_enforce: false
36 # public_key: pubkey
37 # ca_cert: cacert
38 # api_proxy: apiproxy
39 # eegrpcinittimeout: 600
40 # eegrpctimeout: 30
41
42 # loglevel: DEBUG
43 # logfile: /var/log/osm/lcm-vca.log
44
45database:
46 driver: mongo # mongo or memory
47 host: mongo # hostname or IP
48 port: 27017
49 name: osm
50 # replicaset: replicaset
51 # user: user
52 # password: password
53 # commonkey: "XXXXXX" # password used for encryption of sensible information
54 # loglevel: DEBUG
55 # logfile: /var/log/osm/lcm-database.log
56
57storage:
58 driver: local # local filesystem
59 # for local provide file path
60 path: /app/storage
61 # loglevel: DEBUG
62 # logfile: /var/log/osm/lcm-storage.log