THe cache host needs to accept port 80 requests for varnish.
MOve that from the old 07 zvm instance to the new 24 kvm one.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
We already use this in other builders. The worst that can happen is that
the vm becomes corrupt from a hard power off or the like. If so, we blow
it away and make a new one. This should end up making builds a lot
faster.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
Moving the local to s390x cache from 07 (a zvm instance) to 24 (a kvm
instance) needs to adjust the firewalls for those builders to know that
they can use port 80 on the new one. After that we will update dns to
point it to the new location.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
Right now the varnish cache machine that all the s390x builders use is
07, but thats a Z/VM instance and seems pretty prone to having slow IO
or other issues. Moving it to 24 (which is a kvm instance) hopefully
will improve performance and avoid build failures.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
kojipkgs dont have a https endpoint or certs, etc.
They listen (varnish) on port 80 and talk to a apache backend on 8080.
So, s390x buildvm's should fall back to the http not https endpoint
here.
The virthost has 32 cpus, and we have ~11 guests.
If we use 4 cpus per we oversubscribe the host.
So, go down to 3 for now and see if it helps things.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
/srv/odcs is being set to 0770 every time the playbooks are run. This
patch changes it so that /srv/odcs is set up as 0775 and
/srv/odcs/private is set up as 0770. This should fix the problem for
future runs of the playbook.
We need to define infra nodes in the inventory and we also need to setup
logging pv's as part of the install. See
https://access.redhat.com/solutions/4562161
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit refactors/updates several of the Fedora Council email
aliases used in the Fedora Council docs and also across the project.
Summary of changes:
* Update fcaic@fp.o from @bex to @riecatnor
* Add fpgm@fp.o to @bcotton (somehow there was not one already?)
* Add diversity@fp.o to @jflory7, @mattdm, @riecatnor
* Fix broken docs links in comments
This will also give me a point-of-contact address to link on the
Diversity Advisor docs page, which was my original intent in proposing
these changes:
https://docs.fedoraproject.org/en-US/council/diversity-advisor/#contact
Signed-off-by: Justin W. Flory <git@jwf.io>