The following steps explain on how to setup and configure a Jenkins server for continuous integration tests using the CERN openstack infrastructure.
1. Launch an openstack instance as described [here](https://clouddocs.web.cern.ch/clouddocs/tutorial_using_a_browser/index.html). The following settings are recommended:
+ flavor: m2.medium
+ boot from image: SLC6 CERN Server - x86_64 [2015-02-10]
+ keypair: make sure to add a public ssh key
1. Configure the virtual machine:
1. Login to the new machine using: 'ssh root@\<hostname\>'. Make sure that you use the same ssh key pair as specified when you created the openstack instance.