Skip to content

Commit 620f1e9

Browse files
authored
QE: Switching to ubuntu as base on rke2 pipeline (#1868)
1 parent 6f5a4f3 commit 620f1e9

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

terracumber_config/tf_files/MLM-Head-RKE2-NUE.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ module "cucumber_testsuite" {
149149
}
150150
}
151151
server_containerized = {
152+
image = "ubuntu2404o"
152153
provider_settings = {
153154
mac = "aa:b2:92:42:00:f1"
154155
vcpu = 8
@@ -162,6 +163,7 @@ module "cucumber_testsuite" {
162163
container_tag = "latest"
163164
}
164165
proxy_containerized = {
166+
image = "ubuntu2404o"
165167
provider_settings = {
166168
mac = "aa:b2:92:42:00:f2"
167169
vcpu = 2

terracumber_config/tf_files/Uyuni-Master-RKE2-NUE.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ module "cucumber_testsuite" {
132132
}
133133
}
134134
server_containerized = {
135+
image = "ubuntu2404o"
135136
provider_settings = {
136137
mac = "aa:b2:93:01:00:11"
137138
}
@@ -145,6 +146,7 @@ module "cucumber_testsuite" {
145146
database_disk_size = 60
146147
}
147148
proxy_containerized = {
149+
image = "ubuntu2404o"
148150
provider_settings = {
149151
mac = "aa:b2:93:01:00:12"
150152
}

0 commit comments

Comments
 (0)