
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
7 lines
229 B
YAML
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.
|