Skip to content

Commit

Permalink
Impact sle update pipelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Oct 2, 2024
1 parent d9a5b65 commit fc9381d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 26 deletions.
23 changes: 10 additions & 13 deletions terracumber_config/tf_files/SUSEManager-4.3-SLE-update.tf
Original file line number Diff line number Diff line change
Expand Up @@ -89,19 +89,20 @@ provider "libvirt" {
}

module "base" {
source = "./modules/base"
source = "./modules/base"

cc_username = var.SCC_USER
cc_password = var.SCC_PASSWORD
name_prefix = "suma-su-43-"
use_avahi = false
domain = "mgr.prv.suse.net"
images = [ "sles15sp4o", "opensuse155o" ]
cc_username = var.SCC_USER
cc_password = var.SCC_PASSWORD
product_version = "4.3-released"
name_prefix = "suma-su-43-"
use_avahi = false
domain = "mgr.prv.suse.net"
images = [ "sles15sp4o", "opensuse155o" ]

mirror = "minima-mirror-ci-bv.mgr.prv.suse.net"
mirror = "minima-mirror-ci-bv.mgr.prv.suse.net"
use_mirror_images = true

testsuite = true
testsuite = true

provider_settings = {
pool = "ssd"
Expand All @@ -112,7 +113,6 @@ module "base" {
module "server" {
source = "./modules/server"
base_configuration = module.base.configuration
product_version = "4.3-released"
name = "server"
provider_settings = {
mac = "aa:b2:92:05:00:f9"
Expand Down Expand Up @@ -148,7 +148,6 @@ module "server" {
module "proxy" {
source = "./modules/proxy"
base_configuration = module.base.configuration
product_version = "4.3-released"
name = "proxy"
provider_settings = {
mac = "aa:b2:92:05:00:fa"
Expand Down Expand Up @@ -176,7 +175,6 @@ module "proxy" {
module "sles15sp4_minion" {
source = "./modules/minion"
base_configuration = module.base.configuration
product_version = "4.3-released"
name = "sles15sp4-minion"
image = "sles15sp4o"
provider_settings = {
Expand Down Expand Up @@ -205,7 +203,6 @@ module "controller" {
vcpu = 8
}
swap_file_size = null
product_version = "4.3-released"

// Cucumber repository configuration for the controller
git_username = var.GIT_USER
Expand Down
23 changes: 10 additions & 13 deletions terracumber_config/tf_files/SUSEManager-5.0-SLE-update.tf
Original file line number Diff line number Diff line change
Expand Up @@ -89,19 +89,20 @@ provider "libvirt" {
}

module "base" {
source = "./modules/base"
source = "./modules/base"

cc_username = var.SCC_USER
cc_password = var.SCC_PASSWORD
name_prefix = "suma-su-50-"
use_avahi = false
domain = "mgr.prv.suse.net"
images = [ "sles15sp6o", "opensuse155o", "slemicro55o" ]
cc_username = var.SCC_USER
cc_password = var.SCC_PASSWORD
product_version = "5.0-released"
name_prefix = "suma-su-50-"
use_avahi = false
domain = "mgr.prv.suse.net"
images = [ "sles15sp6o", "opensuse155o", "slemicro55o" ]

mirror = "minima-mirror-ci-bv.mgr.prv.suse.net"
mirror = "minima-mirror-ci-bv.mgr.prv.suse.net"
use_mirror_images = true

testsuite = true
testsuite = true

provider_settings = {
pool = "ssd"
Expand All @@ -112,7 +113,6 @@ module "base" {
module "server_containerized" {
source = "./modules/server_containerized"
base_configuration = module.base.configuration
product_version = "5.0-released"
name = "server"
image = "slemicro55o"
provider_settings = {
Expand Down Expand Up @@ -151,7 +151,6 @@ module "server_containerized" {
module "proxy_containerized" {
source = "./modules/proxy_containerized"
base_configuration = module.base.configuration
product_version = "5.0-released"
name = "proxy"
image = "slemicro55o"
provider_settings = {
Expand Down Expand Up @@ -179,7 +178,6 @@ module "proxy_containerized" {
module "sles15sp6_minion" {
source = "./modules/minion"
base_configuration = module.base.configuration
product_version = "5.0-released"
name = "sles15sp6-minion"
image = "sles15sp6o"
provider_settings = {
Expand Down Expand Up @@ -208,7 +206,6 @@ module "controller" {
vcpu = 8
}
swap_file_size = null
product_version = "5.0-released"

// Cucumber repository configuration for the controller
git_username = var.GIT_USER
Expand Down

0 comments on commit fc9381d

Please sign in to comment.