Skip to content

Commit

Permalink
Rename kvm name
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Nov 13, 2024
1 parent 07754a7 commit a50fb7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ node('sumaform-cucumber') {
string(name: 'cucumber_ref', defaultValue: 'master', description: 'Testsuite Git reference (branch, tag...)'),
string(name: 'tf_file', defaultValue: 'susemanager-ci/terracumber_config/tf_files/Uyuni-Master-NUE.tf', description: 'Path to the tf file to be used'),
string(name: 'sumaform_gitrepo', defaultValue: 'https://github.com/uyuni-project/sumaform.git', description: 'Sumaform Git Repository'),
string(name: 'sumaform_ref', defaultValue: 'master', description: 'Sumaform Git reference (branch, tag...)'),
string(name: 'sumaform_ref', defaultValue: 'rename_cucumber_testsuite_module', description: 'Sumaform Git reference (branch, tag...)'),
choice(name: 'sumaform_backend', choices: ['libvirt', 'aws'], description: 'Sumaform backend to be used (see https://github.com/uyuni-project/sumaform#backend-choice)'),
choice(name: 'terraform_bin', choices: ['/usr/bin/terraform'], description: 'Terraform binary path'),
choice(name: 'terraform_bin_plugins', choices: ['/usr/bin'], description: 'Terraform plugins path'),
Expand Down
4 changes: 2 additions & 2 deletions terracumber_config/tf_files/Uyuni-Master-NUE.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ provider "libvirt" {
}

module "cucumber_testsuite" {
source = "./modules/cucumber_testsuite_temporary"
source = "./modules/cucumber_testsuite"

product_version = "uyuni-master"

Expand Down Expand Up @@ -226,7 +226,7 @@ module "cucumber_testsuite" {
}
}
kvm-host = {
name = "kvm-minion"
name = "kvm-host"
image = "opensuse155o"

provider_settings = {
Expand Down

0 comments on commit a50fb7c

Please sign in to comment.