An open API service indexing awesome lists of open source software.

https://github.com/osrf/osrf_puppet_jenkins

Puppet stuff for geting the slaves of the osrf jenkins
https://github.com/osrf/osrf_puppet_jenkins

Last synced: 11 months ago
JSON representation

Puppet stuff for geting the slaves of the osrf jenkins

Awesome Lists containing this project

README

          

# OSRF puppet for jenkins slaves

Puppet configuration to set up build.osrfoundation.org jenkins slaves

## Usage

* Create the node in Jenkins
* Go into the new jenkins node
* Download this repository
* sudo ./install.py
* Complete your information in /etc/default/jenkins-slave
* sudo service jenkins-slave restart

## Future work

* Provide install.py with secret jenkins token and node name so
it can automatically complete the /etc/default/jenkins-slave configuration

* Use the jenkins API to create the node automatically