Feature 10929: LCM saga, Milestone 1.
[osm/LCM.git] / osm_lcm / tests / test_lcm_config_file_ini.cfg
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 (file)
index 0000000..a6afb65
--- /dev/null
@@ -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/