Skip to content

A GitHub Action for installing and configuring MAAS

Notifications You must be signed in to change notification settings

canonical/setup-maas

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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=fake@example.org

About

A GitHub Action for installing and configuring MAAS

Resources

Stars

Watchers

Forks

Packages

No packages published