From f0252a58e91c2743364fe240567159fadb8736f4 Mon Sep 17 00:00:00 2001 From: jeannegreulich Date: Fri, 2 Jul 2021 14:38:49 -0400 Subject: [PATCH] (SIMP-10204) Ensure testing with CentOS 8.4 (#57) - update the EL8 nodes in the acceptance tests to run with generic/centos8 to make sure they using CentOS 8.4 - udate oracle 7 node to generic from onyxpoint. SIMP-10204 #comment acpid updates SIMP-10206 #close --- spec/acceptance/nodesets/default.yml | 2 +- spec/acceptance/nodesets/oel.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/acceptance/nodesets/default.yml b/spec/acceptance/nodesets/default.yml index dc0567f3..d6e3581e 100644 --- a/spec/acceptance/nodesets/default.yml +++ b/spec/acceptance/nodesets/default.yml @@ -15,7 +15,7 @@ HOSTS: el8: platform: el-8-x86_64 - box: centos/8 + box: generic/centos8 hypervisor: <%= hypervisor %> CONFIG: diff --git a/spec/acceptance/nodesets/oel.yml b/spec/acceptance/nodesets/oel.yml index 32b61720..365bb45d 100644 --- a/spec/acceptance/nodesets/oel.yml +++ b/spec/acceptance/nodesets/oel.yml @@ -10,7 +10,7 @@ HOSTS: roles: - default platform: el-7-x86_64 - box: onyxpoint/oel-7-x86_64 + box: generic/oracle7 hypervisor: <%= hypervisor %> oel8: