blob: f6d1ae19b36d47c3a72ffa64da4f7437efb45b08 [file] [log] [blame]
sousaedu1dd4c0d2020-11-04 17:43:47 +00001# Copyright 2020 Canonical Ltd.
2#
3# Licensed under the Apache License, Version 2.0 (the "License"); you may
4# not use this file except in compliance with the License. You may obtain
5# 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, WITHOUT
11# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12# License for the specific language governing permissions and limitations
13# under the License.
14#
15# For those usages not covered by the Apache License, Version 2.0 please
16# contact: legal@canonical.com
17#
18# To get in touch with the maintainers, please contact:
19# osm-charmers@lists.launchpad.net
20##
21
22options:
23 openstack_default_granularity:
24 description: Openstack default granularity
25 type: int
26 default: 300
27 global_request_timeout:
28 description: Global request timeout
29 type: int
30 default: 10
31 log_level:
32 description: Log level
33 type: string
34 default: INFO
35 database_commonkey:
36 description: Database common key
37 type: string
38 default: osm
39 collector_interval:
40 description: Collector interval
41 type: int
42 default: 30
43 evaluator_interval:
44 description: Evaluator interval
45 type: int
46 default: 30
47 vca_host:
48 type: string
49 description: "The VCA host."
50 default: "admin"
51 vca_user:
52 type: string
53 description: "The VCA user name."
54 default: "admin"
David Garciac753dc52021-03-17 15:28:47 +010055 vca_secret:
sousaedu1dd4c0d2020-11-04 17:43:47 +000056 type: string
57 description: "The VCA user password."
58 default: "secret"
59 vca_cacert:
60 type: string
61 description: "The VCA cacert."
62 default: ""
David Garcia49379ce2021-02-24 13:48:22 +010063 grafana_url:
64 description: Grafana URL
65 type: string
66 default: http://grafana:3000
67 grafana_user:
68 description: Grafana user
69 type: string
70 default: admin
71 grafana_password:
72 description: Grafana password
73 type: string
74 default: admin
calvinosanc1a43a22f2021-03-08 15:20:07 +010075 keystone_enabled:
76 description: MON will use Keystone backend
77 type: boolean
78 default: false
David Garcia5d1ec6e2021-03-25 15:04:52 +010079 certificates:
80 type: string
81 description: |
82 comma-separated list of <name>:<content> certificates.
83 Where:
84 name: name of the file for the certificate
85 content: base64 content of the certificate
86 The path for the files is /certs.