Updating bodhi on staging to run on f34.

This commit is contained in:
Adam Saleh 2021-05-07 12:32:06 +02:00
parent 86567270dc
commit f6b6440b6f
2 changed files with 6 additions and 2 deletions

View file

@ -2,8 +2,8 @@
nm: 255.255.255.0
gw: 10.3.167.254
dns: 10.3.163.33
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora-32-iad2
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/x86_64/os/
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora-34-iad2
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/34/Server/x86_64/os/
volgroup: /dev/vg_guests
mac_address: 52:54:00:1c:40:15
eth0_ip: 10.3.167.32

View file

@ -1,4 +1,8 @@
{% if env == "staging" %}
FROM fedora:34
{% else %}
FROM fedora:32
{% endif %}
LABEL \
name="bodhi-base" \
vendor="Fedora Infrastructure" \