openscanhub: use on demand tags with resalloc
Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
parent
83f4e26ee4
commit
8326675ea2
1 changed files with 4 additions and 3 deletions
|
@ -17,8 +17,8 @@ openscanhub_aws_spot_x86_64:
|
||||||
{% else %}
|
{% else %}
|
||||||
max_starting: 32
|
max_starting: 32
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
# `max_prealloc` is ignored when `tags_on_demand` is used.
|
||||||
max_prealloc: 0
|
# max_prealloc: 0
|
||||||
# spot price should be cca 0.01
|
# spot price should be cca 0.01
|
||||||
cmd_new: "/etc/resallocserver/vm-provisioning/resalloc-start-aws-spot-x86_64"
|
cmd_new: "/etc/resallocserver/vm-provisioning/resalloc-start-aws-spot-x86_64"
|
||||||
cmd_delete: resalloc-aws-delete --aws-profile default
|
cmd_delete: resalloc-aws-delete --aws-profile default
|
||||||
|
@ -32,5 +32,6 @@ openscanhub_aws_spot_x86_64:
|
||||||
reuse_max_time: 0
|
reuse_max_time: 0
|
||||||
|
|
||||||
# TODO: Choose which tags we shall select?
|
# TODO: Choose which tags we shall select?
|
||||||
tags:
|
# Avoid preallocating machines with on demand tags.
|
||||||
|
tags_on_demand:
|
||||||
- arch_x86_64
|
- arch_x86_64
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue