| David Garcia | 82c5ffa | 2020-03-09 08:38:17 +0100 | [diff] [blame] | 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" |
| beierlm | a4a37f7 | 2020-06-26 12:55:01 -0400 | [diff] [blame] | 47 | vca_k8s_cloud: |
| 48 | type: string |
| 49 | description: "The VCA K8s cloud name" |
| 50 | default: "k8scloud" |
| David Garcia | 82c5ffa | 2020-03-09 08:38:17 +0100 | [diff] [blame] | 51 | advertised-hostname: |
| 52 | description: LCM Hostname |
| 53 | type: string |
| 54 | default: "lcm-k8s" |
| 55 | use_external_vca: |
| 56 | description: | |
| 57 | Boolean to deside whether LCM should wait |
| 58 | for an external VCA or not (using osm-vca interface) |
| 59 | type: boolean |
| 60 | default: false |
| 61 | DATABASE_COMMONKEY: |
| 62 | description: Database COMMONKEY |
| 63 | type: string |
| 64 | default: osm |
| 65 | image: |
| 66 | type: string |
| 67 | description: OCI image |
| sousaedu | 5757a98 | 2021-01-05 15:42:40 +0000 | [diff] [blame] | 68 | default: opensourcemano/lcm:latest |
| David Garcia | fa75eca | 2020-11-04 18:34:41 +0100 | [diff] [blame] | 69 | image_username: |
| 70 | description: Docker repository username |
| 71 | type: string |
| 72 | default: "" |
| 73 | image_password: |
| 74 | description: Docker repository password |
| 75 | type: string |
| 76 | default: "" |