Commit 073e6e22 authored by Dmitry Blinov's avatar Dmitry Blinov

proview -r: add status server promise

parent 73971d13
......@@ -99,6 +99,13 @@ name = novnc_promise.py
config-hostname = ${novnc-instance:ip}
config-port = ${novnc-instance:port}
[pwr-status-server-promise]
<= monitor-promise-base
module = check_port_listening
name = status_server_promise.py
config-hostname = {{ ipv4 }}
config-port = 18084
[x11vnc]
recipe = slapos.cookbook:wrapper
command-line = {{ x11vnc_bin }} -forever -display ${xserver:display} -ncache 10
......@@ -336,6 +343,7 @@ parts =
websockify-sighandler
websockify-sighandler-service
novnc-promise
pwr-status-server-promise
shellinabox
shellinabox-service
ca-nginx
......
......@@ -54,7 +54,7 @@ mode = 0644
[template-proview-r]
<= download-base
md5sum = 74d3bac508adce14d0793dad04f491cd
md5sum = 08230f00da4dd365e23d78f0d17f826e
filename = instance-proview-r.cfg.jinja2.in
[template-pwrp-profile]
......
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