tripleo-image-elements/elements/jenkins
Clint Byrum 0439512531 Remove the first-boot.d script from jenkins
The code in there is redundant with install.d/10-jenkins and is not the
kind of thing that needs to happen on first boot.

Change-Id: I0dfc381682db89da9140dd37d5675088762fc658
2013-09-27 08:11:36 -07:00
..
install.d Create install-packages as a binary. 2013-01-31 00:08:58 +01:00
pre-install.d Rename flavour to element. 2012-12-05 14:04:58 -08:00
README.md Rename flavour to element. 2012-12-05 14:04:58 -08:00

README.md

Provisions a jenkins for doing tests of openstack cloud images

After deploying the image, jenkins should be available on port 8080.

The following is fiction

To use this, add a new application at https://github.com/organizations/$ORGANISATION/settings/applications and grab the client id and secret it provides.

Config options

XXX: These should be passed in via cloud-init or salt, not on image build. For now, export before building the image.

  • export GITHUB_ORGANISATION to set the which organisation to look for github committers from.

  • export GITHUB_ADMINS to set a list of github users to be jenkins admins.

  • export GITHUB_CLIENT_ID to set the github OAuth client id.

  • export GITHUB_SECRET to set the github OAuth secret.