Update the getting-started tutorial to focal-yoga. Use a local bundle file until channels are set up. Based on team consensus, remove explicit configuration for network spaces. Change-Id: I6cb28dcfe1bbe79bf262e9d522f391baa11d6d5a
713 B
713 B
Prepare Juju
To use MAAS as a backing cloud we need to add MAAS to Juju, give MAAS credentials to Juju, and create a Juju controller. The corresponding Juju commands are:
juju add-cloud
juju add-credential
juju bootstrap
Please see the Juju documentation for guidance: How to use MAAS with Juju.
Assuming the controller is called 'maas-controller', create a model called 'openstack' and give it the desired default series:
juju add-model -c maas-controller --config default-series=focal openstack
Advance to the Deploy OpenStack <deploy> page.