Commit 6cdfe5f8 authored by Steven Gueguen's avatar Steven Gueguen

Add call to promises

parent 53ba5651
[instance.cfg]
filename = instance.cfg.in
md5sum = 55d7b4ffdb4374210165c3a30e42a8fe
md5sum = 7ba588b75bb981936e7d1aaf35ef9b1a
[install-warp10.sh]
filename = install-warp10.sh.in
......
......@@ -3,6 +3,12 @@ parts =
publish-connection-parameter
warp10-wrapper
promise-warp10-listening
promise-haproxy-listening
promise-token-published
extends = ${monitor2-template:output}
# Define egg directories to be the one from Software Release
......@@ -156,7 +162,7 @@ config-port = $${warp10-instance:port}
promise = check_url_available
name = $${:_buildout_section_name_}.py
config-verify = 0
config-url =$${warp10-frontend:url}
config-url =$${warp10-frontend:url}/api/v0/exec
# Check if token is correctly published
......@@ -164,8 +170,7 @@ config-url =$${warp10-frontend:url}
<= monitor-promise-base
promise = check_command_execute
name = $${:_buildout_section_name_}.py
config-command = [[ "None" == "$${publish-connection-parameter:read-token}" ]]
# config-command = test -n ""
config-command = test -n "$${publish-connection-parameter:read-token}"
##
## Publish parameters
......
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