Release of 5.7.4 to staging
This commit is contained in:
parent
f4630f18a1
commit
a0eea29bdc
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ bodhi_openshift_pods: 1
|
||||||
# Set some bodhi variables here.
|
# Set some bodhi variables here.
|
||||||
# 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.3"
|
bodhi_version: "5.7.4"
|
||||||
nagios_Check_Services:
|
nagios_Check_Services:
|
||||||
mail: false
|
mail: false
|
||||||
nrpe: false
|
nrpe: false
|
||||||
|
|
|
@ -12,7 +12,7 @@ items:
|
||||||
source:
|
source:
|
||||||
dockerfile: |-
|
dockerfile: |-
|
||||||
{% if env == "staging" %}
|
{% if env == "staging" %}
|
||||||
{{ load_file('dockerfile-base-hotfix') | indent(8) }}
|
{{ load_file('dockerfile-base') | indent(8) }}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ load_file('dockerfile-base') | indent(8) }}
|
{{ load_file('dockerfile-base') | indent(8) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue