Fix 1539: Helm v2.17.0 and set default value for stablerepourl
[osm/devops.git] / installers / charm / lcm / config.yaml
index 6301622..78efe2f 100644 (file)
@@ -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