Commit Graph

765 Commits (f73709d467d6a624712be458e0036eab29a4abd8)

Author SHA1 Message Date
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
Nico Schottelius 6c9bf9e5d7 use cdist, not __main__ as logger name 13 years ago
Nico Schottelius 9d582ae24f rename emulator to run 13 years ago
Nico Schottelius 996fa75c2e cleanup cdist imports 13 years ago
Nico Schottelius 597e1e7345 remove obsolete cdist-deploy-stdin-to 13 years ago
Nico Schottelius 6458499d2b J) 13 years ago
Nico Schottelius 27b4b9cd03 also move out install and cleanup library path code 13 years ago
Nico Schottelius 35e33570d1 also move out config 13 years ago
Nico Schottelius 0197f8da13 more cleanups from refactoring 13 years ago
Nico Schottelius 6d75016139 make type emulator load again 13 years ago
Nico Schottelius 4eec4d9627 only setup library path in main, not emulator 13 years ago
Nico Schottelius 3f6c479d72 move TYPE_PREFIX back into main, as it's only needed there and should work without module 13 years ago
Nico Schottelius 16d58dcac7 move out banner, fail at emulator 13 years ago
Nico Schottelius e6a903fd96 cleanup logger stuff, remove more path stuff from cdist bin 13 years ago
Nico Schottelius 8f2e5bb8c8 cleanup and move error class to init 13 years ago
Nico Schottelius 8af45f83b2 rearange remote_user 13 years ago
Nico Schottelius e14848ec1f remove run* from cdist and put it into lib/exec 13 years ago