2 # Copyright 2018 Telefonica S.A.
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
8 # http://www.apache.org/licenses/LICENSE-2.0
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
17 # TODO currently is a pure yaml format. Consider to change it to [ini] style with yaml inside to be coherent with other modules
22 # logfile: /app/log # or /var/log/osm/lcm.log
23 # nologging: True # do no log to stdout/stderr
27 # ns_deploy: 7200 # total deploy timeout for a ns 2 hours
28 # nsi_deploy: 7200 # total deploy timeout for a nsi 2 hours
32 host: ro # hostname or IP
36 # logfile: /var/log/osm/lcm-ro.log
49 # logfile: /var/log/osm/lcm-vca.log
53 driver: mongo # mongo or memory
54 host: mongo # hostname or IP
59 # commonkey: "XXXXXX" # password used for encryption of sensible information
61 # logfile: /var/log/osm/lcm-database.log
65 driver: local # local filesystem
66 # for local provide file path
69 # logfile: /var/log/osm/lcm-storage.log
73 driver: kafka # local or kafka
74 # for local provide file path
75 path: /app/storage/kafka
76 # for kafka provide host and port
80 # logfile: /var/log/osm/lcm-message.log