- Feb 27, 2013
-
-
Anael Beutot authored
-
- Dec 17, 2012
-
-
Anael Beutot authored
-
- Nov 29, 2012
-
-
Sébastien Luttringer authored
With the permission of Romain Degez, CTO of Smartjog. Signed-off-by:
Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
- Oct 18, 2012
-
-
Anael Beutot authored
otherwise log to syslog
-
Anael Beutot authored
Moved some parts to cc-common Added logging handler for cc-common Modified binary
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
Clean authentication code.
-
Anael Beutot authored
-
Anael Beutot authored
Harmless renaming.
-
Anael Beutot authored
New class RootDB has no parents and handles RPC calls to the cc-server in a transparent fashion from its children.
-
Anael Beutot authored
JobManager + BaseJob.
-
Anael Beutot authored
When role changes in a new authentication attempt. Was missing a method on MainLoop instance to unregister all plugins.
-
Anael Beutot authored
Tag version was not registered.
-
Anael Beutot authored
-
Anael Beutot authored
Set rpc_con to False in restart_rpc_connection.
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
When doing remote execution, it was sometimes failing with the following exception: OSError: [Errno 10] No child processes. The problem is when using libev default loop, the latest register a handler for SIGCHLD, it causes a problem when Popen.communicate() tried to do a wait_pid, the syscall is skipped because of the signal. Then when wait_pid is called again, it failed because the process don't exist anymore.
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
When the node is disconnected from the cc-server, it keeps it internal state until the connection pass, then in case the same role is returned by the cc-server, it just reregister its objects and tags, else it remove the previous main plugin and recreate a new one corresponding to the adequate role.
-
Anael Beutot authored
Support for registering/unregistering sub object to the cc-server. Support for tag lifecycle handling (libev), was previously managed by plugins.
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
Plus error handling.
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
Refactored plugins. Updated hypervisor libvirt event handling. Async rpc handling. Minor renaming for libvirt event callback. Remove uneeded method sub_tags (in hypervisor Handler).
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
-