blob: f8ea2358b3b116ae60407e69373c2644e667aa75 [file] [log] [blame]
beierlm107d16a2020-05-15 21:47:43 -04001# Copyright 2020 Canonical Ltd.
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain 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,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14options:
15 advertised-hostname:
16 description: MON Hostname
17 type: string
18 default: "mon-k8s"
19 advertised-port:
20 description: MON Port
21 type: int
22 default: 8000
23 OSMMON_OPENSTACK_DEFAULT_GRANULARITY:
24 description: Openstack default granularity
25 type: int
26 default: 300
27 OSMMON_GLOBAL_REQUEST_TIMEOUT:
28 description: Global request timeout
29 type: int
30 default: 10
31 OSMMON_GLOBAL_LOGLEVEL:
32 description: Global LOGLEVEL
33 type: string
34 default: INFO
35 OSMMON_DATABASE_COMMONKEY:
36 description: Database COMMONKEY
37 type: string
38 default: osm
39 OSMMON_COLLECTOR_INTERVAL:
40 description: Collector interval
41 type: int
42 default: 30
43 OSMMON_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: ""
63 use_external_vca:
64 description: Use an external VCA (deprecated)
65 type: boolean
66 default: false
67 image:
68 type: string
69 description: OCI image
70 default: opensourcemano/mon:7