174 Commits

Author SHA1 Message Date
Attila Fazekas
2cb925e39c yum grouplist response on F20 is lower case
On el6 the `yum grouplist` response contains
'Installed Groups:' but on F20 it is 'Installed groups'.

This change modifies to regexp in the slave.pp to accept both.

Change-Id: I50d80d7a11bee4437ed3967dc1a55ef56d15ba8c
2014-07-06 20:25:29 +02:00
K Jonathan Harker
7af40db7f2 Revert "Revert "Downgrade puppetlabs-apache to version 0.0.4.""
This reverts commit 3afc75132aa3a7d3cae911ae5e7166383b9ee4ba.

The new apache module has started managing /etc/httpd/conf/httpd.conf
with a template that has some significant differences than our template
in the cgit module.

Change-Id: I99795d35596f35dfc34e89891155dd2b83e465fe
2014-07-01 17:38:58 -07:00
Jenkins
974c4d87fc Merge "Revert "Downgrade puppetlabs-apache to version 0.0.4."" 2014-07-01 23:20:02 +00:00
Monty Taylor
d789889ad1 Add symlinks for plat-specific compiler names
Python defaults to the compiler that was used to compile python,
which winds up being the platform specific compiler name. Add
symlinks for these to allow python compilation of extensions
to actually find ccache.

Change-Id: I84fd75c72adaa0a1277a20f680ad23688611e43d
2014-06-29 11:39:47 -07:00
K Jonathan Harker
3afc75132a Revert "Downgrade puppetlabs-apache to version 0.0.4."
This reverts commit 7b9ea298cf4ae941af74381925b17a4b29337eb9.

Upgrading puppetlabs-apache to version 0.4.0 will give us important
variables in apache::params (specifically $conf_dir and $vdir) which
will allow us to modify the cgit module to run on both Debuntu and RHEL
systems -- which is useful because test.sh should be testing all modules
on both systems.

Of the two issues that 7b9ea298 addresses, I believe that our Oneiric
hosts have all gone the way of the dinosaur and we can work around the
docroot check by replacing 'MEANINGLESS ARGUMENT' with
'/tmp/meaningless_docroot'.

Conflicts:
	install_modules.sh

Change-Id: I7c08f85db6810ab28fa044f1923833359271e8ec
2014-06-27 15:29:03 -07:00
Dan
9f39971e23 Remove dep on wget package for apt::key
Currently, the apt::key resource has a dep
set for Package['wget']. This dependency
isn't actually a requirement for apt::key for
the version of apt being used by config. The
provider uses native ruby libraries for ftp/http
(open-uri) and thus does not require the wget
package.

Also, having the jenkins modules depend on the wget
package is problematic b/c the resource is defined
in the openstack_project module. As we decouple
out the modules, the non-openstack specific module
(like jenkins) should not have dependencies on the
openstack specific/composition modules (like
openstack_project).

Change-Id: Ia70fa4f4d9c7b2d5f6b3dd476b5b83498049e524
2014-06-16 12:29:56 -07:00
Monty Taylor
ad574bedee Changes to get nodepool working with trusty
There are few things that are different for our slaves on trusty. Of
note, we don't want to pin puppet, and we need to provide a version
for postgres.

Change-Id: Ibee78cd4fbeef2e6af43379d2bc3a0f0e9767a06
2014-05-28 10:09:35 -07:00
Jenkins
5f1f5b2167 Merge "Move jenkins-sudo bits to openstack_project" 2014-05-23 20:11:18 +00:00
K Jonathan Harker
541fac117b Move jenkins-sudo bits to openstack_project
The jenkins-sudo privileges are specific to the slave_scripts directory,
which has already been moved to the openstack_project. Let's keep these
two things together.

Change-Id: I0ef16850bf97d54f1ac92e41e5bd31e7f6f40ea9
2014-05-23 11:55:20 -07:00
K Jonathan Harker
f9c4c6f64c Remove jenkins slave_scripts from jenkins masters
There are no jobs running on the masters anymore, they don't need to
have the slave scripts.

Change-Id: Ia4666e396f0d69369729ce4475062c57d0763a91
2014-05-23 11:45:01 -07:00
K Jonathan Harker
8e7f9e3458 Move openstack-specific config out of ::jenkins
The ::jenkins::slave class contained a lot of openstack-specific
configuration rather than configuration of a generic jenkins slave.

The term "bare slave" is overloaded and confusing: create simple_slave
and thick_slave to differentiate between the two meanings of "bare".
Some portions of ::jenkins::slave will move to simple_slave, some
portions to thick_slave, and some portions to slave_common (all in the
openstack_project module).

Change-Id: I5281a03a7f6da3f98714bcc59ae840ace8435578
2014-05-20 14:39:51 -07:00
K Jonathan Harker
35eea3a673 JJB can take longer than 5 minutes to run
Double the timeout on the jenkins_jobs_update exec (from 5m to 10m)
because jenkins-jobs can take longer than 5 minutes to run when a
reasonably large number of jobs are defined.

Change-Id: Iff74a322a2f2e605c3c9e78f36cd8d12571e944a
2014-04-30 16:52:36 -07:00
Monty Taylor
d0061640be Remove accumulated python cruft
We nolonger need or want setuptools_git installed anywhere.
get-pip no longer needs ez_setup.py first. Also, github broke
redirection on Fedora, so change the URL.

Change-Id: I16d64695bf05e672fdc12236424b62e5cd5e5dc7
2014-04-29 10:10:01 -07:00
Monty Taylor
8895d64289 Fix up ssh key usage
We need for the keys to only have the key content. Also, we've learned
that the ssh_authorized_key title is important.

Change-Id: Ie772572e041ea6c1587dddb02937b89541a37e1b
2014-04-25 12:35:25 -07:00
Jenkins
b6f3fd8d6e Merge "Move to using ssh_authorized_key type" 2014-04-25 09:03:46 +00:00
Jenkins
415842d361 Merge "Add a slave-script to Jenkins for pushing to swift" 2014-04-23 03:10:48 +00:00
Jenkins
3beec123b3 Merge "Add language spepcific font package to Jenkins slave" 2014-04-17 21:15:57 +00:00
Monty Taylor
6c1486ea92 Move to using ssh_authorized_key type
There is a builtin type for adding authorized_keys. We started
using it for the restricted access for the puppet triggering key,
and it seems to make sense to be consistent across the board.

Change-Id: I76ffb0136c58c05fa7c8abb793cb8e3b03cb5f6c
2014-04-15 20:24:23 -07:00
Joshua Hesketh
7b4cfd7dd1 Add a slave-script to Jenkins for pushing to swift
I042cdd2dd2407f381cafcabc5c6b83d9b9a9eb00 adds instructions to
workers on how to send logs to swift using the FormPost middleware.
This slave-script allows you to pass in a directory to push to
swift using these instructions and returns a URL where they are
available.

Change-Id: I7ccafa408a88ef80317b1c546b3451c0033dce61
2014-04-01 14:01:36 +11:00
Jenkins
32d3abef76 Merge "Revert "Enable Gearman as default on Jenkins slaves"" 2014-03-31 22:54:06 +00:00
James E. Blair
8af61da62f Revert "Enable Gearman as default on Jenkins slaves"
SERVER: Invalid relationship: File[/var/lib/jenkins/hudson.plugins.gearman.GearmanPluginConfig.xml] { require => Class[Zuul] }, because Class[Zuul]doesn't seem to be in the catalog

This reverts commit 2a9cd677e4eb6a60787ebc73bd8fd9e1b6f26b34
2014-03-31 22:49:41 +00:00
Akihiro Motoki
e18cb36161 Add language spepcific font package to Jenkins slave
Localized documents start to be generated in gate jobs and
they require language specific font packages. This commit
add language_fonts_packages parameter to accept language fonts.

It adds Japanese and Korean font packages to Ubuntu build
slave because gate jobs are now run on Ubuntu based hosts.
Pakcages for RedHat flavor will be added in future if needed.

Change-Id: Id4a0363e119f4458c270fb32bd428ebcfcc75225
Closes-Bug: #1278327
2014-04-01 03:15:43 +09:00
Jenkins
d302b1b698 Merge "Enable Gearman as default on Jenkins slaves" 2014-03-31 16:29:50 +00:00
Jeremy Stanley
044ded07b4 Pin rake gem to 10.1.1 so it works with ruby 1.8.x
Without this, we get "Error installing puppetlabs_spec_helper: rake
requires Ruby version >= 1.9."

Change-Id: I81a32380cee1a35a50e1c3baf2e1afcd69b1614f
2014-03-25 12:57:22 +00:00
iberezovskiy
2a9cd677e4 Enable Gearman as default on Jenkins slaves
We don't need to enable Gearman through Jenkins UI.
It'll we done as default.

Change-Id: I50a1506f7efa3d71034cca2caebb6e5ddb76285a
2014-03-21 12:08:31 +04:00
Jenkins
da0d8af6ee Merge "Set up opportunistic bare-metal postgres db" 2014-03-17 17:15:58 +00:00
Robert Collins
2172d4bfd2 Add haveged to jenkins slaves.
We're running headless servers - exactly the situation haveged is
designed for.

Change-Id: I5616f5926aea9a573d1bf1d617f1b5b8df672917
2014-03-15 16:23:17 +13:00
Jenkins
836493b0d0 Merge "Explicitly install gettext on job workers" 2014-03-10 21:17:15 +00:00
Jenkins
b9c70fb590 Merge "Use a sudoers file for jenkins sudo rights" 2014-03-10 15:56:48 +00:00
Jeremy Stanley
bfabbaf6ef Explicitly install gettext on job workers
Some providers include gettext preinstalled by default on their base
images, but others do not. Make this consistent by explicitly
installing it when not already present. Rackspace seems to have
recently ceased including it on their Ubuntu Precise images, which
precipitated this patch.

Change-Id: Idb86c805e2fc56d885081876642bd9d3dbf58434
2014-03-10 13:49:14 +00:00
Jenkins
afe0b82d28 Merge "Install memcached on slaves" 2014-03-06 23:15:50 +00:00
Jenkins
d776f77f91 Merge "Adds ! defined() guards around a2mod declarations" 2014-03-06 07:37:32 +00:00
Khai Do
bff86de71e Fix update java alternatives on redhat systems
puppet was throwing the following error..
  nodepool.image.build.rax-iad.bare-centos6: Could not find dependent
  Exec[update-java-alternatives] for Package[ant] at |
  /root/config/modules/jenkins/manifests/slave.pp:86

because update-java-alternatives was only defined for debian, not for redhat systems.
This change adds java alternatives update to redhat.  Needed to change
'java-1.7.0-openjdk' to 'java-1.7.0-openjdk-devel' because 'java-1.7.0-openjdk' does
not install the javac compiler.

We are setting alternatives for debian and centos but not for fedora because the java 6
packages are not available on fedora.

Change-Id: I04b3e8292d3f31cd56ada9be99da8a234e13585a
2014-03-03 20:56:35 -08:00
Julien Danjou
7c178f129a Install memcached on slaves
This is needed to run Tooz integration tests.

Change-Id: Ibaa2c4adf81a50465910572a6b6d145640476a51
2014-02-28 17:11:12 +01:00
Jenkins
880924a621 Merge "Optionally give mysql user all global privs." 2014-02-27 22:13:23 +00:00
Jenkins
bf96db40f3 Merge "Change mysql package for Fedora >= 19 for bare-precise" 2014-02-27 19:24:49 +00:00
Clark Boylan
54ad9496cd Optionally give mysql user all global privs.
One our single use unittest slaves we want to allow unittests to create
and destroy arbitrary mysql database schemas. The simplest way to do
this is to grant all priveleges to the test user on the mysql server
globally. This is safe because the nodes are thrown away post test.

Change-Id: Ic92ff2f9c752d955e6f82eb4b88330b5448cfa75
2014-02-26 11:48:59 -08:00
Joshua Hesketh
8d9ebffe10 Set up opportunistic bare-metal postgres db
Currently only MySQL is being opportunistically tested for bare-metal
migrations. This change configures the Jenkins slaves to have a
postgresql database openstack_baremetal_ci.

Change-Id: Ifb2eb7b1ef15b28a326a7d7eb1f99dc675cc40b6
2014-02-26 16:09:08 +11:00
James Polley
d91718654c Make sure gawk is installed
extract_docs.awk (used to extract devtest.rst from devtest.sh, and
similiarly with other scripts that have docs auto-generated) does not
work in mawk, which is the default in precise.

gawk is already the default choice in Fedora 19, and seems to be the
default in later versions of Ubuntu. Haven't tested Debian.

Change-Id: I00cf5137d8e39c78a5d52b2cf094365a56deb353
2014-02-24 18:56:36 +11:00
Khai Do
4b1e84a4a3 update java alternatives to java 7
ant dependency requires java 6 so alternatives was set to java 6 on an ant package
install.  This change updates alternatives to point to java 7 after all packages
have been installed.

Change-Id: I7b8c975879dda085102a1d4740777d3d8c5f54ea
2014-02-21 15:51:05 -08:00
Jay Pipes
be09d2bcda Adds ! defined() guards around a2mod declarations
If you attempt to include both Zuul and Jenkins master modules in a
single manifest, you will get an error about A2mod[rewrite] resource
already being declared, like so:

Duplicate declaration: A2mod[rewrite] is already declared in file
/home/ubuntu/os-ext-testing/puppet/modules/os_ext_testing/manifests/master.pp
at line 30; cannot redeclare at
/root/config/modules/zuul/manifests/init.pp:236 on node undef

This isn't noticed by upstream, because no server runs both a Jenkins
master and a Zuul server. However, in smaller systems, where both
Jenkins and Zuul can be installed on the same host, the problem becomes
apparent.

This patch fixes that issue by adding guards around the a2mod
declarations in the Zuul init.pp and Jenkins master.pp manifests.

Change-Id: I2a298eb09ec8da33caed9349f465b2d163e2c299
Closes-bug: #1281676
2014-02-21 14:13:14 -05:00
Jenkins
6ff82384d7 Merge "Basic gating and release jobs of openstackid project" 2014-02-20 19:19:35 +00:00
Marton Kiss
f46639efd6 Basic gating and release jobs of openstackid project
Add check, gate, post and release jobs to PHP/Laravel based openstackid
project. Extend precise node with php5-mcrypt package required for
build process.

Change-Id: If7858412d5c3425aab20c0d11a92cab4c86f47dd
2014-02-20 19:38:14 +01:00
Jenkins
c945537bd6 Merge "Setup tooling and jobs for openstack Gerrit ver 2.8 and beyond" 2014-02-20 18:22:34 +00:00
Khai Do
c3e2997ef8 Setup tooling and jobs for openstack Gerrit ver 2.8 and beyond
Previous versions of Gerrit used maven as the build tool, it has since
switched to use buck. I believe the switch happened in ver 2.7.  We are
now hosting a fork of Gerrit ver 2.8 so we need to setup tooling and
jobs to build newer versions of gerrit.  This patch sets up tooling and
jobs required for building the openstack Gerrit ver 2.8.  We now have
two sets of jenkins jobs to build gerrit, one for Gerrit prior to ver
2.4.x (maven) and one for Gerrit post ver 2.7 (buck).

Notes:
1. Buck does not have OS packages for easy installation so it needs to
be built from source using ant (requires gcc as well).
2. Maven jobs execute only when commits are made to 2.4.x branch.
3. Buck jobs execute when commits are made to branches other than 2.4.x
4. The origin post job 'gerrit-package' now publishes artifacts to
tarballs.o.o/ci/gerrit instead of tarballs.o.o/ci
5. Buck requires the zip package to build gerrit.
6. Buck and gerrit clones need to be at same directory level

Partial-Bug: #1082781
Change-Id: I1de9f127fa6826fb0a686d12dc77c0edff34be7c
2014-02-14 11:44:08 -08:00
Jenkins
eba2144fe1 Merge "Update groups gating scripts" 2014-02-13 11:52:31 +00:00
James E. Blair
200ce362a2 Use a sudoers file for jenkins sudo rights
This way we can start with the file in place on all single-use
slaves, and then remove the file at the beginning of jobs that
should not be able to sudo (for example, unit test jobs).

Change-Id: I37aabdba89d00b45365126c8f776ae6ef8357c8f
2014-02-12 08:02:40 -08:00
Marton Kiss
15761d181a Update groups gating scripts
Community portal build process failed due php package deployment
permission errors. This patch add php5-cli package to jenkins slave
and relocate building script from groups project to groups.yaml file.

Change-Id: I462be6bf1ea4e647e262f15427f74fab36e9c5d6
Closes-Bug: 1278344
2014-02-12 15:23:38 +01:00
Jeremy Stanley
6a069b086d Correct MySQL DB priv names for citest grants
The old configuration was resulting in a puppet error of...

    err: /Stage[main]/Jenkins::Slave/Database_grant
        [openstack_citest@localhost]/privileges:
        change from  to create, drop failed: The privileges
        'create,drop' are not valid. Did you mean
        'create_priv,drop_priv'?

Change-Id: I325cabe2fce8a6893b03d9deb106ed2ae2a29364
2014-02-11 23:48:24 +00:00
Clark Boylan
0e94117fa4 Give test mysql user create and drop perms.
Give the openstackci_test Jenkins slave test user permissions to CREATE
and DROP databases. This allows parallel tests to create as many DB
schemas as necessary to run tests without locking in the tests
themselves.

Change-Id: I0466ac8f318b7dc397fac6c16553e284bdb7d707
2014-02-10 14:16:46 -08:00