Skip to content

Commit

Permalink
Merge pull request voxpupuli#324 from deric/debian12
Browse files Browse the repository at this point in the history
Support Debian 12 (voxpupuli#323)
  • Loading branch information
ekohl authored Aug 8, 2023
2 parents 61c7244 + e13e6f6 commit b404e5c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/beaker-hostgenerator/data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,14 @@ def osinfo
'box' => 'debian/bullseye64',
},
},
'debian12-64' => {
general: {
'platform' => 'debian-12-amd64',
},
vagrant: {
'box' => 'debian/bookworm64',
},
},
'panos61-64' => {
general: {
'platform' => 'palo-alto-6.1.0-x86_64',
Expand Down
15 changes: 15 additions & 0 deletions test/fixtures/generated/default/debian12-64d
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
arguments_string: debian12-64d
environment_variables: {}
expected_hash:
HOSTS:
debian12-64-1:
platform: debian-12-amd64
hypervisor: vmpooler
template: debian-12-x86_64
roles:
- agent
- database
CONFIG:
pooling_api: https://vmpooler-prod.k8s.infracore.puppet.net/
expected_exception:

0 comments on commit b404e5c

Please sign in to comment.