Commit Graph

778 Commits (37db1e8c2fe2ed469260769a8f78e0104ec2598e)

Author SHA1 Message Date
Nico Schottelius 5315c41903 Revert "do nothing by default and prevent traceback" 12 years ago
Nico Schottelius 8a8192d3d3 Revert "enable what I've committed just before" 12 years ago
Nico Schottelius 840dbc5fc2 enable what I've committed just before 12 years ago
Nico Schottelius b7a8a84bfc do nothing by default and prevent traceback 12 years ago
Steven Armstrong 4b33177d54 remove install command for now 13 years ago
Steven Armstrong f795b83c8e prevent a hen/egg problem when handling unsupported python versions 13 years ago
Nico Schottelius 108283bbeb add default values in argparse 13 years ago
Nico Schottelius c7fbdc8195 add --remote-exec and --remote-copy to command line args 13 years ago
Nico Schottelius dc355e7aa2 be consistent - log parsing is easy 13 years ago
Nico Schottelius eef408c1b3 record failing host and continue 13 years ago
Nico Schottelius 5001e9cbe7 prevent tracebacks in tempfile code/initial manifest from stdin 13 years ago
Nico Schottelius 58a88ca5bd remove useless try: block that was needed to find out how multiprocess /sigint behaviour works 13 years ago
Nico Schottelius 531ad2966f in fork() do sys.exit() so parent knows about failures 13 years ago
Nico Schottelius d3b9aa6769 begin support for sensible exit codes of cdist 13 years ago
Nico Schottelius 5e20ba5a13 ++logs, +import sys at top level 13 years ago
Nico Schottelius aa81486fe9 sys.exit() in try 13 years ago
Nico Schottelius 81660b5d64 explicitly require python 3.2 on source host 13 years ago
Steven Armstrong b38262f858 implement reading initial manifest from stdin 13 years ago
Nico Schottelius 0e7c532870 add new state code, begin to detect circular dependencies 13 years ago
Nico Schottelius ba6371c584 fix import error... stupid one 13 years ago
Nico Schottelius b7fdfb12e6 cleanups 13 years ago
Nico Schottelius 8b9e6780b8 no need for a constant that's used two lines below 13 years ago
Nico Schottelius 0344796d31 restructure imports 13 years ago
Nico Schottelius e3f3c48b22 wrap the whole program in the try...except KeyboardInterrupt block 13 years ago
Nico Schottelius dbdf036787 do not need to use terminate()/SIGTERM 13 years ago
Nico Schottelius 1d1bff88b7 just as a marker: return false, so in theory even multiprocess noticed that we did something stuped 13 years ago
Nico Schottelius a587975a99 catch keyboardirq in parallel mode, so it's not raised into multiprocess 13 years ago
Nico Schottelius 7b770b7b35 correctly report pid when killing subprocess 13 years ago
Nico Schottelius 84e102eb29 also report failed hosts in sequential mode, terminate processes on interrupt, continue deploy even if one or more hosts failed 13 years ago
Nico Schottelius e8a81551f8 implement error reporting for failed hosts at the end 13 years ago
Nico Schottelius 15ae422cb2 catch cdist errors in emulator or config install, not in main, because catching there does not work in multiprocess env 13 years ago
Nico Schottelius 72687b5aeb create new method to encapsulate configinstall run of one host 13 years ago
Nico Schottelius 92de3d2f10 need cdist module for various constens 13 years ago
Nico Schottelius e002710c4c rewrite emulator to class based approach for better logging 13 years ago
Steven Armstrong e2e2ddb33b add missing import 13 years ago
Steven Armstrong f1ff8d2f61 -todo 13 years ago
Nico Schottelius 94a5558f3f ++todo in bin/cdist 13 years ago
Nico Schottelius 2ec3753d94 cleanup context in main 13 years ago
Nico Schottelius 29bb5f383c use context in cdist/bin 13 years ago
Nico Schottelius 4c29d9839b configure logger based on hostname 13 years ago
Nico Schottelius d2b042ab7f remove parallel arg, always change logoutput 13 years ago
Nico Schottelius 48a9309522 indent/+FIXME 13 years ago
Nico Schottelius d190b192de update timing method 13 years ago
Nico Schottelius 71ed728b4a move parallel code to main binary, allow branching out on install and config 13 years ago
Nico Schottelius 2b0a337584 fix base_dir passing 13 years ago
Nico Schottelius 386e2ca34c make cli work again 13 years ago
Nico Schottelius 13d47f3cf4 remove datetime from config to wrong position 13 years ago
Nico Schottelius e162861b17 consistently support -h, -v, -d in all commands 13 years ago
Nico Schottelius 0e8dcb2f3d add verbose support 13 years ago
Nico Schottelius d8da7635de use warning loglevel by default 13 years ago