Skip to content

Commit

Permalink
(SIMP-10204) Ensure testing with CentOS 8.4 (#137)
Browse files Browse the repository at this point in the history
- update the EL8 nodes in the acceptance tests
  to run with generic/centos8 to make sure they using
  CentOS 8.4
- update oel to use generic instead of onyxpoint box

SIMP-10204 #comment update compliance_markup
SIMP-10212 #close
  • Loading branch information
jeannegreulich authored Jul 6, 2021
1 parent eb85996 commit 66bd365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/acceptance/nodesets/centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ HOSTS:
roles:
- client
platform: el-8-x86_64
box: centos/8
box: generic/centos8
hypervisor: <%= hypervisor %>
CONFIG:
log_level: verbose
Expand Down
2 changes: 1 addition & 1 deletion spec/acceptance/nodesets/oel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ HOSTS:
- server
- default
platform: el-7-x86_64
box: onyxpoint/oel-7-x86_64
box: generic/oracle7
hypervisor: <%= hypervisor %>

oel8:
Expand Down

0 comments on commit 66bd365

Please sign in to comment.