maas-region

MAAS Region Controller

Channel Revision Published Runs on
latest/edge 334 12 Mar 2026
Ubuntu 24.04 Ubuntu 22.04
latest/edge 333 12 Mar 2026
Ubuntu 24.04 Ubuntu 22.04
latest/edge 115 10 Apr 2025
Ubuntu 24.04 Ubuntu 22.04
3.7/edge 313 10 Feb 2026
Ubuntu 24.04
3.7/edge 312 10 Feb 2026
Ubuntu 24.04
3.6/edge 138 09 May 2025
Ubuntu 24.04
3.6/edge 137 09 May 2025
Ubuntu 24.04
3.5/edge 119 14 Apr 2025
Ubuntu 22.04
3.4/edge 32 29 Aug 2024
Ubuntu 22.04
juju deploy maas-region --channel edge
Show information

Platform:

Ubuntu
24.04 22.04

Learn about configurations >

  • enable_prometheus_metrics | boolean

    Default: True

    Whether to enable Prometheus metrics for MAAS

  • enable_rack_mode | boolean

    Whether to configure MAAS as running in region+rack mode

  • maas_url | string

    The maas_url to set. If not provided, and related to HAProxy, the maas_url is formed of any HAProxy unit IP address and the proxy port, otherwise, the maas_url is formulated by the IP of any maas-region unit and MAAS API port.

  • ssl_cacert_content | string

    CA Certificates chain in PEM format. If MAAS is running in TLS mode, and the ssl_key_content and ssl_cert_content are provided, the ssl_cacert_content can be provided for self signed certificate.

  • ssl_cert_content | string

    SSL certificate. If provided, MAAS will run in TLS mode, and will require ssl_key_content to be provided.

  • ssl_key_content | string

    SSL private key. If provided, MAAS will run in TLS mode, and will require ssl_cert_content to be provided.