From c4dec6bcb4461de19ccbad64b9ce0ab858b845e8 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 11 Jun 2015 20:01:14 +0000 Subject: [PATCH] Add koji builder on the s390 hub. --- playbooks/groups/koji-hub.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/koji-hub.yml b/playbooks/groups/koji-hub.yml index 5f98d7899c..91160c23bd 100644 --- a/playbooks/groups/koji-hub.yml +++ b/playbooks/groups/koji-hub.yml @@ -41,7 +41,7 @@ - apache - fedmsg/base - koji_hub - - { role: koji_builder, when: env == "staging" } + - { role: koji_builder, when: env == "staging" and inventory_hostname.startswith('s390') }} - { role: nfs/server, when: env == "staging" } - { role: keepalived, when: env == "production" and inventory_hostname.startswith('koji') } - role: nfs/client @@ -70,7 +70,7 @@ - name: Start the kojid builder daemon, but only on staging. # Really -- this should never be set for prod. - hosts: koji-stg + hosts: koji-stg:s390-koji01.qa.fedoraproject.org user: root gather_facts: True