From e5d169b67c51d08d9fd7fb39a634e858450ad015 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 5 May 2016 14:42:16 -0700 Subject: [PATCH] set worker_class 'tap' for IPA tests this will make them only-run on the tap-capable hosts in infra. --- templates | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates b/templates index 2e033e24..9a01a41e 100755 --- a/templates +++ b/templates @@ -1489,6 +1489,7 @@ { key => "HDD_1", value => "disk_%FLAVOR%_%MACHINE%.qcow2" }, { key => "GRUB", value => "net.ifnames=0 biosdevname=0" }, { key => "NICTYPE", value => "tap" }, + { key => "WORKER_CLASS", value => "tap" }, ], }, { @@ -1504,6 +1505,7 @@ { key => "PARALLEL_WITH", value => "server_role_deploy_domain_controller" }, { key => "INSTALL_UNLOCK", value => "freeipa_ready" }, { key => "NICTYPE", value => "tap" }, + { key => "WORKER_CLASS", value => "tap" }, ], }, ],