Skopeo fails to login with:
FATA[0000] authenticating creds for "registry.stg.fedoraproject.org": creating new docker client:
missing client certificate registry-fedoraproject.cert for key registry-fedoraproject.key
It seems it is rather picky about the suffix, even though the docs
mentioned both crt and cert being used.
Now that the fulltext search index is finally generated, we need to resize the
LVM again. That should be the last time.
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This reverts commit 15dbcbb7ac, which was
a revert of commit 5e0ad1134d (pr #2200).
Adam Williamson got rid of the need for buildah so hopefully we won't
run into lots of permission issues.
proxy01/10 were bumped to 16gb a while back, so make sure the ansible
host vars match that.
proxy101/110 (the internal ones used by hosts inside iad2) had only 8g
and were looking pretty loaded. So, bump them up to 16gb as well in
ansible. I already manually increased them to 16g, but this way if we
reinstall them they will be correct.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
I got the conditionals backwards here.
We only want to drop those things in koji 1.35.0 in staging, but keep
them in production.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
* The password was being set to the prod one
* The allowed ip in the database was the phx2 one. ;(
* The sequences were too low, prod already passed those, so increase
them.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
For ticket 12030 we want to add a 'bugs.fedoraproject.org' redirect to
the page on how to file bugs. This does that and also cleans up an
ordering issue to finish off odcs redirects.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
buildvm's when reinstalled have systemd-resolved with no info in it,
doing a nmcli c up eth0 will cause NM to refresh systemd-resolved.
We need this for mounting nfs volumes so it can resolve the netapp.
Also, drop phx2 route stuff thats no longer needed.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
We don't have any python2 using virthosts left (except one)
so lets try dropping this special handling here and just let ansible
sort out that it should use python3.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
On builders currently, they install and everything is up, but
NetworkManager doesn't tell systemd-resolved the new information
(nameservers, search domains, etc). Hopefully adding this will allow it
to actually tell systemd-resolved about it.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This should fix the `'ansible.vars.hostvars.HostVarsVars object' has no
attribute 'ansible_python'` error when trying to run buildvm.yml playbook with
ppc64le builder.
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This script is added to implement
https://pagure.io/fedora-infrastructure/issue/11427
The script was already executed on staging environment and finished without
issue. It could be executed multiple times and only affects list that don't have
the settings set yet. I will document this as another step to take when creating
a new list.
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
The size of fulltext index for staging is roughly around 200 GB, which causes
nagios to alert about disk space. Let's increase the default space for future deployment.
Signed-off-by: Michal Konecny <mkonecny@redhat.com>