- 25 Feb, 2021 4 commits
-
-
Łukasz Nowak authored
It's available only on the slave, so it is not part of master partition configuration. Due to the cleanup change the parameter parsing logic has to be improved.
-
Łukasz Nowak authored
Improvements: * link from README to schemas * drop incorrect entries in README * improve entries description in README * make parameter description more understandable in SCHEMA
-
Jérome Perrin authored
-
Jérome Perrin authored
Instead of duplicating the versions and having an old pin to a version which is now older than caucase minimum required version.
-
- 24 Feb, 2021 4 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
This reverts commit 16d90017 because new use of collective.recipe.template is forbidden.
-
Julien Muchembled authored
-
Jérome Perrin authored
use six for python3 compatibility
-
- 22 Feb, 2021 7 commits
-
-
Thomas Gambier authored
-
Xavier Thompson authored
See merge request nexedi/slapos!914
-
Xavier Thompson authored
See merge request nexedi/slapos!913
-
Jérome Perrin authored
Our schemas test check all files if they are present, but it so far it did not check that the request and response schema referenced in software.cfg.json were really existing and they were missing for some softwares. This extends the test to check that request / response exists and add missing responses for cdn-me and srslte See merge request nexedi/slapos!910
-
Jérome Perrin authored
So that the test fail if they are missing.
-
Jérome Perrin authored
monitor_v6_url and info_1 were not documented, monitor_v6_url is useless since we have monitor_url and info_1 seems "self explanatory" for humans and not targeted at machines. also fix typo on publish-connection-informations
-
Jérome Perrin authored
It's empty because the instance does not publish anything at this point.
-
- 19 Feb, 2021 1 commit
-
-
Xavier Thompson authored
See merge request !892
-
- 18 Feb, 2021 17 commits
-
-
Kazuhiko Shiozaki authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
It allows to access monitoring with a monitoring web app.
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
If the service crash it will inform master by trigger a "bang" call
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
Learn more by reading: README.update-hash.rst
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Thomas Gambier authored
-
Jérome Perrin authored
This repairs buildout profiles on python 2. To backport the patch on old profiles, a simpler version is to append this to buildout.cfg : ``` [versions] pyrsistent = 0.16.1 ``` See merge request nexedi/slapos!908
-
- 17 Feb, 2021 4 commits
-
-
Jérome Perrin authored
some depends egg have special installation methods, we need more than just listing the egg to install it.
-
Jérome Perrin authored
1.0.167 can not longer be installed, 1.0.167.1 is 1.0.167 with a fix backported.
-
Jérome Perrin authored
pyrsistent has a setup_require of pytest-runner. Buildout installs setup_require from their latest version, regardless of [versions]. When a new version of pytest-runner was released without python 2 support this broke installation of software releases on python 2.
-
Jérome Perrin authored
This reverts commit c2a7ed05.
-
- 16 Feb, 2021 3 commits
-
-
Lu Xu authored
See merge request nexedi/slapos!907
-
Xavier Thompson authored
`autorun` controls the `slapos-node-auto` service: - `running`: start `slapos-node-auto` - `stopped`: stop `slapos-node-auto` - ( else ) : leave `slapos-node-auto` as it is See merge request nexedi/slapos!888
-
Jérome Perrin authored
slapgrid is the old name of slapos node command.
-