Upgrade production to bodhi-3.7.0-1.fc27.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2018-05-09 14:00:41 +00:00
parent 6b90121bb5
commit 967be83623
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@
app: bodhi app: bodhi
template: buildconfig.yml template: buildconfig.yml
objectname: buildconfig.yml objectname: buildconfig.yml
bodhi_version: 3.6.1-1.fc27 bodhi_version: 3.7.0-1.fc27
when: env != "staging" when: env != "staging"
- role: openshift/start-build - role: openshift/start-build
app: bodhi app: bodhi

View file

@ -299,7 +299,7 @@
- cron - cron
- name: bodhi-check-policies cron job. - name: bodhi-check-policies cron job.
cron: name="bodhi-check-policies" hour="*/6" minute=0 user="apache" cron: name="bodhi-check-policies" hour="*/1" minute=0 user="apache"
job="/usr/bin/bodhi-check-policies >& /dev/null" job="/usr/bin/bodhi-check-policies >& /dev/null"
cron_file=bodhi-check-policies-job cron_file=bodhi-check-policies-job
when: (inventory_hostname.startswith('bodhi-backend01') and env == "staging") or (inventory_hostname.startswith('bodhi-backend02') and env == "production") when: (inventory_hostname.startswith('bodhi-backend01') and env == "staging") or (inventory_hostname.startswith('bodhi-backend02') and env == "production")