Skip to content

Commit 6ae61a0

Browse files
committed
Update the jenkins parameters file
1 parent 74ac5d1 commit 6ae61a0

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

jenkins_pipelines/environments/build-validation/mlm-5.1-qe-build-validation-AWS

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ node('sumaform-cucumber') {
1717
string(name: 'sumaform_gitrepo', defaultValue: 'https://github.com/uyuni-project/sumaform.git', description: 'Sumaform Git Repository'),
1818
string(name: 'sumaform_ref', defaultValue: 'master', description: 'Sumaform Git reference (branch, tag...)'),
1919
choice(name: 'sumaform_backend', choices: ['libvirt'], description: 'Sumaform backend to be used (see https://github.com/uyuni-project/sumaform#backend-choice)'),
20-
choice(name: 'bin_path', choices: ['/usr/bin/tofu', '/usr/bin/terraform'], description: 'Binary path'),
21-
choice(name: 'bin_plugins_path', choices: ['/usr/bin'], description: 'Plugins path'),
2220
string(name: 'deploy_parallelism', defaultValue: '', description: 'Advanced: Define the number of parallel resource operations for the executable binary'),
2321
string(name: 'terracumber_gitrepo', defaultValue: 'https://github.com/uyuni-project/terracumber.git', description: 'Terracumber Git Repository'),
2422
string(name: 'terracumber_ref', defaultValue: 'master', description: 'Terracumber Git ref (branch, tag...)'),
@@ -64,7 +62,11 @@ node('sumaform-cucumber') {
6462
}
6563
def mutableParams = [:] + params
6664
mutableParams.product_version_display = "5.1-released"
67-
mutableParams.non_MU_channels_tasks_file = 'susemanager-ci/jenkins_pipelines/data/non_MU_channels_tasks_51.json'
65+
mutableParams.non_MU_channels_tasks_file = "susemanager-ci/jenkins_pipelines/data/non_MU_channels_tasks_51.json"
66+
mutableParams.tf_file = "MLM-5.1-build-validation-paygo-AWS.tf"
67+
mutableParams.deployment_tfvars = "susemanager-ci/terracumber_config/tf_files/tfvars/build-validation-tfvars/mlm51_paygo_build_validation_aws.tfvars"
68+
mutableParams.bin_path = "/usr/bin/tofu"
69+
mutableParams.bin_plugins_path = "/usr/bin"
6870

6971
def pipeline = load "jenkins_pipelines/environments/common/pipeline-build-validation-aws.groovy"
7072
pipeline.run(mutableParams)

terracumber_config/tf_files/tfvars/build-validation-tfvars/mlm51_paygo_build_validation_aws.tfvars

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
ENVIRONMENT_CONFIGURATION = {
22
server_containerized = {
3-
name = "server"
4-
product_version = "5.1-paygo"
3+
name = "server"
4+
product_version = "5.1-paygo"
55
}
66
proxy_containerized = {
7-
name = "proxy"
7+
name = "proxy"
88
}
99
sles12sp5_paygo_minion = {
1010
name = "sles12sp5-paygo-minion"
@@ -51,4 +51,4 @@ ENVIRONMENT_CONFIGURATION = {
5151
product_version = "5.1-paygo"
5252
}
5353
product_version = "5.1-released"
54-
}
54+
}

0 commit comments

Comments
 (0)