Skip to content

Commit bc5510e

Browse files
(SIMP-10204) Ensure Testing with Centos 8.4 (#81)
- 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
1 parent bdfc30a commit bc5510e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

spec/acceptance/nodesets/default.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ HOSTS:
99
el7:
1010
roles:
1111
- client
12-
# roles migrated from now-removed el6 node(s):
1312
- server
1413
- default
1514
- master
@@ -21,7 +20,7 @@ HOSTS:
2120
roles:
2221
- client
2322
platform: el-8-x86_64
24-
box: centos/8
23+
box: generic/centos8
2524
hypervisor: <%= hypervisor %>
2625

2726
CONFIG:

spec/acceptance/nodesets/oel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ HOSTS:
99
oel7:
1010
roles:
1111
- client
12-
# roles migrated from now-removed el6 node(s):
12+
# roles migrated from now-removed el6 node(s):
1313
- server
1414
- default
1515
- master
1616
platform: el-7-x86_64
17-
box: onyxpoint/oel-7-x86_64
17+
box: generic/oracle7
1818
hypervisor: <%= hypervisor %>
1919

2020
oel8:

0 commit comments

Comments
 (0)