Kevin Fenzi
f5778bc068
stating: set deployment_type: stg for all stg hosts.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
77d32df54e
datagrepper: add deployment_type prod for prod datagrepper
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Rick Elrod
f5c6af203b
bastion_stg: try adding nagios_client to appease nagios and its nrpe check
...
Signed-off-by: Rick Elrod <relrod@redhat.com>
2020-04-24 21:34:16 +02:00
Stephen Smoogen
88ccd1eba9
there isnt a services equivalent to fedmsg.cfg yet.. just a contacts. I was fixing worng thing
2020-04-24 21:34:16 +02:00
d30d72973b
upstreamfirst.fic.o: lowering shared_buffers to 1GB
2020-04-24 21:34:16 +02:00
2d500b3c20
upstreamfirst.fic.o: use small_postgres_instance for the upstreamfirst machine
2020-04-24 21:34:16 +02:00
48ef2735d3
postgresql_server: add conditional for small postgresql instances
...
The recent changes to postgresql_server increased the required memory past
what one of my VMs had. I've added a conditional in postgresql.conf to put
some memory settings back where they used to be (controlled by
small_postgres_instance, default is false) and created a default to not use
the small_postgres_instance settings unless specified
2020-04-24 21:34:16 +02:00
Kevin Fenzi
5ecc8a9c4f
base / postfix: also work around postfix/systemd bug on buildvmhost-s390x.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
ab3d26abec
postgresql-server: include vars here because db-qa03 uses them.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
3925007a1d
wiki: add missing role: directive.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
bd3388ba4d
sundries: fix up when clause, you can't pass it a list like this.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
7aba98780e
fedora-messaging-migration: Patches from Karsten Hopp to move script calling things from fedmsg to fedora-messaging
...
We will need to check these services after pushing this out and confirm
that they are still emitting or hearing messages they need to.
Many thanks Karsten!
2020-04-24 21:34:16 +02:00
Kevin Fenzi
e94fcbd825
iptables: fix group name, it's proxies_internal not proxies-internal.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
ab3f501820
secondary01: Copy to secondary01 a python2 version of create-filelist because it can't run the python3 one.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Adrian Reber
3bd3163637
mirrorlist: do not create pkl anymore
...
The pkl file should be removed from everywhere now and everything should
be copying, stating or checking the .proto file now.
Signed-off-by: Adrian Reber <adrian@lisas.de>
2020-04-24 21:34:16 +02:00
Adrian Reber
e8503d0d5a
mirrorlist: try a explicit removal if starting fails
...
Starting the mirrorlist container after a stop sometimes fails with:
Error: error creating container storage: the container name "mirrorlist1.service" is already in use
One way to work around this is to run:
sudo -u mirrormanager /usr/bin/podman rm mirrorlist1.service --storage --force
The restart mirrorlist container script now tries to remove the
container with '--storage --force' if the start fails and retries the
start.
Signed-off-by: Adrian Reber <adrian@lisas.de>
2020-04-24 21:34:16 +02:00
Adrian Reber
fc25f8e40d
mirrorlist: fix last script referencing pkl
...
The script sync-old-pkl.yml (which is almost never used) was still
referencing pkl instead of the new proto extension for the mirrorlist
data exchange file. Now also using .proto. The name of the file is
unchanged which is not correct anymore. Not sure if the filename is
referenced in any documentation or SOP. Not changing it therefore right
now.
Signed-off-by: Adrian Reber <adrian@lisas.de>
2020-04-24 21:34:16 +02:00
Dominik Turecek
32c7d9393e
copr: enable building armhfp packages
2020-04-24 21:34:16 +02:00
Clement Verna
ae47f839ba
Master: disable OpenShift apps playbook since they retrigger a build + deployment
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:16 +02:00
Pavel Raiskup
de6d5b09cd
copr: disable nspawn for fedora-rawhide-i386 chroot
...
https://bugzilla.redhat.com/show_bug.cgi?id=1773255
2020-04-24 21:34:16 +02:00
Kevin Fenzi
9d9734fa28
buildvm_ppc64le: for now build machines as pseries-4.0 as 4.1 (the default) doesn't work.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
20293b6603
builders / ppc64le: move to f31
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Rick Elrod
3d9dbe4e3a
Revert "add in karsten hopp patch on ssl.cfg"
...
This reverts commit 3dd7f3f98aa357f6c3c9461f2154ed612be77ac5.
This is bad for several reasons. 1) It breaks nagios. 2) It
special-cases proxy03.
2020-04-24 21:34:16 +02:00
Rick Elrod
5de6b23fe2
nagios_server: we cannot have two contacts named the same thing...
...
Signed-off-by: Rick Elrod <relrod@redhat.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
9afd2960a0
koji_builder / stg: only keep buildroots for 4 hours, not 24 hours like prod
...
If we try and keep every build root for 24 hours the builders fill up and stop processing.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Stephen Smoogen
123e36f38e
please remember to do a git add before commit so you can get the goodness you wrote
2020-04-24 21:34:16 +02:00
Stephen Smoogen
41fe0ec74e
add in nagios patches from karsten
2020-04-24 21:34:16 +02:00
Stephen Smoogen
0d287fce63
add in karsten hopp patch on ssl.cfg
2020-04-24 21:34:16 +02:00
Mohan Boddu
1a69434b48
Enabling module composes for epel8 in bodhi
...
Also, enabling signing for modules
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
193fc73c56
buildvm: add buildvm-s390x-17 to compose channel
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
3fbe452116
yumrepos: try and adjust for secondary/primary stuff.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
bb230eb4ae
buildvm-armv7: adjust install
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
e1bea5fb6b
postfix / base: also this is Service not service
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
cdeaa2558c
base / postfix: reload systemd after changing the postfix service file.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
015df8dc65
postfix / base: work around s390x bug in private devices.
...
https://bugzilla.redhat.com/show_bug.cgi?id=1769148
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Mohan Boddu
9e898f798e
Making bodhi-automated-pushes.py py3 compatible
...
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2020-04-24 21:34:15 +02:00
Kevin Fenzi
75458a9252
base: further specify rootpw play hosts.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:15 +02:00
Kevin Fenzi
de7bef8146
base: adjust rootpw setting to cover current names
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:15 +02:00
Kevin Fenzi
c7b2271192
buildvm-s390x: move to f31.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:15 +02:00
Rick Elrod
05efd6c0e7
and use it
...
Signed-off-by: Rick Elrod <relrod@redhat.com>
2020-04-24 21:34:15 +02:00
Rick Elrod
f8452386fc
try a custom cache plugin, then.
...
Signed-off-by: Rick Elrod <relrod@redhat.com>
2020-04-24 21:34:15 +02:00
Rick Elrod
2a90d25c7b
Revert "one more attempt at a "small" hack before I go all out"
...
This reverts commit 32c4ddd306bbca2e0315d2f0c1205ea8a3f19d8b.
2020-04-24 21:34:15 +02:00
Rick Elrod
626dff9ec3
one more attempt at a "small" hack before I go all out
...
Signed-off-by: Rick Elrod <relrod@redhat.com>
2020-04-24 21:34:15 +02:00
Rick Elrod
7c2274b851
undo all that
...
Signed-off-by: Rick Elrod <relrod@redhat.com>
2020-04-24 21:34:15 +02:00
Rick Elrod
bb74f4d89b
trying more sillyness to try to bust the cache here
...
Signed-off-by: Rick Elrod <relrod@redhat.com>
2020-04-24 21:34:15 +02:00
Rick Elrod
1bff4950f3
wait a second
...
Signed-off-by: Rick Elrod <relrod@redhat.com>
2020-04-24 21:34:15 +02:00
Rick Elrod
e4a8e812e2
what if I set it to something completely whacky?
...
Signed-off-by: Rick Elrod <relrod@redhat.com>
2020-04-24 21:34:15 +02:00
Rick Elrod
f804fb2746
hardcode this for a sec, just to see
...
Signed-off-by: Rick Elrod <relrod@redhat.com>
2020-04-24 21:34:15 +02:00
Rick Elrod
142017e95a
try another hack
...
Signed-off-by: Rick Elrod <relrod@redhat.com>
2020-04-24 21:34:15 +02:00
Rick Elrod
7f37598ff0
and set this back to auto
...
Signed-off-by: Rick Elrod <relrod@redhat.com>
2020-04-24 21:34:15 +02:00