Skip to content
Snippets Groups Projects
  1. Aug 21, 2007
  2. Aug 20, 2007
  3. Aug 17, 2007
    • Iustin Pop's avatar
      Change cli.OutputTable to cli.GenerateTable · 16be8703
      Iustin Pop authored
      Since the table generation might be useful elsewhere, let's change it to
      return the data instead of directly printing it.
      
      Its callers have also been updated.
      
      Reviewed-by: imsnah
      16be8703
  4. Aug 16, 2007
    • Iustin Pop's avatar
      Another documentation update. · 1005b0c1
      Iustin Pop authored
      This removes the section on packages from installing.sgml (until we have
      packages) and adds/corrects informations about using the startup script.
      
      It also adds notes about the ``--master-netdev`` option, which one needs
      to use if the node doesn't have an interface named xen-br0 (or if it's
      not the interface wanted for external access).
      1005b0c1
    • Iustin Pop's avatar
      Some small fixes. · 8925faaa
      Iustin Pop authored
      It fixes the main Makefile.am to create $localstatedir/{lib,log}/ganeti.
      It fixes the testing Makefile.am after the rename fake_config.py ->
      mocks.py.  It strips the output of "ip link show" to have a nicer output
      if the master netdev does not exist.
      8925faaa
    • Iustin Pop's avatar
      Documentation updates. · a7a19281
      Iustin Pop authored
      This changes installing.sgml, adding details about required software and
      OS instances. It also updates INSTALL and README to correspond with the
      sgml manual.
      
      Reviewed-by: ultrotter
      a7a19281
  5. Aug 15, 2007
    • Iustin Pop's avatar
      Some changes to the installation manual. · 5d6dd340
      Iustin Pop authored
      The biggest change is that at configure time one must specify
      --localstatedir=/var since the directories for ganeti (/var/log/ganeti,
      /var/lib/ganeti) must be located here.
      
      Reviewed-by: ultrotter
      5d6dd340
  6. Aug 14, 2007
    • Iustin Pop's avatar
      Style changes for pep-8 and python-3000 compliance. · 3ecf6786
      Iustin Pop authored
      This changes the raising of exceptions from:
        raise Exception, value
      to
        raise Exception(value)
      
      as the first form will be removed in python-3000 and the second form is
      preferred now.
      
      The changes also involve a few cases of changing from raising standard
      exceptions and use our own ones.
      
      The new version also fixes many pylint-generated warnings, especially in
      ganeti-noded where I changed many methods to @staticmethod.
      
      There is no functionality changed (barring any bugs).
      3ecf6786
  7. Aug 08, 2007
  8. Aug 06, 2007
  9. Aug 03, 2007
  10. Aug 02, 2007
  11. Jul 30, 2007
  12. Jul 27, 2007
  13. Jul 26, 2007
Loading