Skip to content

Commit

Permalink
Merge pull request #227 from puppetlabs/add-working-nodeset
Browse files Browse the repository at this point in the history
(RE-15688) Add working nodeset for beaker-rspec tests
  • Loading branch information
donoghuc authored Aug 8, 2023
2 parents 6408e5d + 57539f2 commit 7de4d4c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 0 additions & 5 deletions acceptance/tests/install_smoke_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
on host, facter('--help')
end

step 'puppet install smoketest: verify \'hiera --help\' can be successfully called on all hosts'
hosts.each do |host|
on host, hiera('--help')
end

step 'puppet install smoketest: verify \'puppet help\' can be successfully called on all hosts'
hosts.each do |host|
on host, puppet('help')
Expand Down
10 changes: 10 additions & 0 deletions spec/acceptance/nodesets/default.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
HOSTS:
rocky8-64-1:
platform: el-8-x86_64
hypervisor: vmpooler
template: rocky-8-x86_64-pooled
roles:
- agent
CONFIG:
pooling_api: 'https://vmpooler-prod.k8s.infracore.puppet.net/api/v3'

0 comments on commit 7de4d4c

Please sign in to comment.