X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fmon%2Fconfig.yaml;h=04f52c0e8dfa507c0922069e77952248152a80a7;hb=2ba49cea1aae8ec527d02a1bd7b93d581994f67c;hp=b8477b17f12a82b57c937e3a71ba6d297371fd7b;hpb=d680be4f261d4c580fcdf75abe11cfc29003915d;p=osm%2Fdevops.git diff --git a/installers/charm/mon/config.yaml b/installers/charm/mon/config.yaml index b8477b17..04f52c0e 100644 --- a/installers/charm/mon/config.yaml +++ b/installers/charm/mon/config.yaml @@ -97,9 +97,39 @@ options: description: | If true, debug mode is activated. It means that the service will not run, and instead, the command for the container will be a `sleep infinity`. + Note: If enabled, security_context will be disabled. type: boolean default: false debug_pubkey: description: | Public SSH key that will be injected to the application pod. type: string + debug_mon_local_path: + description: | + Local full path to the MON project. + + The path will be mounted to the docker image, + which means changes during the debugging will be saved in your local path. + type: string + debug_n2vc_local_path: + description: | + Local full path to the N2VC project. + + The path will be mounted to the docker image, + which means changes during the debugging will be saved in your local path. + type: string + debug_common_local_path: + description: | + Local full path to the COMMON project. + + The path will be mounted to the docker image, + which means changes during the debugging will be saved in your local path. + type: string + security_context: + description: Enables the security context of the pods + type: boolean + default: false + vm_infra_metrics: + description: Enables querying the VIMs asking for the status of the VMs + type: boolean + default: true