- 30 Apr, 2020 3 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Creating this file and updating the slapos.cfg configuration is possible to call slapos node format from the partition in the same way you would do in a computer.
-
Rafael Monnerat authored
-
- 29 Apr, 2020 4 commits
-
-
Łukasz Nowak authored
-
Thomas Gambier authored
don't add automatic route when adding IP address on interface because the automatic route doesn't add "via XXXXXX" gateway option. In KVM setup, the host machine is the gateway. We need to go through the gateway because we can't reach directly the other VM running on different slaptap interfaces.
-
Arnaud Fontaine authored
As SOFTWARE_HOME is added at the top of sys.path, this meant that Zope2.egg/Zope2 ended up at the top of sys.path: * This broke `imp.find_module('App')` and Pylint (`No name 'Extensions' in module 'App' (no-name-in-module)`) because there are `App` modules in both Zope2.egg/Zope2/ and Zope2.egg/ and the former was returned. * "Normal" instances and Products.ERP5Type.tests.runUnitTest properly set up SOFTWARE_HOME to Zope2.egg/. Additionally, according to Zope2/Testing documentation, SOFTWARE_HOME is only needed to find Zope2.egg/Testing module, already available as Zope2.egg is in sys.path.
-
Łukasz Nowak authored
-
- 28 Apr, 2020 3 commits
-
-
Julien Muchembled authored
-
Nicolas Wavrant authored
log accesses (the logrotate conf already exists for them), and remove the pattern "<IfDefine Port>" which was used when this apache conf was extended by the software's apache extending the monitor stack
-
Jérome Perrin authored
-
- 27 Apr, 2020 16 commits
-
-
Thomas Gambier authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Kazuhiko Shiozaki authored
-
Jérome Perrin authored
Profiles for nexedi/erp5!948 Testnode expose the log folder for test suite, so that they can expose more logs and snapshots. Because these can be big, we expose a new "keep-log-days" option so that we can se shorter delay for test nodes running software release tests. Another important visible change is that testnode now automatically restart when configuration is changed. See merge request !731
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Allow to configure the number of days to keep logs
-
Jérome Perrin authored
-
Jérome Perrin authored
Use NameWidth=* so that long filenames are never truncated Use SuppressColumnSorting to disable the ablity to sort so that we can wget -r all the logs for local analysis
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Since 2de4c80f generic_mysql does not sleep so long between retries
-
Jérome Perrin authored
This recipe now uses strings for ip
-
Jérome Perrin authored
See merge request !741
-
- 26 Apr, 2020 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 25 Apr, 2020 1 commit
-
-
Julien Muchembled authored
-
- 24 Apr, 2020 12 commits
-
-
Julien Muchembled authored
See merge request !720
-
Julien Muchembled authored
-
Thomas Gambier authored
See merge request !739
-
Julien Muchembled authored
TODO: There are still direct references to specific version of Python in: - slapos component - bazel templates - nextcloud & theia SR
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Thomas Gambier authored
-
Thomas Gambier authored
if last_backup was an int, the script failed with this error: result undefined, global datetime = <module 'datetime' from '/srv/slapgrid/ slappart6...6d33cee74/lib/python2.7/lib-dynload/datetime.so'>, datetime.datetime = <type 'datetime.datetime'>, datetime.datetime.fromtimestamp = <built-in method fromtimestamp of type object>, last_backup = '1587724103' <type 'exceptions.TypeError'>: a float is required args = ('a float is required',) message = 'a float is required'
-
Thomas Gambier authored
This was broken in 8725ab1a. fix the way of getting parameters in the new recipe.
-
Thomas Gambier authored
* fix section pbs in instance-pull-backup.cfg.in after change of argument names. * fix the order of the 2 callbacks as the order is very important
-
Thomas Gambier authored
-