Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Fedora boxes to currently supported versions #1679

Merged
merged 1 commit into from
Aug 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 4 additions & 16 deletions vagrant/boxes.d/00-fedora.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,8 @@
boxes:
fedora32:
box_name: 'fedora/32-cloud-base'
fedora37:
box_name: 'fedora/37-cloud-base'
pty: true

fedora33:
box_name: 'fedora/33-cloud-base'
pty: true

fedora34:
box_name: 'fedora/34-cloud-base'
pty: true

fedora35:
box_name: 'fedora/35-cloud-base'
pty: true

fedora36:
box_name: 'fedora/36-cloud-base'
fedora38:
box_name: 'fedora/38-cloud-base'
pty: true
2 changes: 1 addition & 1 deletion vagrant/boxes.d/03-packaging.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
rpm-packaging:
box: fedora36
box: fedora38
ansible:
playbook: 'playbooks/rpm_packaging.yml'
variables:
Expand Down
2 changes: 1 addition & 1 deletion vagrant/test/lib/box_loader_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_load_with_exclude
assert_instance_of Hash, loader.boxes
assert_includes loader.boxes, 'rpm-packaging'
assert_equal 'rpm-packaging', loader.boxes['rpm-packaging']['name']
assert_equal 'fedora/36-cloud-base', loader.boxes['rpm-packaging']['box_name']
assert_equal 'fedora/38-cloud-base', loader.boxes['rpm-packaging']['box_name']
end

private
Expand Down
Loading