Skip to content
Snippets Groups Projects
  1. May 24, 2011
    • Iustin Pop's avatar
      Implement conversion of Python constants to Haskell · d99d1e36
      Iustin Pop authored
      
      With the merge of the repositories, we can now auto-generate the code
      for Haskell constants from the Python code.
      
      Currently this only handles the basic types (strings and
      integers). Handling containers such as lists and dictionaries is only
      possible if we would use a parser such that we recognise the element
      names. We could extend the convert-constants script if that becomes
      necessary, right now I'm looking at just the simple constants such as
      Iallocator modes, instance states, etc.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      d99d1e36
  2. Mar 24, 2011
  3. Mar 23, 2011
  4. Mar 22, 2011
  5. Feb 24, 2011
  6. Jan 18, 2011
  7. Jan 06, 2011
  8. Dec 13, 2010
  9. Dec 01, 2010
  10. Nov 15, 2010
  11. Oct 29, 2010
  12. Oct 27, 2010
  13. Oct 25, 2010
  14. Jul 19, 2010
  15. Jun 17, 2010
  16. Jun 04, 2010
  17. Feb 23, 2010
  18. Nov 13, 2009
  19. Nov 05, 2009
    • Michael Hanselmann's avatar
      Add new “daemon-util” script to start/stop Ganeti daemons · f154a7a3
      Michael Hanselmann authored
      
      Until now, Ganeti started and stopped its own daemons using custom functions.
      To start, the daemon was just executed and then sent the appropriate signals to
      stop it again. Init scripts would have to pay attention to the PID file and
      other things.
      
      With this patch, a new script is added (“daemon-util”, installed in
      $prefix/lib/ganeti/), centralizing the starting and stopping of daemons. The
      provided example init script is adjusted to use this new script. Ganeti's code
      no longer calls its own init script.
      
      Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      f154a7a3
  20. Nov 04, 2009
  21. Oct 27, 2009
  22. Sep 21, 2009
Loading