mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-02-02 20:59:02 +08:00
bodhi: update to 25.11.3 and disable returning celery results
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
This commit is contained in:
@@ -37,11 +37,10 @@ broker_transport_options = {
|
|||||||
# Where the tasks are defined
|
# Where the tasks are defined
|
||||||
imports = "bodhi.server.tasks"
|
imports = "bodhi.server.tasks"
|
||||||
|
|
||||||
{% if env == 'production' %}
|
## We don't need this -> https://github.com/fedora-infra/bodhi/issues/6075
|
||||||
# Send back tasks results so we can wait for them
|
# Send back tasks results so we can wait for them
|
||||||
result_backend = 'rpc://'
|
# result_backend = 'rpc://'
|
||||||
result_persistent = True
|
# result_persistent = True
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
# Task routing
|
# Task routing
|
||||||
task_routes = {
|
task_routes = {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
# Set the Bodhi variables
|
# Set the Bodhi variables
|
||||||
bodhi_version: "{{ (env == 'production')|ternary('25.11.2', '25.11.2') }}"
|
bodhi_version: "{{ (env == 'production')|ternary('25.11.3', '25.11.3') }}"
|
||||||
bodhi_openshift_pods: 1
|
bodhi_openshift_pods: 1
|
||||||
bodhi_openshift_pods_stg_consumers: 15
|
bodhi_openshift_pods_stg_consumers: 15
|
||||||
bodhi_sent_topics: ^org\.fedoraproject\.{{ env_short }}\.(bodhi|pungi)\..*
|
bodhi_sent_topics: ^org\.fedoraproject\.{{ env_short }}\.(bodhi|pungi)\..*
|
||||||
|
|||||||
Reference in New Issue
Block a user