This is a dockerized MAAS server (Metal as a Service) for API testing purposes
392
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/
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.
You can login to the web interface with one of:
usernames: "test"
password: test
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
The regiond server produces some errors which are related to missing sudo package and systemd.
Content type
Image
Digest
Size
188.3 MB
Last updated
over 7 years ago
docker pull foexle/maas-server