116 Commits

Author SHA1 Message Date
Jenkins
a3168ee32c Merge "Add libvirt-dev in anticipation of python-libvirt" 2014-01-07 05:00:42 +00:00
Jenkins
9827e74b89 Merge "Alter zookeeper params for Fedora." 2014-01-07 04:14:21 +00:00
Monty Taylor
0385b968ef Add libvirt-dev in anticipation of python-libvirt
python-libvirt now exists on PyPI. In anticipation of wanting to use it,
we need to ensure that libvirt-dev is installed on our slaves, so that
pip install python-libvirt will work.

Change-Id: I5958de644188e2745417a3cda319a2ea03896e7f
2014-01-01 09:35:21 -06:00
Clark Boylan
7c97868cb2 Use JJB --delete-old option to keep job list clean
Use JJB's update --delete-old option to keep the list of jobs in Jenkins
as small as possible. This will delete any jobs not known in the JJB
config files.

Change-Id: I348e33f69f74f8ae8d4a87db85e1336d2cf44368
2013-12-26 14:02:04 -08:00
Arx Cruz
5048a68fc5 Alter zookeeper params for Fedora.
The zookeeper package for Fedora is zookeeper, instead of
zookeeper-server. This patch fix this problem when you
try to apply puppet jenkins slave on Fedora

Change-Id: I868987fa7f8c989e27444a6241a57f62372e645d
2013-12-17 14:36:39 -02:00
Jeremy Stanley
b87b8578a7 Correct distro package names for libtidy
* modules/jenkins/manifests/params.pp: Commit 2654943 got the
package names for libtidy backwards between Red Hat and Debian
distro families, so switch them to be correct.

Change-Id: Iaf6290630f679cb64a4b6b17d37d840992988976
2013-12-17 15:22:46 +00:00
Jeremy Stanley
265494334d No zookeeper packages on CentOS slaves
Change 12c4749a tried to install zookeeper on all Ubuntu and CentOS
unit test slaves, but there is not actually a zookeeper-server
package in CentOS or EPEL. Install only on Ubuntu instead.

Change-Id: Ia50f016ef8d53dada63dd3218c7d731016b94383
2013-12-16 16:09:06 +00:00
Jenkins
ac4d4a1f6f Merge "Install libtidy on slaves" 2013-12-11 00:21:33 +00:00
Jenkins
5e097fa8d4 Merge "Install ZooKeeper on slaves" 2013-12-10 00:36:01 +00:00
Julien Danjou
12baff87ba Install libtidy on slaves
This is required by Python tidy module, that is a dependency of
sphinxcontrib-docbookrestapi. The later is used in at least Ceilometer
to build the documentation.

Change-Id: Ib9d9a14a8169ef5d7d3c77fd711515237ae5b0e7
2013-12-09 17:52:39 +01:00
Julien Danjou
12c4749ad5 Install ZooKeeper on slaves
Change-Id: Id29ede88a579472079877542293592553ebe09d5
2013-12-06 14:41:23 +01:00
Jeremy Stanley
33a62b6f61 Use force when purging
* modules/asterisk/manifests/init.pp
* modules/jenkins/manifests/master.pp
* modules/jenkins/manifests/slave.pp
* modules/openstack_project/manifests/gerrit.pp
* modules/openstack_project/manifests/jenkins.pp
* modules/openstack_project/manifests/nodepool.pp
* modules/openstack_project/manifests/static.pp: When a directory is
puppet-managed for content using recurse, replace and purge you also
need force or empty subdirectories will fail to be removed. What's
worse, subscribing to that directory will cause a refresh to be
triggered for it on every agent run.

Change-Id: I232d6ba98475522f391f469c194a4450c7a0b2e1
2013-12-05 18:38:04 +00:00
Jenkins
b38aaa6293 Merge "Install requirements repo on slaves" 2013-12-04 16:30:52 +00:00
Clark Boylan
753e337fcc Use purge option where appropriate.
* modules/jenkins/manifests/master.pp
* modules/jenkins/manifests/slave.pp: Recursively purge the
slave_scripts dir. This will remove old slave scripts.

* modules/openstack_project/manifests/gerrit.pp: Recursively purge the
gerrit ACLs dir. This will remove old and renamed ACL files.

* modules/openstack_project/manifests/nodepool.pp: Recursively purge the
nodepool scripts dir. This will remove old and renamed nodepool scripts.

* modules/openstack_project/manifests/static.pp: Recursively purge the
devstack log help files. This will remove old and renamed help files.

Change-Id: If739b274075781dcd0d0836bca96dd1764c6ee19
2013-12-02 14:15:51 -08:00
Monty Taylor
4643f50921 Install requirements repo on slaves
In advance of starting to use the requirements project as the basis
for doing mirror selection, ensure that the repo is installed on all
of the jenkins slaves.

Change-Id: I893dd82e759f6a84a62400cdcbc7596b19ec5923
2013-11-29 09:17:58 -05:00
Jenkins
a28df0e75a Merge "Use pip install instead of setup.py install" 2013-11-27 00:25:06 +00:00
Clark Boylan
63f0890579 Consolidate rsyslog configs.
Puppet doesn't allow non unique namevars. Having mutliple rsyslog
service definitions violates this rule. Work around this by
consolidating all rsyslog configs in openstack_project::template.
In the process of doing this it became apparent that the ensure whoopsie
was absent resource should be consolidated in to template.pp as well so
this was done as part of the larger consolidation.

Change-Id: I7effed7bacb85386f0cf36edffe442e2cad944d0
2013-11-22 14:08:10 -08:00
Clark Boylan
2b881f3917 Increase rsyslog buffer sizes.
Swift proxy logs to syslog during the devstack-gate tempest runs. To
better capture the swift logs increase the rsyslog buffer size to 6k
bytes allowing for longer messages like tracebacks.

Change-Id: I03e42964e14d9f930c07ed047851bdf775639c59
2013-11-20 13:59:54 -08:00
Joshua Hesketh
d216f0826e Install graphviz on jenkins slaves for docs
Some docs use sphinx.ext.graphviz, such as turbo-hipster, and require
this package to be present.

Change-Id: Ide2c99d923f56231f9342cd5551dcc29910ec2fb
2013-11-18 15:49:27 +11:00
Monty Taylor
0222d3040e Use pip install instead of setup.py install
The pip vs. easy_install interactions continually get the systems
into a weird state. pip install $path_to_repo, on the other hand,
works like a charm.

Left out two graphite installs because they are doing path manipulation
and I want to do further testing before touching that.

Change-Id: I373b29aca03f1ebd20e533ebaaf5de9ef2db017e
2013-10-27 18:38:38 -04:00
Clark Boylan
f2bfd4b0e0 Upgrade puppetlabs-postgresql to fix concat module
* install_modules.sh: Upgrade puppetlabs-postgresql to version 3.0.0 to
fix conflicts in the concat module. Old postgresql uses ripienaar's
module other modules want puppetlabs' concat module. This upgrade resolves
that conflict.

Change-Id: I3813abea48d933421ebb4f81e84e783fa51618db
2013-10-18 15:07:52 -07:00
Jenkins
c164abc879 Merge "Upgrade puppetlabs-mysql to 0.6.1." 2013-10-12 20:57:34 +00:00
Jenkins
41a0740cf7 Merge "Remove ::1 mysql root user." 2013-10-12 20:56:12 +00:00
Clark Boylan
9a30d3a309 Upgrade puppetlabs-mysql to 0.6.1.
Puppetlabs-mysql 0.6.1 correctly removes the local ::1 root user in the
account_security manifest. Upgrade to this version to take advantage of
that. Do not upgrade to latest version (0.9.0) to minimize delta that
needs testing.

Change-Id: Ic8265733f1159f34ae0afcccdea4c7d8cd44e3cb
2013-10-12 17:37:24 +00:00
Clark Boylan
0adc30f151 Remove ::1 mysql root user.
The version of puppetlabs-mysql that we use does not remove the local
::1 root user from the mysqld. Explicitly remove this user.

Change-Id: I626fcc77c75a29d3f3cab57217b714e68a30b468
2013-10-12 17:32:09 +00:00
Monty Taylor
7409bde2b7 Remove pyflakes jobs
pyflakes is run py flake8. Patches have been submitted to all project to
ensure that they are using flake8 instead.

Change-Id: I541e47911e4dd79626646f66320d16ad0b2dc881
2013-09-23 18:29:18 +00:00
Jeremy Stanley
f7b9581867 Revert "Use Ubuntu Cloud Archive on precise nodes"
This reverts commit bdcc1151c916bc7836d1f847ba4dc7f28c5d19f8.

The version of libvirt on the cloud archive is not working with nova
in devstack.

Change-Id: I3fe10d17fe0030791581ff55a69945663b0a978b
2013-09-22 15:55:33 +00:00
Julien Danjou
bdcc1151c9 Use Ubuntu Cloud Archive on precise nodes
Change-Id: I214e473563d28ade2ac321941261eebf73536abd
2013-09-19 11:12:38 +02:00
Julien Danjou
ba3561aaf5 Also install pypy-dev on pypy nodes
That's needed to compile C modules for PyPy that are listed in
requirements.

Change-Id: I375ce68a6dbb54bf513c1abddddb0b0cbbc51de0
2013-09-02 14:27:18 +02:00
Alex Gaynor
0c266755b0 Fixed the name of the PPA to install PyPy from
Change-Id: I46606e00eacfa5d081c8d52a4b2013e016b12f4c
2013-08-27 14:59:29 -07:00
Alex Gaynor
32db246dd3 Add support for running tox with PyPy and use it for Marconi
This works by installing PyPy from the Ubuntu PPA, and then invoking
`tox -e pypy` (similar to all the other Python buidlers). PyPy shares
nodes with the Python3 builders.

Change-Id: Ibf683c1995b0f5c04c93c56010befb222b386d7a
2013-08-27 13:44:10 -07:00
Monty Taylor
258abe1a23 Use cgit server instead of github for everything
We have a cgit server now, which means we should replace
all references to github with references to git.openstack.org.

Change-Id: I68ad1ce514fb4326c7d9940b5a84999af5b58562
2013-08-19 10:19:47 -07:00
James E. Blair
3f4a70d1a3 Don't automatically restart jenkins on plugin changes
This way we can manually gracefully restart jenkins.  Since this
won't immediately install plugins, change the download test to
check whether an hpi or jpi file exists.

Change-Id: I41667684ad8a57f5ae554f866dcc38d5ecca6ba0
2013-08-03 02:34:32 +00:00
Dan Bode
438a5c603c Add jenkins::plugin defined resource type
This commit adds jenkins::plugin which can be used
to install jenkins plugins. I used it to install
gearman just today:

  jenkins::plugin { 'gearman-plugin':
    version => '0.0.3',
  }

Note: this code is borrowed from:

  https://github.com/jenkinsci/puppet-jenkins/blob/master/manifests/plugin.pp

which is apache licensed.

Change-Id: Ifd3f6452839db990357f14665f14aa839ec2d0c5
2013-08-03 02:28:23 +00:00
Mathieu Gagné
fd8c25e293 Set ownership of JJB config file to root
This removes the dependency on the jenkins user which might
not always be present on the system on which JJB is installed.

Change-Id: I872c9ad9a94708246bf03d409c1e4d1ef862035b
2013-07-30 18:49:03 -04:00
Jenkins
75e2eec220 Merge "Conditionally install Python 3 development libs." 2013-07-29 16:18:12 +00:00
Jeremy Stanley
60e7d7086a Conditionally install Python 3 development libs.
* modules/jenkins/manifests/params.pp
* modules/jenkins/manifests/slave.pp: The conditional check introduced
in the Jenkins slave manifest in commit 3c7af7d was only a half-fix
since the python3 pip provider lacked a similar check, so depending
on the order in which it's puppeted the conflict could still arise.
Since this package is not needed on non-py3k slaves, we can just
remove it from the slave manifest and expect slaves which do need it
to get it from the pip puppet module instead.

Change-Id: If22aaa1319b61aa58306036a03843fa0cc79b34c
2013-07-25 00:27:16 +00:00
Khai Do
ac8142f6ee configure the jenkins logger
This commit adds a logging configuration file for jenkins so
that we can persist the jenkins logger configuration across
restarts.

This commit also adds a logger configuration,
"org.gearman.session.logger" to "WARNING"

Change-Id: I4cf886a93f33bd153a6e3f81534df582425bd8f5
2013-07-23 11:59:46 -07:00
Clark Boylan
03244b810b Install libffi-dev on our slaves.
Some projects have a dependency on xattr which has a dependency on cffi
which has a dependency on libffi's development files. Install these dev
files so that xattr can be installed properly when testing.

Change-Id: If2d09285ae95d7869b3c1335c39d2642288326c1
2013-07-19 15:09:30 -07:00
Clark Boylan
a94590adcc Install maven after Java is installed.
* modules/jenkins/manifests/slave.pp: Ensure that maven is installed
after we install Java so that we can control the version of Java that is
installed. Without this maven will pull in whichever version of Java it
has in its dependency list.

Change-Id: I36b27ea654c31c71aaca2d4a8f93e0557c7b4930
2013-07-17 13:49:36 -07:00
Clark Boylan
906e169a8f Use OpenJDK 7 instead of OpenJDK 6 with Jenkins.
Oracle has EOLed Java 6. While OpenJDK 6 is still supported, development
on it has slowed. Upgrade to OpenJDK 7 and run Jenkins on this newer
platform.

Change-Id: I01c90133c6bc4f2ae0a25e35e5f8a11dc96ebd0e
2013-07-17 08:56:00 -07:00
François Rossigneux
8898c79633 Add third-party library for python-rrdtool, used by kwapi.
Change-Id: I9cad78d423878a4b78f52e68effcbc26c387fa80
Reviewed-on: https://review.openstack.org/35697
Reviewed-by: François Rossigneux <francois.rossigneux@inria.fr>
Reviewed-by: Khai Do <zaro0508@gmail.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
2013-07-12 22:49:34 +00:00
Jeremy Stanley
89a92bfb3d Fedora cgroups support.
* modules/jenkins/manifests/cgroups.pp
* modules/jenkins/manifests/params.pp: Fedora separates the cgroups
management utilities into an additional package.

* modules/jenkins/templates/cgconfig.erb: Fedora already automounts
cgroups subsystems. Also, because of Red Hat bug 918951, swap
management doesn't work in Fedora 18.

Change-Id: I2366261d64c11fdc8e65a39481e8db9d589ca2de
Reviewed-on: https://review.openstack.org/34083
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
2013-06-26 13:59:57 +00:00
Jeremy Stanley
fb131242cc Don't need a version for postgresql on Fedora 18.
* modules/jenkins/manifests/slave.pp: The postgresql package names
and paths on Fedora are unversioned, so passing a version number to
the postgresql Puppet module breaks there.

Change-Id: I298f4cca97b905a3738a86b70a8e0b2a6e2987af
Reviewed-on: https://review.openstack.org/34079
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
2013-06-25 21:39:26 +00:00
Jeremy Stanley
c958b9f82a Add a source for Python 3.3 on Precise if needed.
* modules/jenkins/manifests/slave.pp: If $python3 is set add a
Python 3.3 PPA for Ubuntu 12.04 LTS, maintained by Chuck Short with
Canonical.

Change-Id: I6c6e2682e9c1d56698cfbce4f01c81b60eac674e
Reviewed-on: https://review.openstack.org/34078
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
2013-06-25 21:36:46 +00:00
Clark Boylan
d4c0a7424b Use correct sbcl package variable.
* modules/jenkins/manifests/slave.pp: Use
$::jenkins::params::sbcl_package instead of $::jenkins::params::sbcl so
that puppet has a valid package to install.

Change-Id: I47526b704dd8bdf1ecd90113cd363ec5a22f4a00
Reviewed-on: https://review.openstack.org/34281
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins
2013-06-24 23:37:38 +00:00
Julien Danjou
63ded79644 Install sbcl on slaves
This is a Common Lisp interpreter that will be used by
stackforge/cl-openstack-client to run its unit tests.

Change-Id: I290833ee9ee846eaf4072f8339aa6f54a409681e
Signed-off-by: Julien Danjou <julien@danjou.info>
Reviewed-on: https://review.openstack.org/33440
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins
2013-06-24 22:03:36 +00:00
Dan Prince
d74cca4082 Add python3 option to jenkins::slave.
Adds a new python3 option to our jenkins slave manifest which
can be used to enable using python3-pip when installing
*key* pip packages for unit testing (tox, setuptools-git).

Also, updates openstack_project::slave so that it supports the option
as well.

Change-Id: I5face30b09e3e8d2f70b4da83481f4f8bd33fc51
Reviewed-on: https://review.openstack.org/32452
Reviewed-by: James E. Blair <corvus@inaugust.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Elizabeth Krumbach Joseph <lyz@princessleia.com>
Approved: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
2013-06-24 21:56:50 +00:00
Dan Prince
3c7af7d062 Add pip::python3 module and pip3 provider.
Adds python3 support to our pip package. Also adds a custom version
of the pip package provider which can be used when installing
things w/ python3-pip is explicitly required. For example:

  package { 'tox',
    provider => pip3,
    require  => Class[pip::python3],
  }

Change-Id: I1b563c8f7e647dad3a134ef1f0ec5b45b63f8b71
Reviewed-on: https://review.openstack.org/32451
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
2013-06-24 21:54:56 +00:00
Julien Danjou
7405e1a059 Add MongoDB to Jenkins nodes
This is going to be needed by Ceilometer for unit testing.

Change-Id: Id353e7e3a829491bfb718f3c663054dc1430fcd6
Signed-off-by: Julien Danjou <julien@danjou.info>
Reviewed-on: https://review.openstack.org/33298
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
2013-06-24 12:15:07 +00:00