Skip to content

Commit

Permalink
(SIMP-10204) Ensure testing with CentOS 8.4 (#44)
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 oel7 box to generic from onyxpoint in nodeset

SIMP-10204 #comment issue updates
SIMP-10226
  • Loading branch information
jeannegreulich committed Jul 6, 2021
1 parent 3c756a1 commit acfbaa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions spec/acceptance/nodesets/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
-%>
HOSTS:
el7:
roles: # migrated from now-removed el6 node(s)
roles:
- default
platform: el-7-x86_64
box: centos/7
hypervisor: <%= hypervisor %>

el8:
platform: el-8-x86_64
box: centos/8
box: generic/centos8
hypervisor: <%= hypervisor %>

CONFIG:
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 @@ -10,7 +10,7 @@ HOSTS:
roles: # migrated from now-removed el6 node(s)
- default
platform: el-7-x86_64
box: onyxpoint/oel-7-x86_64
box: generic/oracle7
hypervisor: <%= hypervisor %>

oel8:
Expand Down

0 comments on commit acfbaa1

Please sign in to comment.