From 701af13c2dc27239a0d5614f6ff65713633de385 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Thu, 21 Jan 2016 23:02:52 +0000 Subject: [PATCH] updating disposable image, enabling libvirt execution on stg --- .../taskotron/taskotron-client/templates/taskotron.yaml.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 b/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 index 10383bd584..101900df7f 100644 --- a/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 +++ b/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 @@ -32,9 +32,9 @@ profile: production ## Local execution is the default mode for development profile and remote ## execution for production profile. ## [choices: local, libvirt; default: local for development, libvirt for production] -{% if deployment_type == 'dev' %} +{% if deployment_type in ['dev', 'stg'] %} runtask_mode: libvirt -{% elif deployment_type in ['stg', 'prod', 'local'] %} +{% elif deployment_type in ['prod', 'local'] %} runtask_mode: local {% endif %} @@ -147,7 +147,7 @@ artifacts_baseurl: {{ artifacts_base_url }} #imagesdir: /var/lib/taskotron/images ## Temporary option to specify url of an image to download and use for disposable client -imageurl: file:///srv/diskimages/20151209-taskotron-f22.qcow2 +imageurl: file:///srv/diskimages/20160121-taskotron-f23.qcow2 ## Additional repos for minion to install packages from minion_repos: