summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2015-06-12 22:12:13 +0000
committerKevin Fenzi <kevin@scrye.com>2015-06-12 22:12:13 +0000
commit349a1e6ccbc074b0cbb9c1b9fc6f84fa640fde77 (patch)
treef230506ea6219e8dae64cc364eb92b37a9ed6734
parenteaf84d4a0fc2073724799017f5fc086562832f2a (diff)
Disable this kojid and kojira running thing for now so s390 host doesn't fail.
-rw-r--r--playbooks/groups/koji-hub.yml32
1 files changed, 16 insertions, 16 deletions
diff --git a/playbooks/groups/koji-hub.yml b/playbooks/groups/koji-hub.yml
index 967e49eb8..dd7b8992a 100644
--- a/playbooks/groups/koji-hub.yml
+++ b/playbooks/groups/koji-hub.yml
@@ -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