From 0cd311abd967e5c1914e66b38b95b4d9d672d9f7 Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Wed, 20 Apr 2016 12:47:07 +0000 Subject: [PATCH] taskotron-client: use the lastest image, only in dev for now --- roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 b/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 index 8ca28c9a63..a59259d50a 100644 --- a/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 +++ b/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 @@ -144,7 +144,11 @@ imagesdir: {{imagesdir}} #force_imageurl: True ## Url of an image to download and use for disposable client, if force_imageurl was set +{% if deployment_type in ['dev'] %} +#imageurl: +{% else %} imageurl: file:///srv/diskimages/20160126-taskotron-f23.qcow2 +{% endif %} ## Default distro/release/flavor/arch for the disposable images discovery #default_disposable_distro: fedora