X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Flcm-k8s%2Fconfig.yaml;h=42282e604d621fe9d75ec30beb0e0f7cafe9e732;hb=5757a98a65448a05537518dc8bb92b4fa4342759;hp=41e3e84c8f794e2573239d8a34cc3c7df09d62b2;hpb=77c4bbbdb817952e14b986cf2fe138d890c3792b;p=osm%2Fdevops.git diff --git a/installers/charm/lcm-k8s/config.yaml b/installers/charm/lcm-k8s/config.yaml index 41e3e84c..42282e60 100644 --- a/installers/charm/lcm-k8s/config.yaml +++ b/installers/charm/lcm-k8s/config.yaml @@ -44,6 +44,10 @@ options: type: string description: "The VCA lxd cloud name" default: "localhost" + vca_k8s_cloud: + type: string + description: "The VCA K8s cloud name" + default: "k8scloud" advertised-hostname: description: LCM Hostname type: string @@ -61,4 +65,12 @@ options: image: type: string description: OCI image - default: opensourcemano/lcm:8 + default: opensourcemano/lcm:latest + image_username: + description: Docker repository username + type: string + default: "" + image_password: + description: Docker repository password + type: string + default: ""