updating disposable image, enabling libvirt execution on stg
This commit is contained in:
parent
77f6c4a4c9
commit
701af13c2d
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue