- 18 Nov, 2014 4 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
Contrary to ERP5, there's no mysql-update service: - this simplifies the SR - after reading the MySQL documentation, the automatic use of mysql_upgrade is quite frightening: « You should always back up your current MySQL installation before performing an upgrade. » « After running mysql_upgrade, stop the server and restart it so that any changes made to the system tables take effect. » (which is currently not done by the recipe) - the future of NEO is an embedded DB like libmysqld
-
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 2 commits
-
-
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.
-
Kazuhiko Shiozaki authored
Conflicts: stack/erp5/buildout.cfg stack/erp5/instance-erp5-cluster.cfg.in stack/erp5/instance-erp5-single.cfg.in stack/monitor/buildout.cfg
-
- 02 Oct, 2014 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 30 Sep, 2014 2 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
also add a temporary patch to respect more tokens in natural language mode.
-
- 29 Sep, 2014 2 commits
-
-
Cédric de Saint Martin authored
Move dcron test in dedicated directory/file. Also move slapos/recipe/test to slapos/test. Currently : only dcron test.
-
Kazuhiko Shiozaki authored
-
- 26 Sep, 2014 3 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 25 Sep, 2014 3 commits
-
-
Cédric Le Ninivin authored
Conflicts: software/slaprunner/schema.json software/slaprunner/software.cfg.json
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
- 24 Sep, 2014 13 commits
-
-
Klaus Wölfel authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
also use the explicit version of nginx-dav-ext-module. also remove too old nginx-unstable.
-
Klaus Wölfel authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Rafael Monnerat authored
-
- 23 Sep, 2014 2 commits
-
-
Sebastien Robin authored
-
Cédric de Saint Martin authored
-
- 22 Sep, 2014 1 commit
-
-
Sebastien Robin authored
-
- 19 Sep, 2014 3 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
stop using quite old setuptools in slapos itself, because many eggs already drop python 2.4/2.5 support.
-
- 17 Sep, 2014 4 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-