scalefactory / vagrant-cucumber

A Vagrant plugin to allow cucumber to work with VMs.
MIT License
40 stars 8 forks source link

AWS Provider Support #7

Open damienjoldersma opened 10 years ago

damienjoldersma commented 10 years ago

Thanks for great tool, is there any word or time frame to support the vagrant-aws plugin?

Is the issue holding support back the ability to do snapshots and rollback? If so, I would be happy to have a feature to support running on AWS without the snaps....

Thanks again :)

jtopper commented 10 years ago

vagrant-cucumber was written with our own use-case in mind, so we haven't tried it against vagrant-aws. Certainly the snapshot/rollback issue is probably the main problem (AWS should permit EBS snapshots, but vagrant-cucumber relies on being able to do memory image snapshot/rollback too).

Have you tried the software with vagrant-aws? Does it just blow up on the snapshot/rollback steps? I can probably make those optional if that would help you.