Sign inSign up

foexle/maas-server

By foexle

Updated over 7 years ago

This is a dockerized MAAS server (Metal as a Service) for API testing purposes

Image
1

392

foexle/maas-server repository overview

Docker image for the Maas web interface

This Docker image provides MAAS UI and API. This is not yet a fully functional MAAS environment it's designed for API testing purposes.

A Docker image for testing the MAAS web interface.

This build doesn't include any initial data.

API ACCESS: http://localhost:5240/MAAS/

Usage

You can run the Maas web interface statically (not for development) as follows:

docker run --tty --interactive --publish 127.0.0.1:5240:5240 foexle/maas-server

Now visit http://localhost:5240 to view the site.

NB: If you're on MacOS or Windows use http://{your-docker-vm-ip-address}:5240 instead.

Built in credentials

You can login to the web interface with one of:

usernames: "test"
password: test

Rebuild image

docker build - < Dockerfile

NB: Hardcoded delay of 10 seconds at the first start of regiond. This delay is required to use the maas client and init admin user

Additional notes

The regiond server produces some errors which are related to missing sudo package and systemd.

TODO
  • Create compose file and exclude postgres

Tag summary

Content type

Image

Digest

Size

188.3 MB

Last updated

over 7 years ago

docker pull foexle/maas-server