Appliance Distribution and Continious Integration

Started by rvalle, October 21, 2019, 03:51:26 PM

Previous topic - Next topic
Hi!

I have started to work on  Ansible support and I would like to implement some kind of continuous integration.

The obvious would be to test test playbooks against code changes and new versions of Ansible and OPNSense, to ensure that nothing breaks, etc.

I could start OPNSense with Vagrant, and try to run unit tests against it.

Is there a Virtual Appliance distribution? I think I saw it somewhere.



Eugen Meyer (GitHub) did some stuff with Vagrant, just google it :)

Thanks, yes, I can see packer script for building a Vagrant image.

That should do.