Disable this kojid and kojira running thing for now so s390 host doesn't fail.
This commit is contained in:
parent
eaf84d4a0f
commit
349a1e6ccb
1 changed files with 16 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue