mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Revert "bodhi: leave prod alone for now"
This reverts commit 5243c435be.
Lets try and move production over.
This commit is contained in:
@@ -6,7 +6,7 @@ bodhi_updates_handler_enabled: False
|
|||||||
datacenter: iad2
|
datacenter: iad2
|
||||||
eth0_ipv4_gw: 10.3.169.254
|
eth0_ipv4_gw: 10.3.169.254
|
||||||
eth0_ipv4_ip: 10.3.169.101
|
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
|
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||||
max_mem_size: 98304
|
max_mem_size: 98304
|
||||||
mem_size: 98304
|
mem_size: 98304
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{% if env == "staging" %}
|
{% if env == "staging" %}
|
||||||
FROM fedora:42
|
FROM fedora:42
|
||||||
{% else %}
|
{% else %}
|
||||||
FROM fedora:40
|
FROM fedora:42
|
||||||
{% endif %}
|
{% endif %}
|
||||||
LABEL \
|
LABEL \
|
||||||
name="bodhi-base" \
|
name="bodhi-base" \
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
# Set the Bodhi variables
|
# 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_openshift_pods: 1
|
||||||
bodhi_sent_topics: ^org\.fedoraproject\.{{ env_short }}\.(bodhi|pungi)\..*
|
bodhi_sent_topics: ^org\.fedoraproject\.{{ env_short }}\.(bodhi|pungi)\..*
|
||||||
|
|||||||
Reference in New Issue
Block a user