Skip to content

Commit

Permalink
Add Fedora 34 template and bump rawhide
Browse files Browse the repository at this point in the history
Fedora 34 is still under development, this is a temporary definition
file.

Fedora Rawhide now targets Fedora 35.

Signed-off-by: Armando Neto <abiagion@redhat.com>
  • Loading branch information
netoarmando committed Mar 10, 2021
1 parent 98307a2 commit 833228e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions ansible/vars/fedora/34.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
fedora_releasever: 34 # bump when fedora gets branched

nightly_compose: true

fedora_nightly_template_dir: /tmp/f34_box
base_box_url: "file://{{ fedora_nightly_template_dir }}/latest.box"

fedora_nightly_images_remote_dir: https://dl.fedoraproject.org/pub/fedora/linux/development/34/Cloud/x86_64/images/

# repo_rawhide_enabled: 1
repo_pki_master_enabled: 0
repo_389ds_testing_enabled: 0
2 changes: 1 addition & 1 deletion ansible/vars/fedora/rawhide.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
fedora_releasever: 34 # bump when fedora gets branched
fedora_releasever: 35 # bump when fedora gets branched

nightly_compose: true

Expand Down

0 comments on commit 833228e

Please sign in to comment.