Osm Ro
- Charmed Distribution of OSM
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 4 | 09 Aug 2022 | |
latest/candidate | 1 | 11 Mar 2022 | |
latest/beta | 358 | 29 Aug 2023 | |
latest/beta | 170 | 04 Apr 2023 | |
latest/edge | 294 | 30 Jun 2023 | |
latest/edge | 4 | 09 Aug 2022 | |
14.0/stable | 308 | 20 Jul 2023 | |
14.0/candidate | 308 | 12 Jul 2023 | |
14.0/beta | 308 | 12 Jul 2023 | |
13.0/stable | 455 | 15 Jan 2024 | |
13.0/candidate | 103 | 09 Dec 2022 | |
13.0/beta | 455 | 05 Dec 2023 | |
12.0/stable | 4 | 13 Dec 2022 | |
10.0/stable | 1 | 09 Dec 2022 |
juju deploy osm-ro
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
certificates | string
comma-separated list of <name>:<content> certificates. Where: name: name of the file for the certificate content: base64 content of the certificate The path for the files is /certs.
-
database_commonkey | string
Default: osm
Database COMMON KEY
-
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_pubkey | string
Public SSH key that will be injected to the application pod.
-
debug_ro_local_path | string
Local full path to the RO project.
The path will be mounted to the docker image, which means changes during the debugging will be saved in your local path.
-
enable_ng_ro | boolean
Default: True
Enable NG-RO
-
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_host | string
MySQL Host (external database)
-
mysql_password | string
MySQL Password (external database)
-
mysql_port | int
MySQL Port (external database)
-
mysql_root_password | string
MySQL Root Password (external database)
-
mysql_user | string
MySQL User (external database)
-
openmano_tenant | string
Default: osm
Openmano Tenant
-
period_refresh_active | int
Updates the VNF status from VIM for every given period of time seconds. Values equal or greater than 60 is allowed. Disable the updates from VIM by setting -1. Example: $ juju config ro period_refresh_active=-1 $ juju config ro period_refresh_active=100
-
ro_database | string
Default: mano_db
The database name.
-
security_context | boolean
Enables the security context of the pods
-
vim_database | string
Default: mano_vim_db
The database name.