Skip to content

Commit 01a4b29

Browse files
committed
Preparing the switch to rke2
1 parent d32fb67 commit 01a4b29

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ module "cucumber_testsuite" {
135135
provider_settings = {
136136
mac = "aa:b2:93:01:00:11"
137137
}
138-
runtime = "k3s"
139-
# TODO: change to "rke2" once supported in sumaform
138+
runtime = "rke2"
140139
container_repository = "registry.opensuse.org/systemsmanagement/uyuni/master/containerfile"
141140
container_tag = "latest"
142141

@@ -151,8 +150,7 @@ module "cucumber_testsuite" {
151150
}
152151
additional_packages = [ "venv-salt-minion" ]
153152
install_salt_bundle = true
154-
runtime = "k3s"
155-
# TODO: change to "rke2" once supported in sumaform
153+
runtime = "rke2"
156154
additional_repos = {
157155
containerUtils = "https://download.opensuse.org/repositories/systemsmanagement:/Uyuni:/Master:/ContainerUtils/openSUSE_Leap_15.5/"
158156
}

0 commit comments

Comments
 (0)