- 29 Aug, 2018 3 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
- 28 Aug, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 27 Aug, 2018 1 commit
-
-
Alain Takoudjou authored
check_free_disk_space is now in promise.plugin, with some improvement. Database connection timeout is now 10 seconds If database is locked, promise will try again 10 times before start to raise error with "database is locked" message.
-
- 23 Aug, 2018 1 commit
-
-
Alain Takoudjou authored
When the URL /isSRReady is called if the software release link is not present in softwareLink folder, webrunner will launch build of software. The result is slapgrid trying to build sr every minutes, then resiliency fail.
-
- 13 Aug, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 03 Aug, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 31 Jul, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 27 Jul, 2018 2 commits
-
-
Alain Takoudjou authored
Start slapproxy at runner startup and when instance is removed in webrunner. This fix resiliency problem when proxy.db file does not exist. /reviewed-on nexedi/slapos.toolbox!36
-
Alain Takoudjou authored
-
- 24 Jul, 2018 2 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
- 12 Apr, 2018 1 commit
-
-
Alain Takoudjou authored
resiliency data in instance_root/slappart0/var/log/log.log is writen by a service in slaprunner, so after the takeover the service will start again an write a new entry. We should then check if data from old runner0 is present in new data log.
-
- 10 Apr, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 09 Apr, 2018 2 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
/reviewed-on nexedi/slapos.toolbox!33
-
- 30 Mar, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 27 Mar, 2018 7 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
Also set database connection timeout to 5 second
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
promise check_partition_deployment_state.py that buildout didn't fail to process the partition, if failed the promise will show the latest buildout logs. the promise monitor_bootstrap_status.py is used to check monitor bootstrap is ok
-
Alain Takoudjou authored
promise are run by slapgrid now, monitor will collect result and generate final files monitor runpromise script can be used to test a promise (which is implemented on the new promise design) remove all generated script and logrotate code from monitor.py, they will be added in buildout
-
Alain Takoudjou authored
-
- 12 Mar, 2018 1 commit
-
-
Alain Takoudjou authored
/reviewed-on nexedi/slapos.toolbox!32
-
- 03 Mar, 2018 1 commit
-
-
Tristan Cavelier authored
A promise that would check slapuser memory in collector.db (like check_computer_memory promise). - API: - --threshold parameter (int, float) - --unit parameter (byte, percent) - --user parameter (e.g. slapuser9) /reviewed-on nexedi/slapos.toolbox!30
-
- 21 Feb, 2018 1 commit
-
-
Tristan Cavelier authored
-
- 19 Feb, 2018 6 commits
-
-
Tristan Cavelier authored
Add the possibility to choose unit between byte or percent, and to choose between checking used or free memory.
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
avoid to return exit code (int) or mem (object) better return a tuple (mem, error_message) (object, str)
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
- 16 Feb, 2018 2 commits
-
-
Tristan Cavelier authored
test_check_apachedex_result: also extract promise messages from test methods
-
Tristan Cavelier authored
test_check_apachedex_result: fix float threshold
-
- 15 Feb, 2018 1 commit
-
-
Tristan Cavelier authored
remaning -> remaining
-
- 13 Feb, 2018 1 commit
-
-
Tristan Cavelier authored
free were equal to memory_used used were equal to memory_free
-
- 12 Feb, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 09 Feb, 2018 1 commit
-
-
Alain Takoudjou authored
-