Feature 10929: LCM saga, Milestone 1.
[osm/LCM.git] / osm_lcm / tests / test_lcm_config_file_ini.cfg
1 # Copyright 2022 Canonical Ltd.
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #     http://www.apache.org/licenses/LICENSE-2.0
8 #
9 #     Unless required by applicable law or agreed to in writing, software
10 #     distributed under the License is distributed on an "AS IS" BASIS,
11 #     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 #     See the License for the specific language governing permissions and
13 #     limitations under the License.
14
15 [global]
16     loglevel: DEBUG
17 [RO]
18     host:   ro
19     port:   9090
20     tenant: osm
21 [VCA]
22     host:   vca
23     port:   17070
24     user:   admin
25     secret: secret
26     cloud:  localhost
27     k8s_cloud: k8scloud
28     helmpath:    /usr/local/bin/helm
29     helm3path:    /usr/local/bin/helm3
30     kubectlpath: /usr/bin/kubectl
31     jujupath:    /usr/local/bin/juju
32 [database]
33     driver: memory       # mongo or memory
34     # host:   mongo       # hostname or IP
35     port:   27017
36     name:   osm
37 [storage]
38     driver: local       # local filesystem
39     path: /tmp/storage
40 [message]
41     driver:   local      # local or kafka
42     path:     /tmp/kafka
43     host:     kafka
44     port:     9092
45     group_id: lcm-server
46 [tsdb]    # time series database
47     driver:   prometheus
48     path:     /tmp/prometheus
49     uri:      http://prometheus:9090/