X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fosm-nbi%2Fconfig.yaml;h=d2c8c628ff2e4b4f4a2028abcd1b9762087a5e2e;hb=250b0b60a41df04bb79b8c231803a35e1bff6c66;hp=cd049ec10595a5c69af68e47821724755eef06e6;hpb=ff8f33e3d93360bacdd3061ce9cfad6ddb3229a6;p=osm%2Fdevops.git diff --git a/installers/charm/osm-nbi/config.yaml b/installers/charm/osm-nbi/config.yaml index cd049ec1..d2c8c628 100644 --- a/installers/charm/osm-nbi/config.yaml +++ b/installers/charm/osm-nbi/config.yaml @@ -60,9 +60,7 @@ options: default: 20 description: Max allowed body-size (for file uploads) in megabytes, set to 0 to disable limits. - source: default type: int - value: 20 tls-secret-name: description: TLS secret name to use for ingress. type: string @@ -72,14 +70,14 @@ options: type: boolean description: | Great for OSM Developers! (Not recommended for production deployments) - + This action activates the Debug Mode, which sets up the container to be ready for debugging. As part of the setup, SSH is enabled and a VSCode workspace file is automatically populated. After enabling the debug-mode, execute the following command to get the information you need to start debugging: - `juju run-action get-debug-mode-information --wait` - + `juju run-action get-debug-mode-information --wait` + The previous command returns the command you need to execute, and the SSH password that was set. See also: @@ -96,7 +94,7 @@ options: $ git clone "https://osm.etsi.org/gerrit/osm/NBI" /home/ubuntu/NBI $ juju config nbi nbi-hostpath=/home/ubuntu/NBI - This configuration only applies if option `debug-mode` is set to true. + This configuration only applies if option `debug-mode` is set to true. common-hostpath: type: string @@ -108,4 +106,4 @@ options: $ git clone "https://osm.etsi.org/gerrit/osm/common" /home/ubuntu/common $ juju config nbi common-hostpath=/home/ubuntu/common - This configuration only applies if option `debug-mode` is set to true. + This configuration only applies if option `debug-mode` is set to true.