Revert "bodhi: leave prod alone for now"
This reverts commit 5243c435be
.
Lets try and move production over.
This commit is contained in:
parent
5243c435be
commit
f103b2a728
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ bodhi_updates_handler_enabled: False
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.169.254
|
||||
eth0_ipv4_ip: 10.3.169.101
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/41/Server/x86_64/os/
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/42/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 @@
|
|||
{% if env == "staging" %}
|
||||
FROM fedora:42
|
||||
{% else %}
|
||||
FROM fedora:40
|
||||
FROM fedora:42
|
||||
{% endif %}
|
||||
LABEL \
|
||||
name="bodhi-base" \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
# Set the Bodhi variables
|
||||
bodhi_version: "{{ (env == 'production')|ternary('8.3.0', '25.5.0') }}"
|
||||
bodhi_version: "{{ (env == 'production')|ternary('25.5.0', '25.5.0') }}"
|
||||
bodhi_openshift_pods: 1
|
||||
bodhi_sent_topics: ^org\.fedoraproject\.{{ env_short }}\.(bodhi|pungi)\..*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue