Deploy OpenStack

Important

This page has been identified as being affected by the breaking changes introduced between versions 2.9.x and 3.x of the Juju client. Read support note Breaking changes between Juju 2.9.x and 3.x before continuing.

Ensure that the current context is the previously-created controller and model:

juju switch maas-controller:openstack

Download bundle file bundle-jammy-2023.2.yaml and save it in the ~/tutorial directory.

Enter the tutorial directory and deploy OpenStack by referring to the bundle and the overlay:

cd ~/tutorial
juju deploy ./bundle-jammy-2023.2.yaml --overlay ./overlay-mymaas.yaml

This stage of the procedure can take between 30 and 90 minutes to complete, depending on how the MAAS nodes are resourced. Use the juju status command to monitor progress.

Vault requires manual intervention in order to become functional. Complete the three post-deployment steps (initialisation, unsealing, authorisation) described in the vault charm README when the vault application shows a workload status of: Vault needs to be initialized .

A CA certificate will then need to be supplied to Vault so it can issue TLS certificates to the various cloud services. The easiest approach is to have Vault generate the CA certificate:

juju run vault/leader generate-root-ca

See the Managing TLS certificates page for further guidance.

Allow the model to settle to an error-free state (see this example status output).

When you’re ready, go to the Configure OpenStack page.