Files
Peter Matulis 9ab81a8a7a Fix more broken Juju links
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
2023-07-19 16:08:39 -04:00

811 B

Prepare Juju

To use MAAS as a backing cloud we need to:

  1. add MAAS to Juju
  2. give MAAS credentials to Juju
  3. 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.