4775 Commits

Author SHA1 Message Date
zhaoxinyu
9d42426a43 Add python jobs for compass-core project
Change-Id: I050bfa3682f6f5fdeee890c11e2ede27734d0255
2014-02-21 23:37:52 +00:00
Matt Ray
2fb6fe8547 Create new Chef cookbook-openstack-integration-test for Tempest support.
Add stackforge/cookbook-openstack-integration-test as a new cookbook. Once it is
available we will populate the necessary files. Also updated the Gerrit
notifications to include the ops-database, ops-messaging and orchestration
cookbooks which were missing.

Change-Id: If6c7a25becc7642cd5ec07dce189947106698fc8
Addresses: blueprint integration-testing-for-havana
2014-02-21 14:16:53 -08:00
Jenkins
4008abd456 Merge "Switch Zuul geard logging to DEBUG level" 2014-02-21 21:27:38 +00:00
Jenkins
f6b9cab58f Merge "Enable statsd for jenkins-log-client" 2014-02-21 21:27:21 +00:00
Jenkins
ea57b798a6 Merge "Nodepool should use more of the rax-ord quota" 2014-02-21 21:27:13 +00:00
Jeremy Stanley
e58f526600 Nodepool should use more of the rax-ord quota
* .../templates/nodepool/nodepool.yaml.erb: Increase max-servers in
rax-ord to 92, since the quota there is 100.

Change-Id: Ie3fb939959274bdd723047bdd4fe28401d913561
2014-02-21 21:17:21 +00:00
Jenkins
9ed78e162c Merge "Correct nodepool max-servers in rax-dfw" 2014-02-21 21:09:21 +00:00
Jeremy Stanley
5221d300fb Correct nodepool max-servers in rax-dfw
* .../templates/nodepool/nodepool.yaml.erb: Since we still have a
handful of long-lived static slaves for sensitive jobs (proposal,
salt-trigger, mirrorXX) along with a couple dev slaves (precise,
centos6) and the remaining four precise-py3k slaves, the effective
capacity for nodepool in rax-dfw is 181. Cut this by a few more so
we have room for template servers during image updates.

Change-Id: I7cdfdba0665fff822fff77c31fa20a6585da411d
2014-02-21 20:30:49 +00:00
Jenkins
62d8f86100 Merge "make ant use java 7" 2014-02-21 20:12:14 +00:00
Jenkins
f2441c9b36 Merge "Add zm0{1,2} to cacti" 2014-02-21 20:10:45 +00:00
Jeremy Stanley
d9798d288a Nodepool should clone the config repo from git.o.o
* .../nodepool/scripts/cache_git_repos.py: Since the projects list
is not being retrieved as part of a git repository, use HTTPS
protocol rather than HTTP so it will be consistent with the way we
retrieve the bootstrap script in prepare_node.sh.

* .../nodepool/scripts/prepare_node.sh: Switch the config clone
operation from the Gerrit server to the Git server farm, since the
former does not support git protocol. Also make it a shallow clone
since we just need the files.

Change-Id: I1dc0697bb3f9832d180b6b1ebffaa563bd886281
2014-02-21 19:34:29 +00: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
James E. Blair
9c764d2114 Add zm0{1,2} to cacti
Change-Id: Ic9b8b24c421f81c4eaf590015b6162864f2dddea
2014-02-21 10:57:07 -08:00
James E. Blair
032ab0d470 Enable statsd for jenkins-log-client
Change-Id: I4395ce2151fc666cae1d9ea76b43bc3663e98ac8
2014-02-21 10:54:24 -08:00
Khai Do
4d7410620c make ant use java 7
The ant build tool has a package and runtime dependency on java 6.  The runtime dependency
can be changed by setting JAVA_HOME.  This change sets the ant runtime dependency to
java 7.

Change-Id: I5d2ac7fb3dc7bdb390edcc728b86a84c946f8752
2014-02-21 10:32:37 -08:00
James E. Blair
a2ec7d6478 Switch Zuul geard logging to DEBUG level
To try to understand more about what would cause a zuul-geard
disconnect.  Only keep 3 days of logs because they are BIG.

Change-Id: Iba9a8a9c21d82ab4e3323db8c561f8de8c18864f
2014-02-21 08:38:29 -08:00
TimurNurlygayanov
aac8e53e99 Added requirements gates for Murano repositories
Added requirements gates for the following murano repositories:
 https://github.com/stackforge/murano-common
 https://github.com/stackforge/murano-api
 https://github.com/stackforge/python-muranoclient
 https://github.com/stackforge/murano-metadataclient
 https://github.com/stackforge/murano-conductor
 https://github.com/stackforge/murano-repository
 https://github.com/stackforge/murano-dashboard

Change-Id: I5631cfc0f2343fd94210dd10d6d273c73000f1c4
2014-02-21 20:28:55 +04:00
Jeremy Stanley
4c9ca0597b Make nodepool git repo caching more robust
Previously, nodepool's prep scripts would not abort when
encountering git cloning errors. Now we retry once on failure and
then abort if it fails a second time. Also the script now makes sure
the clone actually results in a functional copy of each repository
by attempting to list branches and reset to HEAD.

Change-Id: I84565e4e90b34c6a9b8c86754efdde137cda08b2
2014-02-21 16:23:10 +00:00
Jeremy Stanley
eccd20e38c Stop separately caching repos for devstack images
Since devstack-gate no longer relies on the workspace-cache
directory, this is an unnecessary waste of effort.

Change-Id: Ic9ef8b269d0184f5891d355901bbfb29f7273670
2014-02-21 15:36:30 +00:00
Jeremy Stanley
f5231fd0a3 Clone git repos for images via git protocol
For performance reasons--using git protocol instead of HTTP should
speed up cloning significantly on CentOS 6 in particular.

Change-Id: I37fadb1366eab5d66ec8e95945bea9c2c0251fcb
2014-02-21 15:36:11 +00:00
smarcet
b7ce8e9533 Clean up puppet (deploy LAMP / setup app config)
Implements: blueprint openid-oauth2-infra-implementation-puppet-script

Prepares a raw server with all software stack needed to run
openstackid project:

* installs PHP
* installs Apache
* installs Redis Server
* creates a initial environment configuration for laravel application
  (using *.erb templates)

Change-Id: If6216da0d70a45609076e8111a67055dbc87c9e4
2014-02-21 11:33:40 -03:00
Khai Do
dea3bdb050 rename maven-properties.sh script to version-properties.sh
Initially maven-properties.sh was intended to make maven projects use git versioning,
that's how it got the name.  However this filename is inappropriate because it's just a
generic script that retrieves git version info to allow builds to version their artifacts.
version-properties.sh is a much more appropriate name for this script.

Change-Id: I3ffc3e9e29bb626f4af5449f0413608a30ee79a0
2014-02-20 21:39:49 -08:00
Khai Do
09e22d8927 fix indentation in install-buck macro
Change-Id: I1c6d3b9f1ca67c4a3acdb4dadc1f210b017a5384
2014-02-20 20:54:53 -08:00
Khai Do
522f4a2ded fix install-buck macro
fixed conditional error due to a missing space.

Change-Id: I1a0d134d223b197ad8a869440e8472646d958166
2014-02-20 19:22:13 -08:00
Jenkins
8f74df188f Merge "add check-tempest-dsvm-neutron-full to runs" 2014-02-21 02:06:32 +00:00
Joshua Hesketh
c6cb34aec5 Fix log Footer README's for 'check-tempest-dsvm'
Previously the footer readme in the apache configuration for
logs.openstack.org only matched 'gate-tempest-dsvm' and not the check
jobs (eg check-tempest-dsvm).

This commit also removes depreciated log store patterns

Change-Id: I2628be003801eee8bfea5162bdfd034529cf30fb
2014-02-21 12:57:37 +11:00
Jenkins
35ce2a60da Merge "Increase the timeout for check-tripleo-overcloud" 2014-02-21 01:54:45 +00:00
Sean Dague
f89882fa21 add check-tempest-dsvm-neutron-full to runs
this is the isolated & parallel neutron job, and it now succeeds
(at least some of the time). So put it into check in a non-voting
way to gather enough data to make it voting.

remove the gate- version on the experimental queues, as we'd be
running on check all the time anyway.

Change-Id: I151d6960de32be1974052bf6f839901305dff403
2014-02-20 20:43:47 -05:00
Jenkins
ba96899c7a Merge "Set periodic tempest jobs to run with master" 2014-02-21 01:40:37 +00:00
Jenkins
edf03e786d Merge "Add non-isolated serial periodic tempest job" 2014-02-21 01:38:40 +00:00
Jenkins
4165e97faf Merge "Add experimental-tripleo checks for tripleo deps." 2014-02-21 01:38:09 +00:00
Jenkins
69ee885d49 Merge "Revert "Temporarily stop running tripleo seed/undercloud"" 2014-02-21 01:36:07 +00:00
Jenkins
7bd7572e0b Merge "gerritbot: create an #openstack-merges channel" 2014-02-21 01:00:51 +00:00
Jenkins
68a76ac5a9 Merge "Have zuul enqueue changes when approved" 2014-02-21 00:57:07 +00:00
Jenkins
d499c80af8 Merge "fix conditional with mkdir -p" 2014-02-21 00:52:17 +00:00
Clark Boylan
98b169f600 Have zuul enqueue changes when approved
If a change had a -1 verified vote on it from jenkins zuul would not
enqueue that change for check or gate testing when that change was
approved. Zuul should enqueue the change for check testing then move it
to the gate pipeline if a verified +1 comes back from check.

Change-Id: Icdcc4878a8289a2088c85afdfc72c56d4fd3a55a
2014-02-20 16:17:15 -08:00
Matthew Treinish
a949ec435c Add tempest coverage job to post
This commit adds the tempest coverage job to the post pipeline. It
also switches tempest to use the python-jobs group instead of
individually listing all of the jobs.

Change-Id: I5d99992c05e3558bec63e7313ab41f3db2806f4e
2014-02-20 19:14:46 -05:00
Gordon Chung
f00ded6f15 switch gerritbot to use openstack/pycadf
pycadf library is now  under openstack instead of stackforge. update
gerritbot to reflect this.

Change-Id: Icf6b7d282fb3d7aa4c1308449f6ded082dc08b62
2014-02-20 17:12:58 -05:00
Khai Do
d7e8557bb2 fix conditional with mkdir -p
There was an error in the conditional due to spacing (no space after the quotes). To fix
it I decided to replace the conditional with simpler 'mkdir -p' command.

Change-Id: I0f83e2823c69c5f9e3427e0925335e54e9b6c2a0
2014-02-20 14:07:11 -08:00
Robert Collins
8e25bb7d7e Add experimental-tripleo checks for tripleo deps.
These are projects we'll want symmetric gating on eventually, and a
new pipeline allows us to work up tests and make sure things are
working properly in advance of having a sufficiently high uptime cloud
with fast enough tests to be in the main experimental queue.

Change-Id: Ic6369910ba162648608e17ec2c4057dc982120f5
2014-02-21 09:19:41 +13:00
Robert Collins
e5622a9ae0 Revert "Temporarily stop running tripleo seed/undercloud"
This reverts commit 794b1d4e89e5d38de729f362334830706ba08c09.

The new pipeline makes running these jobs again feasible.

Change-Id: I6ebed8a5003424e5ac34cc08ca4dd93230175a1a
2014-02-21 09:19:26 +13:00
Robert Collins
38a80d6044 Revert "Remove tripleo from nodepool config"
This reverts commit c982db10ffca4206a1c3f496fbe59a23bb1bac15.

We now have a) fixed nodepool to be less affected by outages, b)
restored the tripleo cloud to service and c) added a new pipeline to
make outages affect other people less.

Change-Id: I99972b8cae537bea259abb835ed12c3405df5e85
2014-02-21 09:18:37 +13:00
Jenkins
0665eb1a0f Merge "Add -tripleo pipelines." 2014-02-20 19:58:49 +00:00
Robert Collins
80ed7cd16c Add -tripleo pipelines.
The experimental-tripleo pipeline is to enable building out tripleo
tests against other projects in advance of the second region coming
online.

The check-tripleo pipeline ensures that in the event of a tripleo
cloud failure the main check queue won't appear to backlog, making
analysis of devstack-gate check health easier.

Change-Id: I93045879c508defd4f1f86979fb42da79bd29fad
2014-02-21 08:39:48 +13:00
Jenkins
a078da3b2f Merge "Nodepool image logs accessible via HTTP" 2014-02-20 19:34:57 +00:00
Jenkins
b4cb3eb8de Merge "Use bare-precise nodes for gerrit buck jobs" 2014-02-20 19:26:50 +00:00
Jenkins
6ff82384d7 Merge "Basic gating and release jobs of openstackid project" 2014-02-20 19:19:35 +00:00
Sergey Lukjanov
2db1991cdc Use bare-precise nodes for gerrit buck jobs
Change-Id: Ie2cd68c56136a9aaf8d2aa9f47c5d39f814e8106
2014-02-20 22:57:05 +04: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
111df9829d Merge "Fix changeid links in gerrit" 2014-02-20 18:23:33 +00:00