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.
This updates scan-primary-mirror to 0.3.0 which has support for
automatic MirrorManager repository creation for SIG content.
Signed-off-by: Adrian Reber <adrian@lisas.de>
We just updated the scheduler code to handle job re-trigger
requests, we need to configure the listener to listen for the
appropriate messages.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
We defined all these in an inventory variables, but also listed
the same keys explicitly in the queue configs in the group
playbook. Let's not do that.
Signed-off-by: Adam Williamson <awilliam@redhat.com>