- 31 May, 2019 5 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Łukasz Nowak authored
Instead of expensive and long checking of the configuration during promise run read last stored state. This decouples configuration validation calculation from promise check. The validation information is updated often (on each configuration change, on each reload, etc) and every 2 hours.
-
Łukasz Nowak authored
Validation happens on each configuration change, but for sure it is checked each 2 hours. State of configuration is calculated in separate script.
-
Łukasz Nowak authored
Order of files does not matter for the assertion.
-
- 30 May, 2019 11 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Tests need to open xz files for checking.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
It's interesting what appears in cron entries, as they are important for proper partition usage.
-
Łukasz Nowak authored
Always work from the slave_dir path for extensibility and allow no ignore paths if caller does not need to ignore anything.
-
Łukasz Nowak authored
Ignore path's shall be relative to checked directory.
-
Łukasz Nowak authored
Move files from var/log/trafficserver/*old to srv/backup/logrotate/trafficserver, xz them and clean files older than a year.
-
Łukasz Nowak authored
As some tools are not configurable with logrotate provide a script to "rotate" files generated by those tools. This script more or less follows logrotate behaviour: * moves rotated files to logrotate directory * compresses them with xz * have to be configured to keep only files for some days
-
Łukasz Nowak authored
Roll logs each 24h, as it would be expected.
-
- 29 May, 2019 3 commits
-
-
Rafael Monnerat authored
Upper limits makes harder deploy larger systems
-
Łukasz Nowak authored
Stderr to null redirection happened in the wrong place.
-
Xiaowu Zhang authored
/reviewed-on nexedi/slapos!561
-
- 28 May, 2019 5 commits
-
-
Łukasz Nowak authored
Promises will fail with stderr filled, and it can be such if sha256sum emits error messages, so just discard them.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Some arguments needs Caddy process restart, so implement it with hash-files and also inform the master partition requester about parameters which will result with process restart.
-
Łukasz Nowak authored
Kedifa partition was missing monitoring at all, so add it and monitor kedifa and exposer ip and port. Partition running caddy was missing monitoring for exposer, so add it.
-
- 25 May, 2019 3 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Rafael Monnerat authored
-
- 22 May, 2019 1 commit
-
-
Xiaowu Zhang authored
-
- 17 May, 2019 4 commits
-
-
Rafael Monnerat authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Use unreal address to avoid any tries for network connectivity.
-
Łukasz Nowak authored
-
- 16 May, 2019 2 commits
-
-
Łukasz Nowak authored
Kedifa requires some time to process new slave, and during that time the key download URL is not available, but as it is required for proper mapping file, use some url to mimic it.
-
Xiaowu Zhang authored
-
- 15 May, 2019 4 commits
-
-
Julien Muchembled authored
Recent setuptools found a way to install by downloading wheels from PyPI. But we want to control the versions of all components.
-
Łukasz Nowak authored
Buildout's kedifa updater just prepares, and so real one has to be run.
-
Łukasz Nowak authored
During buildout run no network communication is required in order to prepare fallback certificates, so call kedifa-updater with --prepare-only
-
Łukasz Nowak authored
-
- 13 May, 2019 1 commit
-
-
Killian Lufau authored
-
- 11 May, 2019 1 commit
-
-
Rafael Monnerat authored
-