Disable this kojid and kojira running thing for now so s390 host doesn't fail.

This commit is contained in:
Kevin Fenzi 2015-06-12 22:12:13 +00:00
parent eaf84d4a0f
commit 349a1e6ccb

View file

@ -68,19 +68,19 @@
- include: "{{ handlers }}/restart_services.yml"
- name: Start the kojid builder daemon, but only on staging.
# Really -- this should never be set for prod.
hosts: koji-stg:s390-koji01.qa.fedoraproject.org
user: root
gather_facts: True
# XXX - should these just be included in koji_builder and koji_hub roles?
tasks:
- name: make sure kojid is running
service: name=kojid state=running
tags:
- kojid
- name: make sure kojira is running
service: name=kojira state=running
tags:
- kojira
#- name: Start the kojid builder daemon, but only on staging.
# # Really -- this should never be set for prod.
# hosts: koji-stg:s390-koji01.qa.fedoraproject.org
# user: root
# gather_facts: True
#
# # XXX - should these just be included in koji_builder and koji_hub roles?
# tasks:
# - name: make sure kojid is running
# service: name=kojid state=running
# tags:
# - kojid
# - name: make sure kojira is running
# service: name=kojira state=running
# tags:
# - kojira