Every ID in kitchen.yml has to be a UUID today:
cloudstack_template_id: 8a4e1c1f-1234-4b8b-9c2f-77b6c9f0e111
Accepting names and resolving them via the list APIs would be easier to write and read:
cloudstack_template: ubuntu-22.04
cloudstack_zone: zone1
Prior art: #32 implements this for template, service offering, zone and network, and was tested against a real deployment.
Every ID in
kitchen.ymlhas to be a UUID today:Accepting names and resolving them via the list APIs would be easier to write and read:
Prior art: #32 implements this for template, service offering, zone and network, and was tested against a real deployment.