Commit Graph

21 Commits

Author SHA1 Message Date
Jenkins
16040ffb8e Merge "Remove double slash for individual links" 2016-06-03 15:03:55 +00:00
Jenkins
586a99f718 Merge "Add Apache 2.4 syntax to status.o.o vhost" 2016-05-25 20:09:26 +00:00
Paul Belanger
449b79e0df
Add Apache 2.4 syntax to status.o.o vhost
Change-Id: I1776a479a30efeb398a130f74c839ab8936cf370
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-05-25 13:07:59 -04:00
Paul Belanger
56ea8eeb93
Add missing dependency for yui-compressor on status.o.o
Change-Id: I016bf449497cc8bff9b602dd652529e3f952b2f3
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-05-25 12:54:50 -04:00
Masayuki Igawa
4d2d3adc35 Remove double slash for individual links
This commit removes meaningless double slashes from individual links at
header. At the 'status_base_url', we don't need the last '/'. Because
we expect 'status_base_url' doesn't have the last '/' in our code.

Change-Id: Ife2de543908d31514549de44f23e99e7a228d59c
2016-02-09 11:28:40 +09:00
Jenkins
c71d6b4496 Merge "Use httpd::mod instead of httpd_mod" 2015-12-21 18:18:57 +00:00
Thierry Carrez
1394a91500 Discontinue Release status page
The release status page no longer makes sense and is discontinued
starting with the Mitaka cycle. Temporary ensure that directories
and user/group are cleaned up.

Replace its entry in the status header by a (currently missing)
openstack-health entry.

Change-Id: I9f61c4bb1f5634df0b0da909466b4c1b1b149ba5
2015-12-15 11:13:03 +01:00
Evgeny Antyshev
4e1b8cd90a Use httpd::mod instead of httpd_mod
httpd::mod is a high-level wrapper around httpd_mod,
and, since it is used, e.g. in puppet-jenkins and puppet-zuul,
it should be uniform across all puppet projects,
to be able to properly detect
whether Httpd_mod instance defined, like below:

if (! defined(Httpd::Mod['rewrite'])) {
    httpd::mod { 'rewrite': ensure => present }
}

Change-Id: I2b453b6f15d80bba9b1c29bc0d35651cfae05427
Depends-On: I69e7f9c54d06d7f98b50fdc7d5a67dd10e3e0050
2015-12-08 15:00:14 +00:00
Matthew Treinish
359264f317
Add openstack-health frontend to status.o.o
This commit adds the openstack-health frontend to status.o.o. It'll
CD the js from the openstack-health repo on each commit.

Depends-On: Ic47fbd817a293a257f7a9b164682fc96cce5321e

Change-Id: I079767e48c43fe190e683219b1fffee93afcce42
2015-10-20 22:09:17 -04:00
Paul Belanger
dc81e2816f Migrate to puppet-httpd module
puppet-httpd is the openstack-infra module for of puppetlabs-apache (0.0.4)
release.

This patchset will remove the puppetlabs-apache namespace from -infra
allow for possible future patchsets to use newer puppetlabs-apache
modules.

Change-Id: Id9f08de5ca32eac884a01f11a2cf34e1044d3048
Depends-On: I4f4648538801a60f45b28cedc73b24d8905cfe14
Depends-On: Ifcc60d173430e30159aa794e5adb5ba71107e647
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2015-08-05 13:47:16 -04:00
George Peristerakis
424caa59a1 Moved the server class out of the status class
Change-Id: Ia32843de94a913f2c227fe30a4f25425dd08e417
Story: 2000172
Spec: http://specs.openstack.org/openstack-infra/infra-specs/specs/server_base_template_refactor.html
2015-05-27 14:55:10 -04:00
Yolanda Robla
4b213ccb36 Expose jenkins_gitfullname and jenkins_gitemail
Jenkins is consuming git user and email from jenkinsuser
parameters. But these parameters are not exposed on
OpenStack manifests.
Update all the manifests where it's relevant to send
that git username and email, either to jenkins slaves
or to static servers where jenkinsuser is needed.

Change-Id: I4e2b94b1220f88288401f9106721bc4df7fe9125
2015-04-07 20:21:41 +02:00
Yolanda Robla
80bf9229a2 Add configurable graphite url on zuul status
Add the ability to pass the graphite url by parameter
on zuul status page.

Change-Id: I3252ea2b727e3867136bba3256239bcae409e99e
2015-03-13 18:15:58 +01:00
Yolanda Robla
ae2c27f203 Add configurable url for OpenStack status
Add the ability to set a configurable base status
url and reuse it on status links.

Change-Id: I326904dc4de24c9c7c01269b8e687ea928b43c5a
2015-03-10 08:23:43 +01:00
Elizabeth Krumbach Joseph
5fc5646cdd Move bugdaystats to to status.openstack.org
The bugdaystats script still runs on old-wiki. Now that we've
brought the repo into -infra we can move it over.

Closes-Bug: #1172440

Change-Id: Id02e280ad7261b01b00f3fe0782bd39bcc8409f8
2014-04-07 14:24:20 -07:00
Clark Boylan
03b232c178 Reflect zuul window in status page.
Add a grey blob to indicate changes outside of the zuul dependent
pipeline queue windows.

Change-Id: I5cb254381bb51832ba114331082ac5c1d88d1b08
2014-01-23 16:34:15 -08:00
Jenkins
5311ab0d25 Merge "add in elastic-recheck-unclassified report" 2014-01-23 01:53:29 +00:00
Sean Dague
74c68501bc add in elastic-recheck-unclassified report
this adds the new elastic-recheck-unclassified report, which
generates an html page of all the unclassified gate failures.

it also runs this command, and the elastic-recheck-graph command
not only on cron, but also on updates to the repository. In order
to do this safely, we create a new er_safe_run.sh in /usr/local
that provides a flock front end to ensure we won't race on our
html writes.

Change-Id: I624f2629e2ac19a1394866f73f1aa9ba18e968ce
2014-01-21 18:29:30 -05:00
Clark Boylan
22f2a8218c Copy black.png for the zuul status page.
Ensure the new black.png image is in a place the zuul status page can
find it. Without it the status page does not render merge conflicts
properly.

Change-Id: Ia2e51d40efd872bf1b5ee9f20674b1ef3dee36eb
2014-01-17 16:48:17 -08:00
James E. Blair
2bb28339cb Move elastic-recheck bot to status.o.o
Also, normalize some parameters to the status manifest to make it
more readable (since they follow the same pattern).  And make the
ssh config for elastic-recheck bot match reviewday.

Change-Id: I2417f121e7b3685aab9540504cdd4c6db1754e67
2013-12-31 19:35:47 +00:00
James E. Blair
a750e4aa5b Add status.openstack.org vm
Let's branch status.o.o off from static.o.o into its own machine.
For now, keep the extra /static/ in paths to ease the transition
(so we can use the same files and templates).  We can remove them
later if desired.

Change-Id: If38197db79b9f6adfcdcf40f10d4797c7df1c620
2013-12-11 13:17:21 -08:00