XEBIA XKE-2012-09-06 HANDS'ON PUPPET @Author cblonde @Author plopez @Author xbucchiotty ############################################## #Part 1, Configure the boxes.... ############################################## Prerequisites * VirtualBox * Vagrant * Gradle # Initiate the image of the box used after > vagrant box add lucid32-fr https://s3-eu-west-1.amazonaws.com/xebia-vagrant/package.box # To launch at the root of this project > vagrant up ... #TO SEE THE SOLUTION > git checkout PART-1-SOLUTION #TO CONTINUE > git merge PART-2 ############################################## #Part 2, Let's code the infra ############################################## Your are given the following modules for * xebia-nexus * xebia-deployWar * xebia-utils You need to build on puppet node: * JDK 6 * 1 nexus instance You need to build on node 1: * JDK 6 * 1 Tomcat 6 #TO SEE THE SOLUTION > git checkout PART-2-SOLUTION #TO CONTINUE > git merge PART-3