Skip to content

Commit

Permalink
add example settings for Foreman broker
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Bundesmann committed May 3, 2024
1 parent 97cc02a commit 55a5fd9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions broker_settings.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,23 @@ Container:
# name_prefix: test
results_limit: 50
auto_map_ports: False
Foreman:
instances:
- foreman1:
foreman_url: https://test.fore.man
foreman_username: admin
foreman_password: secret
organization: ORG
location: LOC
verify: ./ca.crt
default: true
- foreman2:
foreman_url: https://other-test.fore.man
foreman_username: admin
foreman_password: secret
organization: ORG
location: LOC
name_prefix: broker
Beaker:
hub_url:
max_job_wait: 24h
Expand Down

0 comments on commit 55a5fd9

Please sign in to comment.