X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fosm-nbi%2Fconfig.yaml;h=85e637a7d3d065d6d15d35bf98d3bfad6cd27aa4;hb=99325bd3a2891df4b88329931535619e96ae28ec;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..85e637a7 100644 --- a/installers/charm/osm-nbi/config.yaml +++ b/installers/charm/osm-nbi/config.yaml @@ -72,14 +72,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 +96,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 +108,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.