Skip to content

Commit

Permalink
(SIMP-10204) Ensure Testing with Centos 8.4 (#81)
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 nodeset to generic from onyxpoint

SIMP-10204 #comment aide updated
SIMP-10207 #close
  • Loading branch information
jeannegreulich authored Jul 6, 2021
1 parent bdfc30a commit bc5510e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions spec/acceptance/nodesets/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ HOSTS:
el7:
roles:
- client
# roles migrated from now-removed el6 node(s):
- server
- default
- master
Expand All @@ -21,7 +20,7 @@ HOSTS:
roles:
- client
platform: el-8-x86_64
box: centos/8
box: generic/centos8
hypervisor: <%= hypervisor %>

CONFIG:
Expand Down
4 changes: 2 additions & 2 deletions spec/acceptance/nodesets/oel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ HOSTS:
oel7:
roles:
- client
# roles migrated from now-removed el6 node(s):
# roles migrated from now-removed el6 node(s):
- server
- default
- master
platform: el-7-x86_64
box: onyxpoint/oel-7-x86_64
box: generic/oracle7
hypervisor: <%= hypervisor %>

oel8:
Expand Down

0 comments on commit bc5510e

Please sign in to comment.