# Runbook 02 — Deploy New Caracal Bundle

**STATUS: PLACEHOLDER** — drafted alongside bundle.yaml.

## Purpose

Deploy the new Charmed OpenStack Caracal bundle and wait for the cloud to
settle in `active/idle`.

## Prerequisites

- Runbook 01 complete (model destroyed, MAAS state clean)
- `bundle.yaml` and `overlays/vr0-dc0-testcloud.yaml` drafted and reviewed
- `scripts/pre-flight-checks.sh` passes

## TODO

- [ ] `juju add-model openstack`
- [ ] `juju deploy ./bundle.yaml --overlay overlays/vr0-dc0-testcloud.yaml --trust`
- [ ] Wait for settle (`juju-wait` or `juju status --watch 30s`)
- [ ] Pause-points for Vault init (per Runbook 03)
- [ ] Acceptance: all charms `active/idle` modulo Vault (sealed) and any
      charms waiting on Vault certificates
