Skip to content

Setup MAAS

Actions
Install and configure MAAS
v0.1.0
Latest
Star (1)

Tags

 (1)

Setup MAAS GitHub Action

Tests

A GitHub Action for installing and configuring MAAS

Usage

Setup

Commands

MAAS with empty test database
- name: Setup MAAS
  uses: canonical/setup-maas@main
MAAS with pre-populated test database
- name: Setup MAAS
  uses: canonical/setup-maas@main
  with:
    use-maasdb-dump: true

Create a new user

To add a new user, use the maas createadmin command in the next step

- name: Create MAAS admin
  run: sudo maas createadmin --username=admin --password=test [email protected]

Setup MAAS is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Install and configure MAAS
v0.1.0
Latest

Tags

 (1)

Setup MAAS is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.