Commit 74d84a16 authored by Nicolas Wavrant's avatar Nicolas Wavrant

slaprunner: added promess for shellinabox

parent f01c4e4c
...@@ -19,6 +19,7 @@ parts = ...@@ -19,6 +19,7 @@ parts =
cloud9-promise cloud9-promise
cloud9-frontend-promise cloud9-frontend-promise
dropbear-promise dropbear-promise
shellinabox-promise
symlinks symlinks
request-cloud9-frontend request-cloud9-frontend
node-frontend-promise node-frontend-promise
...@@ -423,6 +424,12 @@ path = $${directory:promises}/dropbear ...@@ -423,6 +424,12 @@ path = $${directory:promises}/dropbear
hostname = $${dropbear-runner-server:host} hostname = $${dropbear-runner-server:host}
port = $${dropbear-runner-server:port} port = $${dropbear-runner-server:port}
[shellinabox-promise]
recipe = slapos.cookbook:check_port_listening
path = $${directory:promises}/shellinabox
hostname = $${shellinabox:ipv6}
port = $${shellinabox:port}
[symlinks] [symlinks]
recipe = cns.recipe.symlink recipe = cns.recipe.symlink
symlink_target = $${directory:bin} symlink_target = $${directory:bin}
......
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