An error occurred fetching the project authors.
- 06 Oct, 2017 2 commits
-
-
Hardik Juneja authored
/reviewed-on nexedi/slapos!239
-
Rafael Monnerat authored
This reverts commit 9b0b7a8b
-
- 04 Oct, 2017 1 commit
-
-
Julien Muchembled authored
-
- 28 Sep, 2017 1 commit
-
-
Hardik Juneja authored
-
- 18 Aug, 2017 3 commits
-
-
Hardik Juneja authored
-
Hardik Juneja authored
-
Hardik Juneja authored
-
- 18 Jul, 2017 1 commit
-
-
Hardik Juneja authored
whenever the zope instances have the same title (example all zope have 'Zope monitor' as title) the request to frontends consider it as the same request and gives same frontend to each of them. /reviewed-on nexedi/slapos!202
-
- 20 Jun, 2017 3 commits
-
-
Hardik Juneja authored
-
Hardik Juneja authored
-
Hardik Juneja authored
-
- 13 Jun, 2017 4 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
- 17 May, 2017 1 commit
-
-
Vincent Pelletier authored
Whitespaces matter to exporter.exclude: - patterns must *not* start with a space - file *must* end with a newline Also, de-duplicate paths.
-
- 16 May, 2017 1 commit
-
-
Vincent Pelletier authored
Makes it easier to deploy a functional replication setup.
-
- 16 Feb, 2017 1 commit
-
-
Vincent Pelletier authored
When a process is stopped: - it may not have emitted logs since previous rotation: add "missingok" As a direct consequence: stop using logrotate recipe. - its pid file (if applicable) may be missing: test its non-empty presence before calling slapos-kill Also, stop using slapos.cookbook:logrotate. Update obvious users (cloudooo, neoppod, erp5, monitor, re6stnet).
-
- 08 Feb, 2017 3 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Will be needed to customise backup restoration. Also, stop using slapos.cookbook:generic.mysql.wrap_mysqld, which: - did not allow extra arguments - did incorrect and superfluous ulimit manipulation
-
Vincent Pelletier authored
-
- 10 Aug, 2016 1 commit
-
-
Vincent Pelletier authored
-
- 20 May, 2016 1 commit
-
-
Vincent Pelletier authored
This allows enabling replication later without requiring a mariadb restart. For now, nothing passes the internal server-id instance parameter, so replication is not.
-
- 24 Sep, 2015 1 commit
-
-
Vincent Pelletier authored
-
- 23 Sep, 2015 1 commit
-
-
Tristan Cavelier authored
-
- 17 Feb, 2015 2 commits
-
-
Cédric de Saint Martin authored
-
Cédric de Saint Martin authored
-
- 10 Feb, 2015 1 commit
-
-
Cédric de Saint Martin authored
-
- 09 Feb, 2015 1 commit
-
-
Cédric de Saint Martin authored
-
- 27 Jan, 2015 1 commit
-
-
Cédric de Saint Martin authored
-
- 26 Jan, 2015 1 commit
-
-
Cédric de Saint Martin authored
Also move mariadb buildout instance profile to dynamic template.
-
- 16 Jan, 2015 3 commits
-
-
Cédric de Saint Martin authored
-
Cédric de Saint Martin authored
-
Cédric de Saint Martin authored
Side effect: activate binlogs. current backup system does not work.
-
- 18 Nov, 2014 2 commits
-
-
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 %}
-
- 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.
-
- 11 Sep, 2014 1 commit
-
-
Vincent Pelletier authored
-
- 05 Jun, 2014 1 commit
-
-
Kazuhiko Shiozaki authored
also cleanup pt-* commands in mariadb instanciation.
-
- 24 Apr, 2014 1 commit
-
-
Vincent Pelletier authored
Fix spurious newlines being emitted, breaking published values. Also, remove unneeded whitespace trimming on "else" statement.
-