Commit Graph

34 Commits

Author SHA1 Message Date
Jeremy Stanley d185aedd7d Decommission status.openstack.org and services
The status.openstack.org server is offline now that it no longer
hosts any working services. Remove all configuration for it in
preparation for retiring related Git repositories.

Also roll some related cleanup into this for the already retired
puppet-kibana module.

Change-Id: I3cfcc129983e3641dfbe55d5ecc208c554e97de4
2022-04-29 16:34:51 +00:00
Ghanshyam Mann d37b9ee005 Retire opendev/puppet-openstack_health: remove from system-config
opendev/puppet-openstack_health is retiring(needed-by) so we need to
remove this puppet module from system cofig.

Needed-By: https://review.opendev.org/c/opendev/puppet-openstack_health/+/836711
Change-Id: I2ea259aaec0d2d14447dcd55931b3fa51cd04831
2022-04-06 13:44:49 -05:00
Clark Boylan 8b51cc616a Copy unminimized flot files
yui-compressor is not happy with flot's jquery.flot.js file. These files
are actually pretty small especially when compared to our input json
data. Lets just serve them as is.

Depends-On: https://review.opendev.org/704716
Change-Id: Ibfd081bb73a6c352798a7822ab781c972ace4bc3
2020-01-28 16:41:07 -08:00
Clark Boylan 89b15fec21 Flot sources moved, update our minimization to accomodate
Flot sources moved from the repo top level dir into the source dir.
Accomodate this when we minimize and copy those js files.

Change-Id: I3522271361fc43550ac1c6dc2a690c5cc5ce9c64
2020-01-27 15:38:39 -08:00
Monty Taylor c4b0fa1ad3 Remove jenkins user from status.o.o
This is vestigal. Removing it to make reviewing xenialification
easier.

Change-Id: I9b57336d47ee4aa18fdc3888c2ac2c75a3b23c15
2019-05-24 16:14:27 -05:00
Monty Taylor 43fdea4ac4 Remove bugday from status.o.o
It doesn't seem like this is used anymore. Let's remove it before
we update the rest of this, so that we don't have to, you know,
update abandoned things.

Change-Id: I1c3708021046a428da82eaa843961091915ba4af
2019-05-24 14:56:50 -05:00
Monty Taylor e69c7b7fb9 Rename review.openstack.org to review.opendev.org
There are many references to review.openstack.org, and while the
redirect should work, we can also go ahead and fix them.

Change-Id: I28f398796a6392a3dffea1d25cfe2ae3a36a3589
2019-05-09 14:38:51 +00:00
Ian Wienand 2acfc176b0 Remove graphite.openstack.org
The server has been removed, remove it from inventory.

While we're here, s/graphite.openstack.org/graphite.opendev.org/'
... it's a CNAME redirect but we might as well clean up.

Change-Id: I36c951c85316cd65dde748b1e50ffa2e058c9a88
2019-05-08 05:55:33 +10:00
Monty Taylor fcab9a407a Update opendev git references in puppet modules
Not updating the gerrit git links thing, because that needs to
be a wider patch that updates the link syntax too.

Change-Id: I98013ba79e707540879e0cf2849a35c52f3371e8
2019-04-20 18:26:07 +00:00
Ian Wienand bdf8cd90f7 Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I6c126f7e724249741403a87733f546c1642f7f25
2019-03-25 09:40:52 -07:00
Monty Taylor 50580e55d5
Remove legacy zuul status page
We don't use this anymore and it's confusing in git greps.

Change-Id: I4a2fe60c090a0f58e5c23bf793aad8bb8e5fe765
2019-01-17 12:52:56 +00:00
Andreas Jaeger 207d4dc828 Remove releasestatus configuration
releasestatus is not used since December 2015, see
https://review.openstack.org/#/c/254817/ .

We can remove the disablement of releasestatus now.

Change-Id: I0c8f5f45463d563dcd6aff8135cc86091e0aa19c
2018-08-29 12:25:49 +02:00
Ian Wienand e0e08a3613 Remove precise references
Remove the sources.list

From review.pp, don't set java_home.  The puppet-gerrit module figures
it out automatically.

For review-dev.pp, it seems java paths are used to import keys for
storyboard.  Add matching logic for that.

Remove precise only workaround in status.o.o

[1] https://git.openstack.org/cgit/openstack-infra/puppet-gerrit/tree/manifests/init.pp#n274

Change-Id: I31c9196a32febf4760b897a3110150fcd581e173
2018-02-16 10:11:53 +11:00
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