Skip to content

Commit

Permalink
Add proxy retail test to qe update to automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Aug 8, 2024
1 parent fe91a04 commit 196b98b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions jenkins_pipelines/environments/manager-5.0-qe-sle-update
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ node('sumaform-cucumber-provo') {
booleanParam(name: 'must_create_bootstrap_repos', defaultValue: true, description: 'Create bootstrap repositories'),
booleanParam(name: 'must_boot_node', defaultValue: true, description: 'Bootstrap Node'),
booleanParam(name: 'must_run_tests', defaultValue: true, description: 'Run Smoke Tests'),
booleanParam(name: 'must_prepare_retail', defaultValue: false, description: 'Prepare and run Retail'),
booleanParam(name: 'must_run_containerization_tests', defaultValue: false, description: 'Run Containerization Tests'),
booleanParam(name: 'confirm_before_continue', defaultValue: false, description: 'Confirmation button between stages'),
text(name: 'custom_repositories', defaultValue: '{}', description: 'Salt & Client Tools SLE Update Repositories for each client, in json format')
Expand Down
1 change: 1 addition & 0 deletions terracumber_config/tf_files/SUSEManager-4.3-SLE-update.tf
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ module "base" {
provider_settings = {
pool = "ssd"
bridge = "br0"
additional_network = "192.168.43.0/24"
}
}

Expand Down

0 comments on commit 196b98b

Please sign in to comment.