- 06 Mar, 2020 3 commits
-
-
Łukasz Nowak authored
This promise will check that certificate matches the key and will check that it is renewed before 15 days before expiration.
-
Łukasz Nowak authored
For some cases on-renew is not needed, so allow empty one in case if it's not provided.
-
Łukasz Nowak authored
-
- 05 Mar, 2020 4 commits
-
-
Alain Takoudjou authored
Upgrade Gitlab from version 8.17 to 9.5.10. https://gitlab.com/gitlab-org/gitlab-foss/-/blob/v9.5.10/doc/install/installation.md /reviewed-on nexedi/slapos!699
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
Previous gitlab version was 8.17.0, this commit upgrade gitlab to version 9.5.10, and update all configuration to work with this version according to the installation procedure, see: https://gitlab.com/gitlab-org/gitlab-foss/-/blob/v9.5.10/doc/install/installation.md
-
- 04 Mar, 2020 10 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
/reviewed-on nexedi/slapos!704
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
If pgdata already exists, then postgres recipe will not update or install anything when buildout will run. This result to no configuration or wrapper updated if configuration changes. For example this change: 29d1ed68 the path of `posgtres bin` is now in shared folder, then impossible to run postgres service anymore because path was not updated by buildout in wrapper. /reviewed-on nexedi/slapos!703
-
Vincent Pelletier authored
-
- 03 Mar, 2020 7 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
Since 10.4, it seems mysql_install_db does not take anymore BASEDIR/lib/plugin as default value for plugin_dir.
-
Julien Muchembled authored
-
Julien Muchembled authored
Shamefully copied from neoppod/stress-testing SR.
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
- 02 Mar, 2020 9 commits
-
-
Jérome Perrin authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Bryton Lacquement authored
-
Łukasz Nowak authored
Only TestSlave class and its subclasses are tested, as those are enough complex scenarios: master partition, kedifa partition and frontend partition.
-
Łukasz Nowak authored
This allows to use monitor-setup-url correctly.
-
Łukasz Nowak authored
Instead of forcing to set monitor port in some cases, just generate them, so it's possible to correctly instantiate caddy-frontend on one partition scenario like in webrunner or tests.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 28 Feb, 2020 1 commit
-
-
Julien Muchembled authored
-
- 27 Feb, 2020 1 commit
-
-
Julien Muchembled authored
-
- 20 Feb, 2020 5 commits
-
-
Bryton Lacquement authored
This avoids duplication of information.
-
Łukasz Nowak authored
The cluc from https://docs.trafficserver.apache.org/en/7.1.x/admin-guide/logging/formatting.en.html#cache-details allows to track the log entry per the originated request, which basically makes debugging of ATS behaviour possible. /reviewed-on nexedi/slapos!689
-
Łukasz Nowak authored
/reviewed-on nexedi/slapos!633
-
Jérome Perrin authored
This reverts commit 2cc61477. Now we now, without "futures" egg, gunicorn refuses to start: Error: class uri 'gunicorn.workers.gthread.ThreadWorker' invalid or not found: [Traceback (most recent call last): File "/srv/slapgrid/slappart14/srv/testnode/cqc/inst/test0-0/tmp/soft/8c22f5a21e7f016f38916f098ab2339b/eggs/gunicorn-19.7.1-py2.7.egg/gunicorn/util.py", line 134, in load_class mod = import_module('.'.join(components)) File "/srv/slapgrid/slappart14/srv/testnode/cqc/inst/test0-0/tmp/shared/python2.7/8d8826883d34c5a7ec7a5b8c187d89c9/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) File "/srv/slapgrid/slappart14/srv/testnode/cqc/inst/test0-0/tmp/soft/8c22f5a21e7f016f38916f098ab2339b/eggs/gunicorn-19.7.1-py2.7.egg/gunicorn/workers/gthread.py", line 37, in <module> """) RuntimeError: You need to install the 'futures' package to use this worker with this Python version.
-
Jérome Perrin authored
There have been a few fixes since last time we update. nexedi/cloudooo@0ff799eb...67e233f2 /reviewed-on nexedi/slapos!698
-