test-kitchen / kitchen-vra

A Test Kitchen driver for VMware vRealize Automation
Apache License 2.0
13 stars 22 forks source link

Feature Query: Support for Capture Snapshot & Restore Snapshot #27

Closed aytch closed 6 years ago

aytch commented 6 years ago

Platform Details

Scenario:

It would be very useful to be able to use the kitchen-vra gem to capture snapshots and restore snapshots to a test-kitchen instance.

jjasghar commented 6 years ago

First question, can this be done via the VMware vRA API?

This seems pretty challenging, can you write out what you think the workflow would be like? I don't use snapshots with vRA and I think I get the use case but a deeper explanation would be useful.

aytch commented 6 years ago

It doesn't look it can be done with the vRA API, I'm afraid - it appears that that functionality relies within the vSphere API. I was hopeful it could be done since the snapshot functionality does appears in the VRA UI.

After some further consideration, I'll close this feature request, as it would greatly increase the complexity of kitchen-vra in a way that isn't beneficial. Thank you for the consideration, though!