Commit 55484208 authored by Alain Takoudjou's avatar Alain Takoudjou Committed by Cédric de Saint Martin

Use instance_guid in request frontend

parent 4b48301f
...@@ -34,7 +34,7 @@ eggs = ...@@ -34,7 +34,7 @@ eggs =
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-boinc.cfg url = ${:_profile_base_location_}/instance-boinc.cfg
output = ${buildout:directory}/template-boinc.cfg output = ${buildout:directory}/template-boinc.cfg
md5sum = 22de71bad135ab3c760c63e537dcb182 md5sum = 88cb9251d54a05b69b9e7bfa9f07fef4
mode = 0644 mode = 0644
#Template for deploying MySQL Database Server #Template for deploying MySQL Database Server
......
...@@ -305,10 +305,11 @@ name = Frontend ...@@ -305,10 +305,11 @@ name = Frontend
# XXX We have hardcoded SR URL here. # XXX We have hardcoded SR URL here.
software-url = http://git.erp5.org/gitweb/slapos.git/blob_plain/HEAD:/software/apache-frontend/software.cfg software-url = http://git.erp5.org/gitweb/slapos.git/blob_plain/HEAD:/software/apache-frontend/software.cfg
slave = true slave = true
config = url custom_domain config = url custom_domain instance_guid
config-url = http://[$${apache-php:ip}]:$${apache-php:port}/ config-url = http://[$${apache-php:ip}]:$${apache-php:port}/
return = site_url return = site_url
config-custom_domain = $${slap-parameter:domain} config-custom_domain = $${slap-parameter:domain}
config-instance_guid = $${slap-parameter:instance_guid}
# Deploy slapmonitor # Deploy slapmonitor
...@@ -385,6 +386,7 @@ wu-number = ...@@ -385,6 +386,7 @@ wu-number =
input-file = input-file =
# Default value if no domain is specified # Default value if no domain is specified
domain = domain =
instance_guid = SOFTINST-3
# Default value if no ssh parameter is specified # Default value if no ssh parameter is specified
logbox-ip = logbox-ip =
logbox-port = logbox-port =
......
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