Define the bodhi variables in a single place
This removes the different definitions of `sent_topics` for Bodhi, which were causing issue https://pagure.io/releng/issue/11827 It also brings the bodhi options in the `os_control*` group vars into the same vars file. Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
5546164ada
commit
79949846e2
7 changed files with 12 additions and 10 deletions
5
vars/apps/bodhi.yml
Normal file
5
vars/apps/bodhi.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
# Set the Bodhi variables
|
||||
bodhi_version: "{{ (env == 'production')|ternary('7.2.2', '7.2.2') }}"
|
||||
bodhi_openshift_pods: 1
|
||||
bodhi_sent_topics: ^org\.fedoraproject\.{{ env_short }}\.(bodhi|pungi)\..*
|
Loading…
Add table
Add a link
Reference in a new issue