Prepare installer and pods for Rel TWELVE
[osm/devops.git] / installers / charm / mon-k8s / config.yaml
1 # 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.
14 options:
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:latest
71   image_username:
72     description: Docker repository username
73     type: string
74     default: ""
75   image_password:
76     description: Docker repository password
77     type: string
78     default: ""
79   grafana_url:
80     description: Grafana URL
81     type: string
82     default: http://grafana-k8s:3000
83   grafana_user:
84     description: Grafana user
85     type: string
86     default: admin
87   grafana_password:
88     description: Grafana password
89     type: string
90     default: admin