Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace CentOS 7 (EOL) with Rocky8 in 4.3 CI #1273

Merged
merged 2 commits into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions terracumber_config/tf_files/SUSEManager-4.3-NUE.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ module "cucumber_testsuite" {
cc_username = var.SCC_USER
cc_password = var.SCC_PASSWORD

images = ["centos7o", "opensuse155o", "sles15sp4o", "ubuntu2204o"]
images = ["rocky8o", "opensuse155o", "sles15sp4o", "ubuntu2204o"]
szachovy marked this conversation as resolved.
Show resolved Hide resolved

use_avahi = false
name_prefix = "suma-43-"
Expand Down Expand Up @@ -180,10 +180,10 @@ module "cucumber_testsuite" {
install_salt_bundle = true
}
redhat-minion = {
image = "centos7o"
name = "min-centos7"
image = "rocky8o"
name = "min-rocky8"
provider_settings = {
mac = "aa:b2:93:01:00:99"
mac = "aa:b2:93:01:00:9a"
// Since start of May we have problems with the instance not booting after a restart if there is only a CPU and only 1024Mb for RAM
// Also, openscap cannot run with less than 1.25 GB of RAM
vcpu = 2
Expand Down
8 changes: 4 additions & 4 deletions terracumber_config/tf_files/SUSEManager-4.3-PRV.tf
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ module "cucumber_testsuite" {
cc_username = var.SCC_USER
cc_password = var.SCC_PASSWORD

images = ["centos7o", "opensuse155o", "sles15sp4o", "ubuntu2204o"]
images = ["rocky8o", "opensuse155o", "sles15sp4o", "ubuntu2204o"]

use_avahi = false
name_prefix = "suma-43-"
Expand Down Expand Up @@ -179,10 +179,10 @@ module "cucumber_testsuite" {
install_salt_bundle = true
}
redhat-minion = {
image = "centos7o"
name = "min-centos7"
image = "rocky8o"
name = "min-rocky8"
provider_settings = {
mac = "aa:b2:92:03:00:89"
mac = "aa:b2:92:03:00:8a"
// Since start of May we have problems with the instance not booting after a restart if there is only a CPU and only 1024Mb for RAM
// Also, openscap cannot run with less than 1.25 GB of RAM
vcpu = 2
Expand Down
Loading