X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Flcm-k8s%2Fconfig.yaml;h=1f1c62bb014a86cda6ce11283cbe9e889ba52137;hb=9b6ad36b93538bbe2621b8c30d899862d8840e60;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..1f1c62bb 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 @@ -62,3 +66,11 @@ options: type: string description: OCI image default: opensourcemano/lcm:8 + image_username: + description: Docker repository username + type: string + default: "" + image_password: + description: Docker repository password + type: string + default: ""