X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fosm-pol%2Fconfig.yaml;h=a92100d0e7d11d8c753d2425a6d4581add890662;hb=d1be4b7816e42226ded2c32ed07fe625dcdd34d6;hp=df275c94603bf26ccd59250848e9fb6edb6db68e;hpb=a13b250de36576c0d31bc9bd6c1a3c9f13a2b8ea;p=osm%2Fdevops.git 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.