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: