Fix bug 1620 - adding option to LCM charm to configure Helm CA certificates
[osm/devops.git] / installers / charm / lcm / config.yaml
index 6301622..dcebce8 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,11 @@ 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
+  vca_helm_ca_certs:
+    description: CA certificates to validate access to Helm repository
+    type: string
+    default: ""