The Charm Store will undergo scheduled database maintenance on July 5, 2026 22:00 to July 6, 02:00 UTC. During this time, you may be unable to access charm and bundle metadata or publish updates. No user action is required and services will automatically resume once maintenance is complete.

We've discontinued the registration of new Bundles

New Bundle registrations are no longer accepted. Existing bundles remain functional. We recommend using the Juju Terraform Provider for new deployments.

magma-orc8r

Canonical Telco Publisher | bundle

Platform:

Channel Revision Published
latest/stable 138 30 May 2023
latest/beta 75 20 Oct 2022
latest/edge 132 17 May 2023
1.8/stable 137 30 May 2023
1.8/candidate 136 30 May 2023
1.8/beta 135 30 May 2023
1.8/edge 134 30 May 2023
1.6/stable 125 10 May 2023
1.6/candidate 125 10 May 2023
1.6/beta 125 10 May 2023
1.6/edge 133 18 May 2023
juju deploy magma-orc8r

Learn about configurations >

  • ca-certificate | string

    Base64 encoded CA Certificate (do not use if 'generate-self-signed-certificates' is set to true).

  • ca-chain | string

    Base64 encoded CA chain (do not use if 'generate-self-signed-certificates' is set to true). If not provided, the ca-chain will be composed of the application and the ca-certificate. The `ca_chain.pem` file should have the following format: -----BEGIN CERTIFICATE----- (Your Primary SSL certificate) -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- (Your Intermediate certificate) -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- (Your Root certificate) -----END CERTIFICATE-----

  • ca-common-name | string

    Common name to be used only if `generate-self-signed-certificates` set to true.

  • certificate | string

    Base64 encoded TLS certificate (do not use if 'generate-self-signed-certificates' is set to true).

  • certificate-validity | int

    Default: 365

    Certificate validity (in days) only if `generate-self-signed-certificates` set to true.

  • generate-self-signed-certificates | boolean

    Generate self-signed certificates and ignores provided certificates.