Commit 2fc2e2dc authored by Ivan Tyagov's avatar Ivan Tyagov

Testnode frontend root is forbidden by default and only some public

repositories if configured are public. Thus such a check will by design fail.

@seb, @rafael  please review. I tested this and it works.

/reviewed-on nexedi/slapos!114
parent db841bf2
...@@ -17,7 +17,6 @@ parts = ...@@ -17,7 +17,6 @@ parts =
monitor-base monitor-base
monitor-publish monitor-publish
testnode-frontend testnode-frontend
testnode-frontend-promise
[monitor-publish] [monitor-publish]
recipe = slapos.cookbook:publish recipe = slapos.cookbook:publish
...@@ -175,14 +174,6 @@ config-https-only = true ...@@ -175,14 +174,6 @@ config-https-only = true
#software-type = custom-personal #software-type = custom-personal
return = domain secure_access return = domain secure_access
[testnode-frontend-promise]
recipe = slapos.cookbook:check_url_available
path = $${basedirectory:promises}/testnode-http-frontend
url = $${testnode-frontend:connection-secure_access}
dash_path = $${monitor-frontend-promise:dash_path}
curl_path = $${monitor-frontend-promise:curl_path}
check-secure = 1
[slap-parameter] [slap-parameter]
node-quantity = 1 node-quantity = 1
test-suite-master-url = test-suite-master-url =
......
...@@ -61,7 +61,7 @@ recipe = slapos.recipe.template ...@@ -61,7 +61,7 @@ recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-default.cfg url = ${:_profile_base_location_}/instance-default.cfg
output = ${buildout:directory}/template-default.cfg output = ${buildout:directory}/template-default.cfg
mode = 0644 mode = 0644
md5sum = 4d4f483d4531eedc321bdd6e460fc9df md5sum = 8e171816b6caef52ac75c2f8f6a69fc3
[versions] [versions]
PyXML = 0.8.5 PyXML = 0.8.5
......
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