Commit 3c7d2831 authored by Nicolas Wavrant's avatar Nicolas Wavrant

slaprunner: published parameter for monitor updated

parent 03f09863
......@@ -17,7 +17,7 @@ parts +=
# Bubble up the parameters
[request-runner]
return = url ssh-public-key ssh-url notification-id ip backend_url url ssh_command access_url 1_info 2_info control_url monitor_url IMPORTANT_monitor_info
return = url ssh-public-key ssh-url notification-id ip backend_url url ssh_command access_url 1_info 2_info monitor_url IMPORTANT_monitor_info
[publish-connection-informations]
recipe = slapos.cookbook:publish
......@@ -27,7 +27,6 @@ backend_url = ${request-runner:connection-backend_url}
access_url = ${request-runner:connection-access_url}
url = ${request-runner:connection-url}
ssh_command = ${request-runner:connection-ssh_command}
control_url = ${request-runner:connection-control_url}
monitor_url = ${request-runner:connection-monitor_url}
IMPORTANT_monitor_info = ${request-runner:connection-IMPORTANT_monitor_info}
......
......@@ -362,11 +362,12 @@ return = site_url domain
[publish-connection-informations]
recipe = slapos.cookbook:publish
1_info = On your first run, Use "access_url" to setup you account.Then you can use both "url" or "access_url". Or "backend_url" if you want to use ipv6.
2_info = In order to set up your account, get the recovery-code from the control interface (see control_url). Before read the notification on monitor_info
2_info = In order to set up your account, get the recovery-code from the monitoring interface. Before read the notification on monitor_info
backend_url = $${slaprunner:access-url}
access_url = $${:url}/login
url = https://$${request-frontend:connection-domain}
ssh_command = ssh $${dropbear-runner-server:host} -p $${dropbear-runner-server:port}
monitor_url = $${:url}:$${cgi-httpd-configuration-file:listening-port}/$${deploy-index:filename}
#---------------------------
#--
......
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