mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-05 06:43:35 +08:00
Applying debugging configuration to production for easier troubleshooting
This commit is contained in:
@@ -13,7 +13,7 @@ nagios_Check_Services:
|
||||
# Since they are used when running playbooks against the master nodes.
|
||||
#
|
||||
bodhi_version: "5.7.1"
|
||||
bodhi_openshift_pods: 2
|
||||
bodhi_openshift_pods: 1
|
||||
|
||||
# GDPR SAR related dictionary
|
||||
sar_openshift:
|
||||
|
||||
@@ -62,6 +62,7 @@
|
||||
- asaleh
|
||||
- ryanlerch
|
||||
- mattia
|
||||
- humaton
|
||||
tags:
|
||||
- apply-appowners
|
||||
when: env == "staging"
|
||||
|
||||
@@ -65,7 +65,7 @@ items:
|
||||
{% if env == "staging" %}
|
||||
args: ["--paste", "/etc/bodhi/production.ini", "-b", "0.0.0.0:8080", "-w", "4", "--log-level", "DEBUG", "-t", "180", "--preload", "--log-file=-"]
|
||||
{% else %}
|
||||
args: ["--paste", "/etc/bodhi/production.ini", "-b", "0.0.0.0:8080", "-w", "4", "--log-level", "DEBUG", "-t", "180"]
|
||||
args: ["--paste", "/etc/bodhi/production.ini", "-b", "0.0.0.0:8080", "-w", "4", "--log-level", "DEBUG", "-t", "180", "--preload", "--log-file=-"]
|
||||
{% endif %}
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
||||
Reference in New Issue
Block a user