4740 Commits

Author SHA1 Message Date
Lakshmi N Sampath
63ac697c8c Add new project graffiti
Change-Id: I6df277ab758f2e5ebd0267f7e7ace190122a000f
2014-03-07 13:02:18 -08:00
Jenkins
e34f4447ad Merge "create an integrated-gate template" 2014-03-07 00:57:46 +00:00
Jenkins
5c66cab59c Merge "Revert "Temporarily no-vote the requirements check for openstacksdk"" 2014-03-07 00:38:16 +00:00
Jenkins
b366ab0581 Merge "Add statusbot to all known channels" 2014-03-07 00:37:22 +00:00
Jenkins
97538ca965 Merge "Add pypy to satori checks (it's already in gates)" 2014-03-07 00:34:04 +00:00
Jenkins
4db100b758 Merge "Configure check and gate to stackforge/warm" 2014-03-07 00:23:00 +00:00
Jenkins
f3cc6003e9 Merge "Add GerritBot to openstack-keystone" 2014-03-07 00:22:03 +00:00
Jenkins
27c2ada6f9 Merge "Doc: oslo.sphinx -> oslosphinx" 2014-03-06 23:46:46 +00:00
Jenkins
5cfaf5eca9 Merge "add tests for gerrit builds" 2014-03-06 23:38:58 +00:00
James E. Blair
ec6b513d24 Add statusbot to all known channels
Also add SergeyLukjanov to statusbot controlling nicks.

Change-Id: I6e52358c2dcb59f00a2a139410379fe581a78290
2014-03-06 15:23:37 -08:00
Jenkins
afe0b82d28 Merge "Install memcached on slaves" 2014-03-06 23:15:50 +00:00
Jenkins
d5b5b322ca Merge "Fixed update of env var in manila's job" 2014-03-06 21:59:06 +00:00
Jenkins
569ee82286 Merge "Added Authorization Header flag to storyboard module" 2014-03-06 20:14:31 +00:00
Michael Krotscheck
24970e7c1e Added Authorization Header flag to storyboard module
We can't log into storyboard right now because we never told wsgi
to forward the Authorization header. This fixes that.

For more information:
https://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIPassAuthorization

Change-Id: Ibf8fb17569e7bb249801a8bd6971d0aa0f3ecaac
2014-03-06 11:51:45 -08:00
Jenkins
96762daf7a Merge "Add notifications to #openstack-oslo channel" 2014-03-06 19:50:04 +00:00
Jenkins
1be75e6ab5 Merge "Set apache as the puppet service name" 2014-03-06 19:04:13 +00:00
Jenkins
19e6de55c1 Merge "Add gate-murano-devstack job" 2014-03-06 18:23:31 +00:00
Jenkins
017b0ec3b5 Merge "remove inline set -e that is preventing explanations" 2014-03-06 15:12:49 +00:00
Sean Dague
d7446d116a create an integrated-gate template
start normalizing the jobs by creating an integrated gate template
to definite common jobs we expect all the integrated projects to
run. Start small with this with just

 - tempest-dsvm-full
 - tempest-dsvm-neutron
 - grenade-dsvm

Which should be a non controversial common set of jobs. After this
merges we can take other jobs one at a time here.

Change-Id: I3d96dcd8f96c3ada9d375b28a564dc43d8a88d74
2014-03-06 09:13:30 -05:00
Jenkins
d62af28083 Merge "Support filtering by review id(s)" 2014-03-06 13:35:46 +00:00
Jenkins
13f9d9fcf7 Merge "Make sure lvm2 tools are installed" 2014-03-06 09:03:07 +00:00
Jenkins
75696c0a5e Merge "Watch also havana branch for packstack" 2014-03-06 08:17:51 +00:00
Jenkins
4ae45e3aa7 Merge "Restricting chef-cookbook-chefspec job to spec dir" 2014-03-06 07:53:08 +00:00
Jenkins
d776f77f91 Merge "Adds ! defined() guards around a2mod declarations" 2014-03-06 07:37:32 +00:00
Jenkins
f6778aee42 Merge "Job to push Horizon translation to Transifex" 2014-03-06 07:18:33 +00:00
Jenkins
425db472b9 Merge "Log recheckwatchbot messages" 2014-03-06 01:45:38 +00:00
Sahid Orentino Ferdjaoui
f21c3a472f Configure check and gate to stackforge/warm
Update layout to configure check and gate for the project
stackforge/warm

Change-Id: I19cc7809260c6993c976462244b2ddb2f299fe4b
2014-03-05 21:25:57 +01:00
Dean Troyer
a29f5e724e Revert "Temporarily no-vote the requirements check for openstacksdk"
https://review.openstack.org/#/c/75852/ has merged, the check-requirements job can be re-instated.

This reverts commit f18390317b6c2dce60514a943f4e2f0a438c90d5
2014-03-05 18:12:40 +00:00
Ziad Sawalha
756a3e7db0 Add pypy to satori checks (it's already in gates)
Change-Id: I609b15f321fbdc9503ed52aecfe42fdde86940f3
2014-03-05 10:42:35 -06:00
Dean Troyer
f18390317b Temporarily no-vote the requirements check for openstacksdk
The current requirements.txt and test-requirements.txt files in the repo
do not end with newlines, project-requirements-change.py checks that the
existing file does end with newlines and fails.  Remove this job to
temporarily so the files can be fixed.

Change-Id: I4b08b158f9d91413e5bc100bb2df153dc474e55b
2014-03-05 10:29:54 -06:00
Sean Dague
e8133fa98d remove inline set -e that is preventing explanations
the script has a set -e mid way through which is now defeating
the explanation parts of the script. Remove this to actually
come back to our normally scheduled program.

Change-Id: I53b5888f44083731b60e03a833f6d8e7769e0e47
2014-03-05 10:26:58 -05:00
Jenkins
fa7373592f Merge "add job for testing that hooks work" 2014-03-05 14:34:23 +00:00
daisy-ycguo
e5674d0635 Job to push Horizon translation to Transifex
Add script and job to push the 4 Horizon translation source files
(4 English po files) to Transifex.

Since Horizon has two "locale" folders in different position,
it's not able to levarage the existing upstream_translation.sh
and have to add a new upstream_translation_horizon.sh.

Change-Id: I7a42365414a6a5dcde276bc10761b08e3e756931
2014-03-05 18:35:53 +09:00
Morgan Fainberg
755c730ff2 Add GerritBot to openstack-keystone
Add gerritbot notifications to openstack-keystone.

Change-Id: Ie90ce404cdd7e27e9d2447e7d0ffd130f8e2bdee
2014-03-04 19:06:23 -08:00
Jenkins
c98398fddf Merge "increase conference extensions range" 2014-03-05 01:22:17 +00:00
Jenkins
49870d0323 Merge "Remove neutron isolated jobs" 2014-03-05 00:01:02 +00:00
Sean Dague
f63f9b3ef1 add job for testing that hooks work
this is a simple job that just tests all the hook points. It
should be fast. This is one of the places where we don't test
as part of a normal d-g job, so we should ensure we don't break it.

Change-Id: Ieea3ffd285f3f489df477413018b173b1e54e609
2014-03-04 17:57:02 -05:00
Jenkins
91440aa7a1 Merge "Rename oslo.sphinx to oslosphinx" 2014-03-04 22:41:00 +00:00
Jenkins
70a089ecdb Merge "Move git01.openstack.org to a new server" 2014-03-04 22:26:43 +00:00
Jenkins
6b842c46aa Merge "Add puppetdb server to cacti" 2014-03-04 22:23:01 +00:00
Jenkins
980587e20d Merge "Add storyboard SSL cert/key/chain" 2014-03-04 21:57:13 +00:00
Jenkins
532299672c Merge "Fix update java alternatives on redhat systems" 2014-03-04 21:53:14 +00:00
Davanum Srinivas
e753fabbb9 Support filtering by review id(s)
* Ability to mix and match project names and review id(s)
* Trim spaces when splitting filter input

Change-Id: I0231c136461f54742595ba0518070ded999ef179
2014-03-04 21:43:55 +00:00
Davanum Srinivas
22b6355e56 Add notifications to #openstack-oslo channel
notify gerrit events to IRC channel

Change-Id: I1f2d598776ecdfa42e869174651a91c827dfbf38
2014-03-04 21:43:38 +00:00
Jenkins
35903cc196 Merge "Add OpenstackID SSL Certs" 2014-03-04 21:04:04 +00:00
James E. Blair
cec801f872 Add storyboard SSL cert/key/chain
Commented out because they aren't used, but the keys are in
hiera with these values.

Change-Id: Ie1d0bc5a9a996d55995c0d1c6d1ae961353f0c65
2014-03-04 20:39:55 +00:00
Jeremy Stanley
e5660ed3e9 Move git01.openstack.org to a new server
This moves git01.openstack.org to a new server, but should not be
merged until the old one is gracefully offlined in haproxy and the
new one is in sync with Gerrit replication and has been thoroughly
tested.

Change-Id: I84a3b2710edd96087a29735ca26863c75eb5023d
2014-03-04 20:32:12 +00:00
Jenkins
ef21ba4669 Merge "Move git02.openstack.org to a new server" 2014-03-04 18:50:50 +00:00
Jenkins
a7f233bc53 Merge "Remove old elasticsearch cluster members" 2014-03-04 18:45:24 +00:00
Jenkins
1c745e9bdd Merge "Run PyPy jobs on py3k-precise single-use slaves" 2014-03-04 18:24:33 +00:00