Skip to content

Commit

Permalink
Replace CentOS 7 (EOL) with Rocky8 in 4.3 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessOne91 committed Jul 9, 2024
1 parent 0586311 commit bcf6cea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
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"]

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-rocky8o"
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

0 comments on commit bcf6cea

Please sign in to comment.