X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=osm_lcm%2Ftests%2Ftest_lcm_config_file_ini.cfg;fp=osm_lcm%2Ftests%2Ftest_lcm_config_file_ini.cfg;h=a6afb65febc66ad357c072a74187de02114d1243;hb=a27dc53c6acd967ea17f0d720a82b23a8404cbfa;hp=0000000000000000000000000000000000000000;hpb=1dda84cafdeeb4a6affb443e65102a0c8149ec5c;p=osm%2FLCM.git diff --git a/osm_lcm/tests/test_lcm_config_file_ini.cfg b/osm_lcm/tests/test_lcm_config_file_ini.cfg new file mode 100644 index 0000000..a6afb65 --- /dev/null +++ b/osm_lcm/tests/test_lcm_config_file_ini.cfg @@ -0,0 +1,49 @@ +# Copyright 2022 Canonical Ltd. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +[global] + loglevel: DEBUG +[RO] + host: ro + port: 9090 + tenant: osm +[VCA] + host: 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 +[database] + driver: memory # mongo or memory + # host: mongo # hostname or IP + port: 27017 + name: osm +[storage] + driver: local # local filesystem + path: /tmp/storage +[message] + driver: local # local or kafka + path: /tmp/kafka + host: kafka + port: 9092 + group_id: lcm-server +[tsdb] # time series database + driver: prometheus + path: /tmp/prometheus + uri: http://prometheus:9090/