| tierno | 2e21551 | 2018-11-28 09:37:52 +0000 | [diff] [blame] | 1 | ## |
| 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 | ## |
| tierno | c0e42e2 | 2018-05-11 11:36:10 +0200 | [diff] [blame] | 16 | |
| Gabriel Cuba | a89a5a7 | 2022-11-26 18:55:15 -0500 | [diff] [blame] | 17 | # TODO currently is a pure yaml format. Consider to change it to [ini: style with yaml inside to be coherent with other modules |
| tierno | c0e42e2 | 2018-05-11 11:36:10 +0200 | [diff] [blame] | 18 | |
| Gabriel Cuba | a89a5a7 | 2022-11-26 18:55:15 -0500 | [diff] [blame] | 19 | global: |
| tierno | c0e42e2 | 2018-05-11 11:36:10 +0200 | [diff] [blame] | 20 | loglevel: DEBUG |
| tierno | 5506404 | 2018-10-15 18:14:12 +0200 | [diff] [blame] | 21 | # logfile: /app/log # or /var/log/osm/lcm.log |
| tierno | 86aa62f | 2018-08-20 11:57:04 +0000 | [diff] [blame] | 22 | # nologging: True # do no log to stdout/stderr |
| tierno | c0e42e2 | 2018-05-11 11:36:10 +0200 | [diff] [blame] | 23 | |
| Gabriel Cuba | a89a5a7 | 2022-11-26 18:55:15 -0500 | [diff] [blame] | 24 | timeout: |
| tierno | 744303e | 2020-01-13 16:46:31 +0000 | [diff] [blame] | 25 | # ns_deploy: 7200 # total deploy timeout for a ns 2 hours |
| 26 | # nsi_deploy: 7200 # total deploy timeout for a nsi 2 hours |
| 27 | |
| Gabriel Cuba | a89a5a7 | 2022-11-26 18:55:15 -0500 | [diff] [blame] | 28 | RO: |
| tierno | c0e42e2 | 2018-05-11 11:36:10 +0200 | [diff] [blame] | 29 | host: ro # hostname or IP |
| 30 | port: 9090 |
| 31 | tenant: osm |
| tierno | 17a612f | 2018-10-23 11:30:42 +0200 | [diff] [blame] | 32 | # loglevel: DEBUG |
| tierno | 86aa62f | 2018-08-20 11:57:04 +0000 | [diff] [blame] | 33 | # logfile: /var/log/osm/lcm-ro.log |
| tierno | c0e42e2 | 2018-05-11 11:36:10 +0200 | [diff] [blame] | 34 | |
| Gabriel Cuba | a89a5a7 | 2022-11-26 18:55:15 -0500 | [diff] [blame] | 35 | VCA: |
| tierno | c0e42e2 | 2018-05-11 11:36:10 +0200 | [diff] [blame] | 36 | host: vca |
| 37 | port: 17070 |
| 38 | user: admin |
| tierno | 9597c29 | 2019-02-06 09:21:27 +0000 | [diff] [blame] | 39 | secret: secret |
| Dominik Fleischmann | 90fd5b3 | 2020-03-19 09:23:00 +0100 | [diff] [blame] | 40 | cloud: localhost |
| Dominik Fleischmann | eccc210 | 2020-06-09 11:55:08 +0200 | [diff] [blame] | 41 | k8s_cloud: k8scloud |
| tierno | 94f0611 | 2020-02-11 12:38:19 +0000 | [diff] [blame] | 42 | helmpath: /usr/local/bin/helm |
| lloretgalleg | 18ebc3a | 2020-10-22 09:54:51 +0000 | [diff] [blame] | 43 | helm3path: /usr/local/bin/helm3 |
| tierno | 94f0611 | 2020-02-11 12:38:19 +0000 | [diff] [blame] | 44 | kubectlpath: /usr/bin/kubectl |
| 45 | jujupath: /usr/local/bin/juju |
| Gabriel Cuba | a89a5a7 | 2022-11-26 18:55:15 -0500 | [diff] [blame] | 46 | eegrpc_tls_enforce: false |
| Luis Vega | a27dc53 | 2022-11-11 20:10:49 +0000 | [diff] [blame] | 47 | # public_key: pubkey |
| 48 | # ca_cert: cacert |
| 49 | # api_proxy: apiproxy |
| 50 | # eegrpcinittimeout: 600 |
| 51 | # eegrpctimeout: 30 |
| tierno | 9597c29 | 2019-02-06 09:21:27 +0000 | [diff] [blame] | 52 | |
| tierno | 17a612f | 2018-10-23 11:30:42 +0200 | [diff] [blame] | 53 | # loglevel: DEBUG |
| tierno | 86aa62f | 2018-08-20 11:57:04 +0000 | [diff] [blame] | 54 | # logfile: /var/log/osm/lcm-vca.log |
| tierno | c0e42e2 | 2018-05-11 11:36:10 +0200 | [diff] [blame] | 55 | |
| Gabriel Cuba | a89a5a7 | 2022-11-26 18:55:15 -0500 | [diff] [blame] | 56 | database: |
| tierno | c0e42e2 | 2018-05-11 11:36:10 +0200 | [diff] [blame] | 57 | driver: mongo # mongo or memory |
| 58 | host: mongo # hostname or IP |
| 59 | port: 27017 |
| 60 | name: osm |
| Vijay Nag B S | a6f2192 | 2020-09-29 17:32:29 +0530 | [diff] [blame] | 61 | # replicaset: replicaset |
| tierno | 17a612f | 2018-10-23 11:30:42 +0200 | [diff] [blame] | 62 | # user: user |
| 63 | # password: password |
| tierno | b6541cf | 2018-11-12 12:17:30 +0100 | [diff] [blame] | 64 | # commonkey: "XXXXXX" # password used for encryption of sensible information |
| tierno | 17a612f | 2018-10-23 11:30:42 +0200 | [diff] [blame] | 65 | # loglevel: DEBUG |
| tierno | 86aa62f | 2018-08-20 11:57:04 +0000 | [diff] [blame] | 66 | # logfile: /var/log/osm/lcm-database.log |
| tierno | c0e42e2 | 2018-05-11 11:36:10 +0200 | [diff] [blame] | 67 | |
| Gabriel Cuba | a89a5a7 | 2022-11-26 18:55:15 -0500 | [diff] [blame] | 68 | storage: |
| tierno | c0e42e2 | 2018-05-11 11:36:10 +0200 | [diff] [blame] | 69 | driver: local # local filesystem |
| 70 | # for local provide file path |
| 71 | path: /app/storage |
| tierno | 17a612f | 2018-10-23 11:30:42 +0200 | [diff] [blame] | 72 | # loglevel: DEBUG |
| tierno | 86aa62f | 2018-08-20 11:57:04 +0000 | [diff] [blame] | 73 | # logfile: /var/log/osm/lcm-storage.log |
| tierno | c0e42e2 | 2018-05-11 11:36:10 +0200 | [diff] [blame] | 74 | |
| Gabriel Cuba | a89a5a7 | 2022-11-26 18:55:15 -0500 | [diff] [blame] | 75 | message: |
| Eduardo Sousa | a86e611 | 2018-12-19 13:36:58 +0000 | [diff] [blame] | 76 | driver: kafka # local or kafka |
| tierno | c0e42e2 | 2018-05-11 11:36:10 +0200 | [diff] [blame] | 77 | # for local provide file path |
| Eduardo Sousa | a86e611 | 2018-12-19 13:36:58 +0000 | [diff] [blame] | 78 | path: /app/storage/kafka |
| tierno | c0e42e2 | 2018-05-11 11:36:10 +0200 | [diff] [blame] | 79 | # for kafka provide host and port |
| Eduardo Sousa | a86e611 | 2018-12-19 13:36:58 +0000 | [diff] [blame] | 80 | host: kafka |
| 81 | port: 9092 |
| tierno | 17a612f | 2018-10-23 11:30:42 +0200 | [diff] [blame] | 82 | # loglevel: DEBUG |
| tierno | 86aa62f | 2018-08-20 11:57:04 +0000 | [diff] [blame] | 83 | # logfile: /var/log/osm/lcm-message.log |
| Eduardo Sousa | a86e611 | 2018-12-19 13:36:58 +0000 | [diff] [blame] | 84 | group_id: lcm-server |
| tierno | b996d94 | 2020-07-03 14:52:28 +0000 | [diff] [blame] | 85 | |
| Gabriel Cuba | a89a5a7 | 2022-11-26 18:55:15 -0500 | [diff] [blame] | 86 | tsdb: # time series database |
| tierno | b996d94 | 2020-07-03 14:52:28 +0000 | [diff] [blame] | 87 | driver: prometheus |
| 88 | # local file to store the configuration |
| 89 | path: /etc/prometheus |
| tierno | 991e95d | 2020-07-21 12:41:25 +0000 | [diff] [blame] | 90 | uri: http://prometheus:9090/ |
| tierno | b996d94 | 2020-07-03 14:52:28 +0000 | [diff] [blame] | 91 | # loglevel: DEBUG |
| tierno | 991e95d | 2020-07-21 12:41:25 +0000 | [diff] [blame] | 92 | # logfile: /var/log/osm/lcm-tsdb.log |
| garciadeblas | 96b94f5 | 2024-07-08 16:18:21 +0200 | [diff] [blame] | 93 | |
| 94 | gitops: |
| 95 | mgmtcluster_kubeconfig: /etc/osm/mgmtcluster-kubeconfig.yaml |
| garciadeblas | 3364c47 | 2024-09-11 14:30:26 +0200 | [diff] [blame] | 96 | user: osm-developer |
| 97 | # git_base_url: http://git.<IP_ADDRESS>.nip.io |
| garciadeblas | 96b94f5 | 2024-07-08 16:18:21 +0200 | [diff] [blame] | 98 | # pubkey: pubkey |
| garciadeblas | 56c3aa8 | 2025-05-26 15:29:46 +0200 | [diff] [blame] | 99 | # fleet_repo_url: http://git.<IP_ADDRESS>.nip.io/osm-developer/fleet-osm.git |
| 100 | # sw_catalogs_repo_url: http://git.<IP_ADDRESS>.nip.io/osm-developer/sw-catalogs-osm.git |
| garciadeblas | 326144e | 2025-01-27 11:16:27 +0100 | [diff] [blame] | 101 | workflow_debug: true |
| 102 | workflow_dry_run: false |
| garciadeblas | e98a918 | 2025-07-08 13:10:21 +0200 | [diff] [blame] | 103 | # loglevel: DEBUG |
| 104 | # logfile: /var/log/osm/lcm-gitops.log |