blob: 9480ea786873a3bca44a310be5f05448aba52ce1 [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"
55 vca_password:
56 type: string
57 description: "The VCA user password."
58 default: "secret"
59 vca_cacert:
60 type: string
61 description: "The VCA cacert."
62 default: ""