Provisioning VMware Workstation Machines from Artifactory with Vagrant
Reading Time: Approximately 1 minutes.
I wrote a small Vagrantfile
and helper library for provisioning VMware VMs from boxes hosted on Artifactory. I put this together with the intent of helping us easily provision our Rancher/Cattle/Docker-based platform wholesale on our machines to test changes before pushing them up.
Here it is: https://github.com/carlosonunez/vagrant_vmware_artifactory_example
Tests are to be added soon! I’m thinking Cucumber integration tests with unit tests on the helper methods and Vagrantfile correctness.
… »