From fd83ce8b1688ef35b9a9072a061f0d4c225eae88 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 17 Nov 2015 13:23:11 -0800 Subject: [PATCH] openqa: don't have servers act as worker hosts tflink set up the server boxes as VMs (I was assuming they were metal), so it doesn't make sense for them to be worker hosts as well. --- playbooks/groups/openqa.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/groups/openqa.yml b/playbooks/groups/openqa.yml index 40956afb07..c79430a411 100644 --- a/playbooks/groups/openqa.yml +++ b/playbooks/groups/openqa.yml @@ -19,7 +19,6 @@ - { role: collectd/base, tags: ['collectd_base'] } - { role: sudo, tags: ['sudo'] } - { role: openqa/server, tags: ['openqa_server'] } - - { role: openqa/worker, tags: ['openqa_worker'] } - { role: openqa/dispatcher, tags: ['openqa_dispatcher'] } - apache