neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
12 stars 14 forks source link

fix: validate ownership and lifetime only for AWS and OpenStack #215

Closed pvoborni closed 1 year ago

pvoborni commented 1 year ago

Limitin only for certain providers is needed as the owner doesn't matter for static (vm already present somewhere, could be owned by completely different person), podman, libvirst (vm running on current machine, no need for owners).

But it makes sense for any cloud like OpenStack, AWS, Beaker.

Enabled only for AWS, OpenStack as Beaker doesn't work with ownership yet.

Signed-off-by: Petr Vobornik pvoborni@redhat.com

kaleemsiddiqu commented 1 year ago

tested this patch and its working.