Osm Pol

  • Charmed Distribution of OSM
Channel Revision Published Runs on
latest/stable 1 09 Aug 2022
Ubuntu 20.04
latest/candidate 1 11 Mar 2022
Ubuntu 20.04
latest/beta 337 29 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
latest/beta 156 04 Apr 2023
Ubuntu 22.04 Ubuntu 20.04
latest/edge 278 30 Jun 2023
Ubuntu 22.04 Ubuntu 20.04
latest/edge 1 31 Jan 2022
Ubuntu 22.04 Ubuntu 20.04
14.0/stable 292 20 Jul 2023
Ubuntu 22.04
14.0/candidate 292 12 Jul 2023
Ubuntu 22.04
14.0/beta 292 12 Jul 2023
Ubuntu 22.04
13.0/stable 433 15 Jan 2024
Ubuntu 20.04
13.0/candidate 89 09 Dec 2022
Ubuntu 20.04
13.0/beta 433 05 Dec 2023
Ubuntu 20.04
12.0/stable 1 13 Dec 2022
Ubuntu 20.04
10.0/stable 1 09 Dec 2022
Ubuntu 20.04
juju deploy osm-pol
Show information

Platform:

Learn about configurations >

  • debug_common_local_path | string

    Local full path to the COMMON project.

    The path will be mounted to the docker image, which means changes during the debugging will be saved in your local path.

  • debug_mode | boolean

    If true, debug mode is activated. It means that the service will not run, and instead, the command for the container will be a sleep infinity. Note: If enabled, security_context will be disabled.

  • debug_pol_local_path | string

    Local full path to the POL project.

    The path will be mounted to the docker image, which means changes during the debugging will be saved in your local path.

  • debug_pubkey | string

    Public SSH key that will be injected to the application pod.

  • image_pull_policy | string

    Default: always

    ImagePullPolicy configuration for the pod. Possible values: always, ifnotpresent, never

  • log_level | string

    Default: INFO

    Log Level

  • mongodb_uri | string

    MongoDB URI (external database)

  • mysql_uri | string

    Mysql URI with the following format: mysql://<user>:<password>@<mysql_host>:<mysql_port>/<database>

  • security_context | boolean

    Enables the security context of the pods