X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Flcm%2Fconfig.yaml;h=f33d6067d71c0cfd0216acd1012410213bc6faba;hb=d615331715f392026fe6439f94c488a8e39c9cbb;hp=6301622e064e63346413962e2bdc61c4115bf8f6;hpb=c753dc5f89180d11c1049f6398d74a4f99d7acd5;p=osm%2Fdevops.git diff --git a/installers/charm/lcm/config.yaml b/installers/charm/lcm/config.yaml index 6301622e..f33d6067 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