Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 428 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 428 Bytes

MicroCloud charm for MAAS

This charm deploys MicroCloud on a MAAS cluster with Juju.

Build the charm

  • Install and run tox to setup the virtualenv and install the python dependencies.
  • Install charmcraft to build the charm: snap install charmcraft --classic
  • Build the charm: charmcraft pack

Tutorial: setting up a MAAS cluster to deploy our charm

  • You can follow the instructions in demo/maas-setup.sh