An error occurred fetching the project authors.
- 20 Nov, 2014 1 commit
-
-
Julien Muchembled authored
-
- 18 Nov, 2014 3 commits
-
-
Julien Muchembled authored
In order not to conflict with a future integration of NEO in ERP5: - the input schema has a new parameter for external storages. - zodb-software-type & zodb is used only for internal storages and only ZEO is supported. NEO logging is also enabled for clients.
-
Julien Muchembled authored
New 'slapos-kill' from slapos.toolbox is used instead of 'killpidfromfile' This is required for NEO which does not write any pid file.
-
Julien Muchembled authored
The inline recipe for ERP5 has been improved and converted into recipe, which is reused for NEO. Templates are instanciated only if they're used, so no need anymore to wrap them with: {% if slap_software_type == software_type -%} ... {% endif %}
-
- 08 Nov, 2014 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 21 Oct, 2014 1 commit
-
-
Tristan Cavelier authored
- Use latest slapos.toolbox (0.41.0) - stack/erp5/buildout.cfg add script is-local-tcp-port-opened - Change instance-mariadb promise to use is-local-tcp-port-opened The monitor runs promises every 5 minutes. The previous mariadb promise check for listening tcp port by openning a socket and closing it, causing mariadb to block the host after a defined amount of time. The new script `is-local-tcp-port-opened` checks for opened tcp port on current machine by reading /proc/net/tcp{,6}. No socket is opened. Maria should not block hosts anymore.
-
- 28 Aug, 2014 2 commits
-
-
Vincent Pelletier authored
Update users.
-
Vincent Pelletier authored
Implemented using libuserhosts. Only provided to zope processes so far, may be extended in the future with each process seeing different sets of aliases, with potentially different resolutions.
-
- 07 Jul, 2014 1 commit
-
-
Vincent Pelletier authored
Also, remove dead section "cluster".
-
- 05 Apr, 2014 2 commits
-
-
Vincent Pelletier authored
Move haproxy httpchk configuration per-listen as zope's webdav returns 401 on (at least) GET / . TCP-level checks are still active, which should be sufficient. Also, change zope_family_address_list check to getitem as it's more natural than concatenating. Also, stop using apache.zope.backend recipe to add support for per-port scheme so automatic ERP5Site creation knows which URL is really HTTP. Also, stop using certificate_authority recipe and call openssl directly when generating self-signed cert for https/webdavs support. Also, rework balancer parameters a bit (still undocumented). Also, make instance-balancer always publish ipv6 value (empty when no ipv6 available), so instance-erp5 always succeeds.
-
Vincent Pelletier authored
-
- 03 Apr, 2014 2 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
- 04 Feb, 2014 2 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 21 Jan, 2014 1 commit
-
-
Vincent Pelletier authored
-
- 10 Jan, 2014 1 commit
-
-
Kazuhiko Shiozaki authored
otherwise buggy slapos.core-1.0 will be used if exists.
-
- 04 Sep, 2013 1 commit
-
-
Vincent Pelletier authored
Fixes backend maxconn value: it's now equal to zope's number of threads. Instead, generate configuration file from template and wrapper from stand-alone recipe. One local-only feature is lost: haproxy-ctl command is not present, but its usage should be rare enough to not be a problem now. Socket is present anyway, so any tool able to access a unix socket would do (ex: socat).
-
- 07 Aug, 2013 1 commit
-
-
Julien Muchembled authored
-
- 19 Jul, 2013 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 18 Jul, 2013 2 commits
-
-
Julien Muchembled authored
Same as commit 8da9aa07, to reduce redundancy.
-
Julien Muchembled authored
-
- 17 Jul, 2013 1 commit
-
-
Julien Muchembled authored
-
- 16 Jul, 2013 5 commits
-
-
Julien Muchembled authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Drop instance-erp5-single and instance-zope: All deployments of ERP5 instances must be covered by cluster-style deployment, and tweaked by parameters rather than software type. Drop instance-varnish: This is not used currently, so avoid giving the impression that it is supported. Revive when properly integrated.
-
Vincent Pelletier authored
Only able to use a pre-existing NEO cluster.
-
Vincent Pelletier authored
-
- 03 Jul, 2013 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 10 May, 2013 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 28 Feb, 2013 2 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
- 04 Feb, 2013 1 commit
-
-
Vincent Pelletier authored
This work has nothing to do in erp5-component branch, and is preventing it from being merged to erp5 banch more often. Conflicts because of non-reverted 6d1a9805 have been resolved to that its intent is preserved with non-cluster ERP5 SR. This reverts commit 77976a14. This reverts commit 7aa1d92c. This reverts commit 80062015. This reverts commit 36ed58f2. This reverts commit 1fe3f466. This reverts commit 7731726a. This reverts commit eb2016c4.
-
- 03 Oct, 2012 1 commit
-
-
Vincent Pelletier authored
-
- 25 Sep, 2012 1 commit
-
-
Vincent Pelletier authored
In preparation for better ERP5 clusterisation.
-
- 20 Sep, 2012 1 commit
-
-
Vincent Pelletier authored
It is not used in xwiki and lamp, does not work out of the box in erp5, and prevents erp5 from moving further toward IPv6 support. Do not drop its component SR and recipe just yet, as it might find some use in the near future.
-
- 24 Aug, 2012 1 commit
-
-
Thomas Lechauve authored
-
- 21 Aug, 2012 1 commit
-
-
Cédric de Saint Martin authored
Kept backward compatibility about "production" software_type.
-
- 19 Jul, 2012 1 commit
-
-
Rafael Monnerat authored
The erp5 is created by erp5-bootstrap, this promise assert if the site is already created.
-