
MAAS Region Controller
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/edge | 227 | 08 Oct 2025 | |
latest/edge | 226 | 08 Oct 2025 | |
latest/edge | 115 | 10 Apr 2025 | |
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:
-
create-admin
Create a MAAS administrator account.
- Params
-
email string
Specifies the email of the admin user.
-
password string
A password for this user.
-
ssh-import string
Import SSH keys from Launchpad (lp:user-id) or Github (gh:user-id).
-
username string
Username for the new account.
- Required
username, password, email
-
create-backup
Create a backup of MAAS data not stored in the database.
-
get-api-endpoint
Get MAAS API URL
-
get-api-key
Get the API key for a user
- Params
-
username string
Username for the new account.
-
list-backups
List available MAAS backups NOTE - This is a noop action, and serves only as a placeholder
-
restore-backup
Restore from a MAAS backup
- Params
-
backup-id string
The id of the backup to restore from. See
list-backup
for a list of backup ids -
controller-id string
The controller id to assign to this region. See
list-backup
for a list of controller ids
- Required
backup-id, controller-id