Deploy OpenStack

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

juju switch maas-controller:openstack

Download bundle file bundle-jammy-zed.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-zed.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-action --wait 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.