Juju links have changed again. This PR fixes a problem that has persisted on the Juju side due to an improper implementation of redirections. Also change the remaining working redirects to use proper canonical links (best practice). Change-Id: I02a6587643faf9e662c06a8aa8e31e6476df49a4
811 B
811 B
Prepare Juju
To use MAAS as a backing cloud we need to:
- add MAAS to Juju
- give MAAS credentials to Juju
- create a Juju controller
The corresponding Juju commands are:
juju add-cloud
juju add-credential
juju bootstrap
The above will result in one MAAS node being provisioned.
Please see the Juju documentation for guidance: How to use MAAS with Juju. The above commands only give the general idea.
Assuming that 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=jammy openstack
Advance to the deploy page.