We shouldn't install `nrpe` package in the `copr/base` playbook
because it creates the following user
nrpe❌992:991:NRPE user for the NRPE service:/var/run/nrpe:/sbin/nologin
That UID collides with an user for keygen
- user: name="copr-signer" group=copr-signer groups=apache uid=992
The `nrpe` installation needs to be done later, in the `nagios_client`
role that we call after `copr/keygen` role.
This also tears down our swtpm systemd service setup, as
os-autoinst should now handle swtpm device setup for us.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
sigh, needs to be here too as it's used from outside of the role
where the default is set. Not sure if there's a better fix for
this.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This sets us up for scheduling FCOS tests from messages, not
using a cron job. Also reduces some duplication of variables
between openqa-servers-common and the dispatcher role defaults.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
previously the redirect from help.fedoraproject.org pointed to an old
location on fedoraproject.org which in turn re-directed to an interstital
that eventually redirected to getfedora.org index
This commit sets the redirect from help.fp.o to ask,fp.o
Resolves: https://pagure.io/fedora-infrastructure/issue/10364
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
previously the redirect from join.fedoraproject.org pointed to the old
join page on the wiki, which in turn re-directed to the final (correct)
destination of https://docs.fedoraproject.org/en-US/project/join/
This commit sets the redirect from join.fp.o to the docs site, skipping
the wiki altogether.
Resolves: https://pagure.io/fedora-infrastructure/issue/10363
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
It causes 403 Forbidden errors when trying to access any backend URL,
not only the `dir-generator.php` file. The exact line causing the
issue is
index-file.names = (
"/dir-generator.php"
)
but to be sure, I am commenting-out the whole logic.
SSL: ssl.use-sslv2 is deprecated and will soon be removed. It is
disabled by default. Many modern TLS libraries no longer support
SSLv2.
SSL: ssl.use-sslv3 is deprecated and will soon be removed. It is
disabled by default. Many modern TLS libraries no longer support
SSLv3
This appeared in the logs
PIDFile= references a path below legacy directory /var/run/,
updating /var/run/lighttpd.pid → /run/lighttpd.pid; please update
the un it file accordingly.