Skip to content

Commit

Permalink
(SIMP-MAINT) simp_snmpd Add OEL8 node (#44)
Browse files Browse the repository at this point in the history
- Maintenance:
  - Added OEL8 node to nodeset
  - Removed OBE roles and logic in default suite
  • Loading branch information
lnemsick-simp authored Jul 9, 2021
1 parent a952d6d commit 7f82a01
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 20 deletions.
4 changes: 0 additions & 4 deletions spec/acceptance/nodesets/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,14 @@
end
-%>

# This nodeset spins up a simple one-host test VM for both EL6 and EL7
HOSTS:
el7:
roles:
- el7
- default
platform: el-7-x86_64
box: centos/7
hypervisor: <%= hypervisor %>
el8:
roles:
- el8
platform: el-8-x86_64
box: generic/centos8
hypervisor: <%= hypervisor %>
Expand Down
18 changes: 5 additions & 13 deletions spec/acceptance/nodesets/oel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,16 @@
end
-%>

# This nodeset spins up a simple one-host test VM for both EL6 and EL7
HOSTS:
el7-1:
oel7:
roles:
- defaultparams
- el7
- default
platform: el-7-x86_64
box: onyxpoint/oel-7-x86_64
box_version: ">= 0.2.0"
box: generic/oracle7
hypervisor: <%= hypervisor %>
el7-2:
roles:
- customparams
- el7
platform: el-7-x86_64
box: onyxpoint/oel-7-x86_64
box_version: ">= 0.2.0"
oel8:
platform: el-8-x86_64
box: generic/oracle8
hypervisor: <%= hypervisor %>
CONFIG:
log_level: verbose
Expand Down
3 changes: 0 additions & 3 deletions spec/acceptance/suites/default/00_default_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@
EOH2
}

defaultconfig = hosts_with_role( hosts, 'defaultparams' )
customconfig = hosts_with_role( hosts, 'customparams' )

context 'with default setting on snmpd agent and client installed' do
hosts.each do |node|
it 'should set the hiera data' do
Expand Down

0 comments on commit 7f82a01

Please sign in to comment.