anadimisra / pipeline-jumpstarter-chef

IAC automation to jumpstart Continuous Deployment Pipeline using Jenkins, SonarQube, Nexus, Docker & Chef
GNU General Public License v3.0
0 stars 0 forks source link

Restrict Vagrant to Virtualbox #1

Open vishagilityroots opened 6 years ago

vishagilityroots commented 6 years ago

Relevant Discussion:

I have a question about pipeline-jumpstarter-chef, would it be worth refactoring the code so that there is a single Vagrant provisioner block, and multiple providers? (edited) Example: https://github.com/agilityroots/vagrant-toolchains/blob/master/jenkins/Vagrantfile anadi [5:52 PM] I'm not sure, see Vagrant has failed to make an impact beyond development flows so may be we'd better keep vagrant to local virtual box and add AWS cloud formation, and whatever is the Azure equivalent for deploy

anadimisra commented 6 years ago

review commit 2b5f5a66fa1ff919f948b32af1257b602eebf897

it adds an AWS deployment through vagrant, I chose to keep it in a separate file for legible purposes.