X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fosm-lcm%2Fconfig.yaml;fp=installers%2Fcharm%2Fosm-lcm%2Fconfig.yaml;h=e539f7b18ac65371b2e736bfa5e1b2231c259c96;hb=e93311d0d1e614b2ee73cc88d8a04fdec217cff8;hp=ac15a0e5f0b67a6d0a8ccb1304f8967a74d58cd7;hpb=b26337f4b399b8d2307002aa7ca98c23e2d3a1ed;p=osm%2Fdevops.git diff --git a/installers/charm/osm-lcm/config.yaml b/installers/charm/osm-lcm/config.yaml index ac15a0e5..e539f7b1 100644 --- a/installers/charm/osm-lcm/config.yaml +++ b/installers/charm/osm-lcm/config.yaml @@ -54,14 +54,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: @@ -79,7 +79,7 @@ options: $ git clone "https://osm.etsi.org/gerrit/osm/LCM" /home/ubuntu/LCM $ juju config lcm lcm-hostpath=/home/ubuntu/LCM - This configuration only applies if option `debug-mode` is set to true. + This configuration only applies if option `debug-mode` is set to true. n2vc-hostpath: type: string description: | @@ -101,4 +101,4 @@ options: $ git clone "https://osm.etsi.org/gerrit/osm/common" /home/ubuntu/common $ juju config lcm 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.