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

Uses slapos python in bonjourgrid

parent 686f8194
...@@ -42,7 +42,7 @@ md5sum = c1334a8564d5ddbd6f18e06995d8f5ca ...@@ -42,7 +42,7 @@ md5sum = c1334a8564d5ddbd6f18e06995d8f5ca
[bonjourgrid] [bonjourgrid]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/bonjourgrid.src/bonjourgrid.tar.gz url = ${:_profile_base_location_}/bonjourgrid.src/bonjourgrid.tar.gz
md5sum = 50f6da04e9cd203a886a9cb4658f8e03 md5sum = d67764e80cedb51c6420ae8b711db5db
[template-redis] [template-redis]
recipe = slapos.recipe.template recipe = slapos.recipe.template
......
...@@ -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 = d93a345e9f1aa1e299105437f71189f9
mode = 0644 mode = 0644
#Template for deploying MySQL Database Server #Template for deploying MySQL Database Server
......
...@@ -337,12 +337,10 @@ path = $${basedirectory:services}/slapreport ...@@ -337,12 +337,10 @@ path = $${basedirectory:services}/slapreport
# Publish all instance parameters (url of instance) # Publish all instance parameters (url of instance)
[publish-connection-informations] [publish-connection-informations]
recipe = slapos.cookbook:publish recipe = slapos.cookbook:publish
backend_url = $${apache-php:url} boinc_admin_page = $${boinc-server:admin_page}
url = $${request-frontend:connection-site_url} boinc_home_page = $${boinc-server:home_page}
admin_page = $${boinc-server:admin_page} boinc_user = $${boinc-server:user}
home_page = $${boinc-server:home_page} boinc_passwd = $${boinc-passwd:passwd}
user = $${boinc-server:user}
passwd = $${boinc-passwd:passwd}
# Deploy promises scripts # Deploy promises scripts
......
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