Commit 1dc04896 authored by Łukasz Nowak's avatar Łukasz Nowak

software/kvm: Fine tune promises

parent ceabc68a
Pipeline #31098 passed with stage
in 0 seconds
......@@ -19,7 +19,7 @@ md5sum = b6204319cca4264b3c351d4dd1f2b5d0
[template-kvm]
filename = instance-kvm.cfg.jinja2
md5sum = 4ae98a072354efbdd7440d800cc675c8
md5sum = 3bcefcc64669fcbb0c959c557d238d9d
[template-kvm-cluster]
filename = instance-kvm-cluster.cfg.jinja2.in
......
......@@ -583,10 +583,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