riscv-koji secondary hub

Here's a pull request to setup a secondary riscv-koji hub.

There are still outstanding issues, but things should be
good enough to merge and deploy the initial instance and
interate from there. Also I plan to run a --check --diff to make sure
there's no changes on primary hubs/etc.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-01-17 12:03:06 -08:00 committed by kevin
parent 27a5e384f8
commit 6675345f58
16 changed files with 179 additions and 24 deletions

View file

@ -664,6 +664,16 @@
http_not_https_yes_this_is_insecure_and_i_feel_bad: true
when: env == "staging"
- role: httpd/reverseproxy
website: riscv-koji.fedoraproject.org
destname: koji
keephost: true
balancer_name: riscv-koji
balancer_members:
- "riscv-koji01.{{ datacenter }}.fedoraproject.org"
http_not_https_yes_this_is_insecure_and_i_feel_bad: true
when: koji_instance == "secondary"
- role: httpd/reverseproxy
website: kojipkgs.fedoraproject.org
destname: kojipkgs

View file

@ -1221,3 +1221,8 @@
cert_name: "{{wildcard_cert_name}}"
tags:
- bugs
- role: httpd/website
site_name: riscv-koji.fedoraproject.org
sslonly: true
cert_name: "{{wildcard_cert_name}}"