Right now we are using 4 upload-workers, based on some calculations at
the last openstack-infra midcycle, we should be able to handle 12
uploads at the same time.
Change-Id: Ieff1ae78dfca3a3dec33a597b67a0f4575b1c18b
Depends-On: Idb57beafb149039b0d442ff18a58871278f77f31
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
While it's hopefully not useful for much longer, this is the script that
safely cleans FIPs from nodepool clouds that use neutron FIPs.
Change-Id: I6f6f2c5f119a40060f46ea1f244a65601f8b7bb9
The new regex shows all jobs - but it does not show anymore Success/fail and the job run times.
This reverts commit 48e8f7e937.
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
As a host may not have wget add logic to try curl too.
Change-Id: I9a2ffeff08926eec5f4fee04fde0ddcc19004493
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
openstack-vitrage IRC channel is used by Vitrage project for IRC communication. We would like to log this channel.
Change-Id: Ifcb62a0d1a5474817028a7418b0431d32a5808bf
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
It's not entirely required, but I was confused why copy/paste wouldn't
work the first few times I can this, having set the HOST variable.
Change-Id: I67cb8f27a28befbb15b070004957a78a3b776a59
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
I am reliably informed these are not used anymore. Note, this
change updates All-Projects ACLs, so on approval, we should make
the corresponding change in Gerrit.
Change-Id: I1073663b8f80de8639a75b4b155258c1abed9df9
We had it pinned to an specific version, which can cause problems
when new packages are released, forcing to bump periodically.
Instead of that, consume the latest rpm that will give us the
latest published version.
Change-Id: Idc9f40cdc8a9e47bdf9baa141c09e97f7884d3cf
Now that we have a shade version of the launch node script adding in
support for attaching a cinder volume is simple. Do this so that
launching mirrors which rely on cinder volumes is simpler.
This updates the mount_volume.sh script to setup the first cinder volume
with lvm and mount it under the specified path. It will also install
lvm2 pacakges since they may not be present on all base images.
This updates the make_swap.sh script to avoid blindly using /dev/vdb as
the location for swap as this may be a cinder volume or config drive.
We add availability zone, device specification, mount path, and
fs label support to shade-launch-node.py as these are all necessary
inputs to properly mount a cinder volume in a VM.
Change-Id: Ie95fd4bd5fca8df4f8046d43d1333935cad567e3