Commit 4b3f9d3f authored by Benjamin Blanc's avatar Benjamin Blanc

scalability: change mysql_url getter

parent 047551ef
...@@ -329,7 +329,7 @@ md5sum = ad80b47b39a3daaad89e102b95e14947 ...@@ -329,7 +329,7 @@ md5sum = ad80b47b39a3daaad89e102b95e14947
[template-scalability] [template-scalability]
< = download-base < = download-base
filename = instance-scalability.cfg.in filename = instance-scalability.cfg.in
md5sum = 37fe97ea41d93b56d765053aad878bd2 md5sum = 3a54a3ae5be057220444c824ed0ed8cd
[template-zeo] [template-zeo]
< = download-base < = download-base
......
...@@ -97,7 +97,7 @@ bin = ${buildout:directory}/bin ...@@ -97,7 +97,7 @@ bin = ${buildout:directory}/bin
[erp5-bootstrap] [erp5-bootstrap]
recipe = slapos.cookbook:erp5.bootstrap recipe = slapos.cookbook:erp5.bootstrap
runner-path = ${basedirectory:services}/erp5-bootstrap runner-path = ${basedirectory:services}/erp5-bootstrap
mysql-url = ${request-mariadb:connection-url} mysql-url = ${erp5-cluster:connection-mariadb}
zope-url = http://${zope-instance:user}:${zope-instance:password}@${zope-instance:ip}:${zope-instance:port}/{{ site_id }} zope-url = http://${zope-instance:user}:${zope-instance:password}@${zope-instance:ip}:${zope-instance:port}/{{ site_id }}
[erp5-promise] [erp5-promise]
......
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