kayobe/releasenotes/notes/improve-infra-vm-action-performance-5d8a218b75574be2.yaml
Jack Hodgkiss 0137015e6c infra-vm: efficiently handle hostvars during deploy and destroy
Pass only the required variables from `hostvars` for a given infra vm to
significantly reduce wait time during `kayobe infra vm provision` and
`kayobe infra vm deprovision`. Time to create and destroy a VM now take
a minute or less.

Closes-Bug: #2093255
Change-Id: I15d17f45d15c04aced0a4c0fe97e1d798ff46799
2025-01-10 13:44:40 +00:00

7 lines
229 B
YAML

---
features:
- |
Deploying and destroying infrastructure VMs is now significantly faster
as only the required variables are passed to the relevant tasks as opposed
to the entire collection of hostvars for each VM.