Commit cadb0c2f authored by Łukasz Nowak's avatar Łukasz Nowak

software/kvm: Fine tune promises

parent e3b355ab
Pipeline #26117 passed with stage
in 0 seconds
......@@ -19,7 +19,7 @@ md5sum = b6204319cca4264b3c351d4dd1f2b5d0
[template-kvm]
filename = instance-kvm.cfg.jinja2
md5sum = 14a8433ca9f0038bb6cc4b68ef7ea8e5
md5sum = 1c7f46d646cf2d17a760a8315957bd05
[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-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