MAAS Region Controller
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/edge | 334 | 12 Mar 2026 | |
| latest/edge | 333 | 12 Mar 2026 | |
| latest/edge | 115 | 10 Apr 2025 | |
| 3.7/edge | 313 | 10 Feb 2026 | |
| 3.7/edge | 312 | 10 Feb 2026 | |
| 3.6/edge | 138 | 09 May 2025 | |
| 3.6/edge | 137 | 09 May 2025 | |
| 3.5/edge | 119 | 14 Apr 2025 | |
| 3.4/edge | 32 | 29 Aug 2024 |
juju deploy maas-region --channel edge
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
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_urlto set. If not provided, and related to HAProxy, themaas_urlis formed of any HAProxy unit IP address and the proxy port, otherwise, themaas_urlis 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_contentandssl_cert_contentare provided, thessl_cacert_contentcan 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_contentto be provided. -
ssl_key_content | string
SSL private key. If provided, MAAS will run in TLS mode, and will require
ssl_cert_contentto be provided.