From 68bc89407c14e9e25cae41a94f1bc2e0c7eed59b Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Tue, 21 Feb 2023 11:48:27 -0400 Subject: [PATCH] Bug 2218: Fix command for `juju run-action` Change-Id: Ife2e8e9f532f3c67c7e2f71d3f77d3e4e7dc5257 Signed-off-by: Daniel Arndt --- installers/charm/osm-lcm/config.yaml | 10 +++++----- installers/charm/osm-mon/config.yaml | 2 +- installers/charm/osm-nbi/config.yaml | 10 +++++----- installers/charm/osm-pol/config.yaml | 14 +++++++------- 4 files changed, 18 insertions(+), 18 deletions(-) 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. diff --git a/installers/charm/osm-mon/config.yaml b/installers/charm/osm-mon/config.yaml index 0163151a..cb2eb99c 100644 --- a/installers/charm/osm-mon/config.yaml +++ b/installers/charm/osm-mon/config.yaml @@ -96,7 +96,7 @@ options: 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. 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. diff --git a/installers/charm/osm-pol/config.yaml b/installers/charm/osm-pol/config.yaml index df275c94..a92100d0 100644 --- a/installers/charm/osm-pol/config.yaml +++ b/installers/charm/osm-pol/config.yaml @@ -41,7 +41,7 @@ options: description: | Mysql URI with the following format: mysql://:@:/ - + This should be removed after the mysql-integrator charm is made. If provided, this config will override the mysql relation. @@ -51,21 +51,21 @@ 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: - https://charmhub.io/osm-pol/configure#pol-hostpath - https://charmhub.io/osm-pol/configure#common-hostpath default: false - + pol-hostpath: type: string description: | @@ -76,7 +76,7 @@ options: $ git clone "https://osm.etsi.org/gerrit/osm/POL" /home/ubuntu/POL $ juju config pol pol-hostpath=/home/ubuntu/POL - 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 @@ -88,4 +88,4 @@ options: $ git clone "https://osm.etsi.org/gerrit/osm/common" /home/ubuntu/common $ juju config pol 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. -- 2.25.1