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 <unit name> --wait`
-
+ `juju run-action <unit name> get-debug-mode-information --wait`
+
The previous command returns the command you need to execute, and the SSH password that was set.
See also:
$ 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: |
$ 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.
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 <unit name> --wait`
+ `juju run-action <unit name> get-debug-mode-information --wait`
The previous command returns the command you need to execute, and the SSH password that was set.
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 <unit name> --wait`
-
+ `juju run-action <unit name> get-debug-mode-information --wait`
+
The previous command returns the command you need to execute, and the SSH password that was set.
See also:
$ 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
$ 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.
description: |
Mysql URI with the following format:
mysql://<user>:<password>@<mysql_host>:<mysql_port>/<database>
-
+
This should be removed after the mysql-integrator charm is made.
If provided, this config will override the mysql relation.
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 <unit name> --wait`
-
+ `juju run-action <unit name> 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: |
$ 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
$ 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.