STATUS: PLACEHOLDER — drafted post-deploy. Per D-007 Layer B.
Install the stackhpc/magnum-capi-helm driver into the magnum charm venv, configure Magnum to use it, and verify cluster-template creation succeeds.
juju ssh magnum/leader and `pip install --break-system-packages \
"git+https://github.com/stackhpc/magnum-capi-helm@v0.13.0"` into the charm venv
/etc/magnum/kubeconfig pointing at capi-mgmt.maas bootstrap k3s--config-dir /etc/magnum/magnum.conf.d//etc/magnum/magnum.conf.d/99-capi.conf:
``` [DEFAULT] enabled_drivers = k8s_capi_helm_v1 [capi_helm] kubeconfig_file = /etc/magnum/kubeconfig ```
openstack coe cluster template list
should show capi_helm_v1 driver option available
verify it reaches CREATE_COMPLETE