Modify gnt-node add to call external script
[ganeti-local] / daemons / ganeti-confd
2010-08-18 Manuel FranceschiniIntroduce new IPAddress classes
2010-07-12 Manuel FranceschiniConfd IPv6 support
2010-05-25 Guido TrotterErrorLoggingAsyncNotifier
2010-05-21 Guido TrotterMake ConfdInotifyEventHandler a library function
2010-05-21 Guido TrotterRemove errors.ConfdFatalError
2010-03-23 Guido Trotterganeti-confd: Call pyinotify flags correctly
2010-03-23 Iustin PopSome epydoc fixes
2010-03-15 Michael HanselmannRightname confd's HMAC key
2010-02-22 Guido TrotterDisable warning for not calling ProcessEvent init
2010-01-04 Iustin PopFix unused imports or add silences where needed
2010-01-04 Iustin Popconfd: add a TODO and a pylint disable
2010-01-04 Iustin PopFurther pylint disables, mostly for Unused args
2010-01-04 Iustin Popdaemons: handle arguments correctly and uniformly
2010-01-04 Iustin PopAdd targeted pylint disables
2010-01-04 Iustin PopRename an ConfdInotifyEventHandler init argument
2010-01-04 Iustin PopFix use of the logging functions
2009-12-10 Guido TrotterMerge branch 'devel-2.1'
2009-12-10 Guido TrotterChange pyinotify import for broader compatibility
2009-12-01 Michael Hanselmanndaemon.GenericMain: Don't use dict for SSL paths, impro...
2009-09-28 Guido Trotterganeti-confd: cleanup imports
2009-09-28 Guido Trotterganeti-confd: don't depend on the os log dir
2009-09-16 Guido Trotterganeti-confd: remove partial imports
2009-09-16 Guido TrotterMove fourcc packing/unpacking to main confd module
2009-09-16 Guido Trotterganeti-confd: explicitely log failed big sends
2009-09-16 Guido TrotterAdd a magic fourcc code to confd packets
2009-09-16 Guido TrotterConfdAsyncUDPServer: fix a docstring
2009-09-16 Guido TrotterAbstract AsyncUDPSocket to daemon
2009-09-16 Guido TrotterConfdAsyncUDPServer: defer handling writes
2009-09-16 Guido TrotterConfdAsyncUDPServer: handle signals at read time
2009-09-11 Michael HanselmannWrap lines over 80 characters
2009-08-31 Guido Trotterconfd: avoid spamming the logfile
2009-08-28 Guido TrotterConfd: don't fail if the config doesn't load
2009-08-28 Guido Trotterconfd: start in polling mode
2009-08-28 Guido TrotterConfdProcessor: add disabled state
2009-08-28 Guido TrotterMove SimpleConfigReader creation to ConfdProcessor
2009-08-28 Guido Trotterconfd: s/confd_event_handler/inotify_handler/
2009-08-28 Guido TrotterImplement timers in confd
2009-08-28 Guido TrotterConfdInotifyEventHandler.enable: use InotifyError
2009-08-28 Guido TrotterConfdInotifyEventHandler, move to a callback
2009-08-28 Guido TrotterMove creation of inotify handler to a new class
2009-08-28 Guido TrotterConfdInotifyEventHandler: add enable/disable
2009-08-25 Michael HanselmannStyle fixes for ganeti-*
2009-08-20 Guido TrotterConvert ganeti-confd to Mainloop
2009-08-12 Guido TrotterRemove unused imports from confd files
2009-08-10 Guido TrotterInitial confd implementation