Puppet POC with the upstream jenkins module
- 3 VM's using Centos 6.6 with the Virtualbox guest utils installed and Puppet.
- Jenkins Master which doesn't have executors
- A couple of slaves automatically connecting to the Master with 2 executors each
- Some default plugins added by default (check hieradata/common.yaml for the listing)
- A Pipeline preloader which installs a selfconfiguring pipeline using samples from https://github.com/KrisBuytaert/jenkins-dsl-playground
-
git pull --rebase; git submodule sync; git submodule update --init --recursive;
-
vagrant up;
-
Open your browser and point to http://192.168.33.21:8080/