maas-region

MAAS Region Controller

Channel Revision Published Runs on
latest/edge 227 08 Oct 2025
Ubuntu 24.04 Ubuntu 22.04
latest/edge 226 08 Oct 2025
Ubuntu 24.04 Ubuntu 22.04
latest/edge 115 10 Apr 2025
Ubuntu 24.04 Ubuntu 22.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, the maas_url is formulated by the IP of maas-region leader and MAAS API port. If application is related to HAProxy, the proxy port is used instead.

  • ssl_cacert_content | string

    CA Certificates chain in PEM format

  • ssl_cert_content | string

    SSL certificate for tls_mode='passthrough'

  • ssl_key_content | string

    SSL private key for tls_mode='passthrough'

  • tls_mode | string

    Default: disabled

    Whether to enable TLS termination at HA Proxy ('termination'), at MAAS ('passthrough'), or no TLS ('disabled')