Ticket #3831 (partial) - Rewrite cache updater as twisted application:
commit95dae59d3d64f5ec17735f5c61899673c407066c
authorPeter Krenesky <peter@osuosl.org>
Fri, 29 Apr 2011 18:01:22 +0000 (29 11:01 -0700)
committerPeter Krenesky <peter@osuosl.org>
Fri, 29 Apr 2011 18:01:22 +0000 (29 11:01 -0700)
treee7467865a523f6a38a7a7a1889f92932552a437b
parente5dc2e510ed7d5f571cce83a47e9cc3a86f0449b
Ticket #3831 (partial) - Rewrite cache updater as twisted application:
    * moving vm cache process to new package
    * rewrote node cache process to use twisted
    * rewrote vm cache process to use twisted
    * both processes now use twisted's async web client for requesting data from ganeti
    * moved counter and timer classes to __init__
    * added tac file for starting service
    * vm cache process now starts first since it takes longer to download
ganeti/cache.py [deleted file]
ganeti/cacher/__init__.py
ganeti/cacher/cache.tac [new file with mode: 0644]
ganeti/cacher/node.py
ganeti/cacher/service.py
ganeti/cacher/virtual_machine.py [copied from ganeti/cacher/node.py with 54% similarity]