diff options
| author | Martin Krizek <mkrizek@redhat.com> | 2016-04-20 12:47:07 +0000 |
|---|---|---|
| committer | Martin Krizek <mkrizek@redhat.com> | 2016-04-20 12:47:07 +0000 |
| commit | 0cd311abd967e5c1914e66b38b95b4d9d672d9f7 (patch) | |
| tree | a5d562c59acf5fb76a596c7fef1ff383bf1e8323 | |
| parent | 716f09ed29e19871cfb416400f21c540bb5e5966 (diff) | |
taskotron-client: use the lastest image, only in dev for now
| -rw-r--r-- | roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 b/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 index 8ca28c9a6..a59259d50 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 |
