Applying debugging configuration to production for easier troubleshooting

This commit is contained in:
Adam Saleh 2021-11-10 10:37:34 +01:00
parent 0925f3fa13
commit 934fe31260
3 changed files with 3 additions and 2 deletions

View file

@ -13,7 +13,7 @@ nagios_Check_Services:
# Since they are used when running playbooks against the master nodes. # Since they are used when running playbooks against the master nodes.
# #
bodhi_version: "5.7.1" bodhi_version: "5.7.1"
bodhi_openshift_pods: 2 bodhi_openshift_pods: 1
# GDPR SAR related dictionary # GDPR SAR related dictionary
sar_openshift: sar_openshift:

View file

@ -62,6 +62,7 @@
- asaleh - asaleh
- ryanlerch - ryanlerch
- mattia - mattia
- humaton
tags: tags:
- apply-appowners - apply-appowners
when: env == "staging" when: env == "staging"

View file

@ -65,7 +65,7 @@ items:
{% if env == "staging" %} {% 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=-"] args: ["--paste", "/etc/bodhi/production.ini", "-b", "0.0.0.0:8080", "-w", "4", "--log-level", "DEBUG", "-t", "180", "--preload", "--log-file=-"]
{% else %} {% 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 %} {% endif %}
ports: ports:
- containerPort: 8080 - containerPort: 8080