X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Flcm%2Fconfig.yaml;h=78efe2f34c0d1d8acdb6d23162fafc5e8342951d;hb=1d5c221862067b3b5b6e0555dcc4eb6c34e9a9f9;hp=6301622e064e63346413962e2bdc61c4115bf8f6;hpb=c753dc5f89180d11c1049f6398d74a4f99d7acd5;p=osm%2Fdevops.git diff --git a/installers/charm/lcm/config.yaml b/installers/charm/lcm/config.yaml index 6301622e..78efe2f3 100644 --- a/installers/charm/lcm/config.yaml +++ b/installers/charm/lcm/config.yaml @@ -23,42 +23,37 @@ options: vca_host: type: string description: "The VCA host." - default: "admin" vca_port: type: int description: "The VCA port." - default: 17070 vca_user: type: string description: "The VCA user name." - default: "admin" vca_secret: type: string description: "The VCA user secret." - default: "secret" vca_pubkey: type: string description: "The VCA public key." - default: "secret" vca_cacert: type: string description: "The VCA cacert." vca_apiproxy: type: string description: "The VCA api proxy (native charms)" - default: "" vca_cloud: type: string description: "The VCA lxd cloud name" - default: "localhost" vca_k8s_cloud: type: string description: "The VCA K8s cloud name" - default: "k8scloud" database_commonkey: description: Database common key type: string default: osm + mongodb_uri: + type: string + description: MongoDB URI (external database) log_level: description: "Log Level" type: string @@ -271,3 +266,7 @@ options: during controller and model creation (bootstrap --config and add-model --config). type: string + vca_stablerepourl: + description: Stable repository URL for Helm charts + type: string + default: https://charts.helm.sh/stable