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
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
In I239bc1a0b5928673b42cc67291bb519d5f5d2471 we added NO_TIMEOUT as a
variable to reprepro for running when you know the timeout might get
hit (initial syncs, etc).
Add the same variable to the other mirror scripts for consistency.
Change-Id: Id34010058bd18107caee909f877fa817cf16428b
Now that fedora-30 is released, prepare create images for nodepool by
first setting up mirrors.
Change-Id: I721b2532d41aed5e73e714a66fda1103facdb9f4
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
Unfortunately its been a long time since jhesketh, yolanda, and
rcarrillocruz have been able to take on Infra admin/root duties. I've
reached out to all of them and they agree that now is an appropriate
time to remove their access.
We thank them for their service and will welcome them back should they
return.
Change-Id: Id9994830c506dc28c164c53123a2a248454b5178
We're not replicating refs/changes to gitea right now, so links
that point to cgit urls or gitea urls aren't going to work
for gitweb urls.
Change-Id: I71b4651dea5e627e2a7045b61d512047223b4ee8
We're setting the width in the CSS, but the new logo has different
proportions than the old one, so a width of 200 is still leaving
the logo a bit tall. Switch to setting height, (which was coming out
to 51.4 with a width of 200) and shrink it a bit to make it better
match the rest of the top title bar.
Change-Id: I43d6375451916b0f72d9cd5df1394ad47e2e99b8
We have replaced the cgit farm with a gitea farm. Stop managing the cgit
farm. This removes testing for centos7 as these were our only centos7
nodes.
Depends-On: https://review.opendev.org/654549
Change-Id: Ia48ff10cb88d51f609e8b28de176c72f7a9ee24f
Include a few more places the h= query parameter can be abused for
referencing a commit ID instead of an actual head name.
Change-Id: Ic271c2975532c90820f09017b56b3caa9cf0e8b3
Not updating the gerrit git links thing, because that needs to
be a wider patch that updates the link syntax too.
Change-Id: I98013ba79e707540879e0cf2849a35c52f3371e8
Two in-flight changes altered the logo in two different ways
(overwriting the file vs changing the filename). Reconcile by
using the new filename.
Change-Id: Iaad0b762255788011eaf0e3be3a922cebc2a2ea4
We used to replicate refs to the git farm, but we stopped doing that
with gitea. Therefore, download links for patches must be served
from gerrit itself now. We could remove this option (this is the
default), but I've left it to remind us about it in case we start
replicating again in the future.
Change-Id: I0b537afbcac17ae28a63bd2ef01102eb00b5f315
This looks much better overall and makes the header much smaller,
the file is still called openstack.svg to simplify this change
and not mess with too many things at this stage.
Change-Id: I1c03ded750ab6041baf75f2fd5f1392bf8b5ecfd
This is part of the opendev git hosting transition. We do this on
review.opendev.org/review.openstack.org and not files.openstack.org so
that ssh connections continue to work. This will need to be applied
during the maintenance window.
This also updates the canonical urls and logo.
Change-Id: I5bf4dcd6835e379fcdd2d55393c5a844578074a9
The Ariship, StarlingX and Zuul git sites "hide" the namespaces of
their repositories, so need additional rewriting to readd them when
redirecting to the OpenDev Gitea service. In an effort to avoid
rewrite loops, pattern match them on specific repository name
prefixes so they won't match the namespaces being inserted.
Change-Id: I0a19393147eca5d75b286dfb8bda5665f31a2a2b
Task: #29705
This created confusion when updating configs to handle journald. Remove
the unused files and update docs to point at the proper config location.
Change-Id: Ifd8d8868b124b72a86cf7b5acb30480e72b903ed
In implementing the library to consume the service-types data, it became
clear that the behavior could be much more consistent across
implementations if we set cache-control headers. This allows a combined
ETag and time-based approach, so that the data will only be fetched if
it has a stale etag, but it will only be checked for staleness once a
week. Since the data in question is expected to change only rarely, and
then only in additive ways, this should allow pervassive use of the data
without significant cost to the API consumer.
Change-Id: I6de3c79e22fdea9bf70fd725447ca7141af80b50
This enables automatic reload of the replication configuration for
review.
Depends-On: https://review.openstack.org/650049
Change-Id: I6f43e2e234a452a860fb669124589120476acb18