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.

MAAS Site Manager Operator for Kubernetes

Platform:

Channel Revision Published Runs on
latest/edge 50 23 Jan 2026
Ubuntu 24.04 Ubuntu 22.04
latest/edge 30 06 Dec 2024
Ubuntu 24.04 Ubuntu 22.04
1.1/beta 53 19 May 2026
Ubuntu 24.04
1.0/beta 49 18 Dec 2025
Ubuntu 24.04
juju deploy maas-site-manager-k8s --channel 1.1/beta

Learn about configurations >

  • environment | string

    This configuration is used to set environment variables for the MAAS Site Manager application settings. The format is a YAML list where each item is a mapping with keys "name" and "value" representing the environment variable name and its value. Allowable names and default values are shown below.

    - name: MSM_CONN_LOST_THRESHOLD_SEC
      value: 600
    - name: MSM_HEARTBEAT_INTERVAL_SEC
      value: 300
    - name: MSM_METRICS_REFRESH_INTERVAL_SEC
      value: 300
    - name: MSM_IMAGE_SERVING_CHUNK_SIZE_BYTES
      value: 5242880 # 5 MiB
    

  • log-level | string

    Default: info

    Configures the log level of WSGI HTTP Server.

    Acceptable values are: "info", "debug", "warning", "error" and "critical"

  • temporal-tls-root-cas | string

    Root certificate authority (CA) certificates for TLS communication.