- 18 Oct, 2007 1 commit
-
-
Michael Hanselmann authored
Testing failure on the primary node is currently disabled due to drbd problems. Reviewed-by: iustinp
-
- 15 Oct, 2007 1 commit
-
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
- 12 Oct, 2007 1 commit
-
-
Michael Hanselmann authored
Reviewed-by: schreiberal
-
- 10 Oct, 2007 1 commit
-
-
Michael Hanselmann authored
- Implement colours in qa_utils. - Print warning for cron script. Reviewed-by: iustinp
-
- 27 Sep, 2007 1 commit
-
-
Michael Hanselmann authored
Added tests: - “gnt-cluster getmaster” - “gnt-cluster version” - “gnt-instance list” - “gnt-instance reinstall” Reviewed-by: schreiberal
-
- 26 Sep, 2007 1 commit
-
-
Michael Hanselmann authored
- Test “gnt-backup export” and “gnt-backup import”. - Move “ResolveInstanceName” to qa_utils.py. - Fix tests for “ganeti-watcher”. - Make instance shutdown and startup configurable. Reviewed-by: schreiberal
-
- 13 Sep, 2007 1 commit
-
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
- 12 Sep, 2007 1 commit
-
-
Michael Hanselmann authored
Reviewed-by: iustin
-
- 31 Aug, 2007 1 commit
-
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
- 30 Aug, 2007 1 commit
-
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
- 24 Aug, 2007 3 commits
-
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
Michael Hanselmann authored
- Run “gnt-cluster verify” and “gnt-cluster info” after adding all nodes - Remove unused --cleanup option - Remove --verbose option and always print executed SSH commands Reviewed-by: iustinp
-
- 14 Aug, 2007 1 commit
-
-
Iustin Pop authored
This changes the raising of exceptions from: raise Exception, value to raise Exception(value) as the first form will be removed in python-3000 and the second form is preferred now. The changes also involve a few cases of changing from raising standard exceptions and use our own ones. The new version also fixes many pylint-generated warnings, especially in ganeti-noded where I changed many methods to @staticmethod. There is no functionality changed (barring any bugs).
-
- 25 Jul, 2007 1 commit
-
-
Michael Hanselmann authored
- Split up info tests and add more of them - Replace map() by [x for x in y] Reviewed-by: iustinp
-
- 23 Jul, 2007 1 commit
-
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
- 16 Jul, 2007 1 commit
-
-
Iustin Pop authored
-