Commit 281a27e9 authored by Łukasz Nowak's avatar Łukasz Nowak

software/kvm: Fine tune promises

parent 12b12447
Pipeline #38160 passed with stage
in 0 seconds
......@@ -19,7 +19,7 @@ md5sum = 9ae66fb63a3cdd8072582622aa1bb36c
[template-kvm]
filename = instance-kvm.cfg.jinja2
md5sum = bd3a7229e4fdfa9372ee61b6054acf78
md5sum = 1bbe348525e2a9cb87117d1134e15aa5
[template-kvm-cluster]
filename = instance-kvm-cluster.cfg.jinja2.in
......
......@@ -560,10 +560,13 @@ command-line = ${kvm-controller:output}
[kvm-vnc-promise]
<= monitor-promise-base
# This promise bangs on error
promise = check_socket_listening
name = vnc_promise.py
config-host = ${kvm-parameter-dict:vnc-ip}
config-port = ${kvm-parameter-dict:vnc-websocket-port}
# It is required to be very sensitive for non working KVM process
failure-amount = 1
[kvm-disk-image-corruption-bin]
recipe = collective.recipe.template
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment