c27377fc6fb365d214ac76be0fd67061fbbbabff
[osm/devops.git] / installers / charm / lcm-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   vca_host:
16     type: string
17     description: "The VCA host."
18     default: "admin"
19   vca_port:
20     type: int
21     description: "The VCA port."
22     default: 17070
23   vca_user:
24     type: string
25     description: "The VCA user name."
26     default: "admin"
27   vca_password:
28     type: string
29     description: "The VCA user password."
30     default: "secret"
31   vca_pubkey:
32     type: string
33     description: "The VCA public key."
34     default: "secret"
35   vca_cacert:
36     type: string
37     description: "The VCA cacert."
38     default: ""
39   vca_apiproxy:
40     type: string
41     description: "The VCA api proxy (native charms)"
42     default: ""
43   vca_cloud:
44     type: string
45     description: "The VCA lxd cloud name"
46     default: "localhost"
47   advertised-hostname:
48     description: LCM Hostname
49     type: string
50     default: "lcm-k8s"
51   use_external_vca:
52     description: |
53       Boolean to deside whether LCM should wait
54       for an external VCA or not (using osm-vca interface)
55     type: boolean
56     default: false
57   DATABASE_COMMONKEY:
58     description: Database COMMONKEY
59     type: string
60     default: osm
61   image:
62     type: string
63     description: OCI image
64     default: opensourcemano/lcm:7