The new regex shows all jobs - but it does not show anymore Success/fail and the job run times.
This reverts commit 48e8f7e93739bf6ce50e9087c8085a80c76dcdf1.
Change-Id: I99896753342a9082f922df645ece82c5a8af78e7
The vos release on AFS for PyPI is in a bad place emotionally right now.
So as not to stress it out too much more, stop vos releasing until we
can get it fixed. Also, point the AFS client mirrors to the read/write
path instead of the read only path so that the gate can get PyPI updates
again.
Change-Id: I5d9ac9cc56c16dacad22c1da157cad7f5480c301
There have been a couple bug fix release between latest 1.7.x and 1.7.3
which we are running. Pull in this fixes in hopes that it makes shard
allocation more reliable.
Change-Id: I48f46663c73cb178ca3cf95a166b3df2ea121459
This regex dates from the original commit
(Idb4ad8e6079165d681271987a92cab5d8b7c81be) where I think the negative
matches are intended to stop matching between groups.
I don't think this is necessary. In particular, the negative match on
the last group ($4) means that it will not match if there is a URL in
the free-form text portion.
I've simplified this and also added some comments to make it clear
what it is looking for.
Change-Id: I863d88e9a7ed2fd41924b8fc4a12dbea3ee2b205
We can readd them when they return
Running ansible in ad-hoc mode against 'all' hosts causes many errors
because these hosts don't exist any more.
Change-Id: If095df0811ca6d2fc04542044958055b9b835170
In addition to enabling root logins with host matches in sshd config, we
need to put localhost into the key options line.
Change-Id: I09c4120f152fd69b54cad259394721d208efdb23
I think that the puppetdb module expects the package to do this work,
and that's why it doesn't do this for us. There may also be an issue
with the puppetdb module setting up a config file under /etc and the
puppetdb application looking for a config file under /opt/puppetlabs
Change-Id: Ide2b3a5841ac07fd7e154e8d26ce0b036f734a41
Changes include changing upstream git clone and pinning to the version
we run in production. Also new apache 2.4 syntax.
Change-Id: I3a214a42d3c49a1ea36fe84d21a275d736dfb889
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
There are xenial packages in the debian ceph hammer repo now. Add them
to our mirror so that we can transition to xenial with ceph packages
included.
Change-Id: I815f903e11bad92da2c3587be02fed703cfa2361
Add our missing symlink to the AFS mirror so we can see
ceph-deb-hammer under apache.
Change-Id: I5ac55e5904246dc399712062466e2960e5db6e30
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
The ceph debian mirror does not have udeb components so don't attempt to
mirror them. Attempting to mirror them makes reprepro fail.
Change-Id: Ica8e99092d762445af78bb0a7f7f789c8576a1c5
mod_rewrite has inconsistent behavior inside of a directory tag. For
example, it doesn't appear to update the value of REQUEST_URI in
subsequent redirects, and the modifiable URI passed to the RewriteRule
is different from that passed to the RewriteCond.
This patch moves the rewrite rules for the npm mirror out of the
directory block, in order to fix unexpected 500 errors when accessing
packages with single file names. It also switches the <directory>
configuration block to only match on subdirectories of /npm/, so that
listing the contents of /npm does not redirect the user to the
/npm/index.json/ package.
Why that package exists is left as an exercise to the user.
Change-Id: Idbad41867d3d3546a59fe0c4fa54c5be22e31438
Same as the previous nodepool patch - it's important that we configure
internap correctly in our other clouds.yaml files.
Change-Id: I100fa7f7aa4836579dc8ddcfd40d78402aef38ef
It's not possible to determine which networks are public and private at
internap. But we can configure them.
Change-Id: Ica0d271188261c96e03a6e8af9b664b1031ab945
Turns out we got the wrong hash before :( but thankfully reprepro didn't
funciton in that state. Get the ids correct so reprepro can do its job.
Change-Id: Ic8e5f3ebfea681b289e1f5381134df4e0485af3d
Move the ceph debian hammer mirror to mirror/ceph-deb-hammer from
mirror/debian-ceph-hammer to make it clear this is a ceph mirror for
debuntu distros. This isn't a debian specific ceph repo. Also don't use
a ceph/ directory in order to keep all top level repos at the same
directory level.
Change-Id: I5d313d301db4eaeb4267cdd6ce7787cf9c098582
Mirror the trusty packages for the ceph hammer release to aid in process
of making ceph testing more robust. Use reprepro which is already in use
to mirror the main ubuntu trusty repos.
Change-Id: Ifd09272c7b1e07de9135be5a96be06153a3f611e
This patch makes the necessary modifications to host npm packages
on our mirrors. Changes include:
- index.json as a DirectoryIndex
- Rewrite rules for the AFS folder structure
- mod_substitute invocation to correctly reference absolute tarball
url's described in the index.json files.
Change-Id: I1a5d560068e37e20ec565b8d864f89732ff5ad74
This patch makes the necessary modifications to host npm packages
on our mirrors. Changes include:
- index.json as a DirectoryIndex
- Rewrite rules for the AFS folder structure
- mod_substitute invocation to correctly reference absolute tarball
url's described in the index.json files.
Change-Id: I7f7c6caa6af16101cf104f950968f3c6319b8243
We need these values in both the o_p:npm_mirror class and in the
o_p::mirror_update class. This indicates that we didn't use containment
as well as we should have, but that's fine and we can clean this up
later.
Change-Id: I1cbf5b30b5f2fa22d576cd23da9eb34942f6df76