forked from infra/ansible
bodhi: upgrade to F43 and 25.11.2
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
This commit is contained in:
parent
a7402ebf5f
commit
7517b2ce1e
6 changed files with 5 additions and 7 deletions
|
|
@ -9,7 +9,7 @@ dns1: 10.16.163.33
|
|||
dns2: 10.16.163.34
|
||||
eth0_ipv4_gw: 10.16.169.254
|
||||
eth0_ipv4_ip: 10.16.169.101
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/42/Server/x86_64/os/
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/43/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
max_mem_size: 98304
|
||||
mem_size: 98304
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
eth0_ipv4_gw: 10.16.167.254
|
||||
eth0_ipv4_ip: 10.16.167.32
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/42/Server/x86_64/os/
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/43/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
vmhost: bvmhost-x86-01.stg.rdu3.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
|
|||
|
|
@ -784,9 +784,7 @@ level = INFO
|
|||
{% endif %}
|
||||
handlers = console, smtp
|
||||
qualname = bodhi
|
||||
{% if env == 'staging' %}
|
||||
propagate = 0
|
||||
{% endif %}
|
||||
|
||||
[logger_gunicorn.error]
|
||||
level = INFO
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{% if env == "staging" %}
|
||||
FROM fedora:43
|
||||
{% else %}
|
||||
FROM fedora:42
|
||||
FROM fedora:43
|
||||
{% endif %}
|
||||
LABEL \
|
||||
name="bodhi-base" \
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{% if env == "staging" %}
|
||||
FROM fedora:43
|
||||
{% else %}
|
||||
FROM fedora:42
|
||||
FROM fedora:43
|
||||
{% endif %}
|
||||
LABEL \
|
||||
name="bodhi-critpathcron" \
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
# Set the Bodhi variables
|
||||
bodhi_version: "{{ (env == 'production')|ternary('25.11.1', '25.11.1') }}"
|
||||
bodhi_version: "{{ (env == 'production')|ternary('25.11.2', '25.11.2') }}"
|
||||
bodhi_openshift_pods: 1
|
||||
bodhi_sent_topics: ^org\.fedoraproject\.{{ env_short }}\.(bodhi|pungi)\..*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue