Applying debugging configuration to production for easier troubleshooting
This commit is contained in:
parent
0925f3fa13
commit
934fe31260
3 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||||
|
|
|
@ -62,6 +62,7 @@
|
||||||
- asaleh
|
- asaleh
|
||||||
- ryanlerch
|
- ryanlerch
|
||||||
- mattia
|
- mattia
|
||||||
|
- humaton
|
||||||
tags:
|
tags:
|
||||||
- apply-appowners
|
- apply-appowners
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue