Skip to content
Snippets Groups Projects
  1. Aug 30, 2007
  2. Aug 29, 2007
  3. Aug 28, 2007
  4. Aug 27, 2007
  5. Aug 24, 2007
    • Michael Hanselmann's avatar
      Implement argument for known_hosts file. · 94508060
      Michael Hanselmann authored
      Reviewed-by: iustinp
      94508060
    • Michael Hanselmann's avatar
      Set SSH's ClearAllForwardings and ForwardAgent options. · 807d926c
      Michael Hanselmann authored
      Reviewed-by: iustinp
      807d926c
    • Michael Hanselmann's avatar
      - Test “gnt-cluster copyfile” · 180bdd1f
      Michael Hanselmann authored
      - Run “gnt-cluster verify” and “gnt-cluster info” after adding all nodes
      - Remove unused --cleanup option
      - Remove --verbose option and always print executed SSH commands
      
      Reviewed-by: iustinp
      180bdd1f
    • Iustin Pop's avatar
      Rework ssh known-hosts handling. · 82122173
      Iustin Pop authored
      This changes:
        - cluster setup, we no longer edit /etc/ssh/ssh_known_hosts but our
          own file
        - node add, we no longer remove root's known_hosts (twice)
        - gnt-instance console, both the LU and the script: since now the ssh
          setup is not standard, we need to build the ssh cmdline in the LU
          (instead of manually building it in the script) with the correct
          parameters and use the command line as returned in the script
        - ssh.py, many changes, split options in module-level constants so
          that building the command line in different places is easier/more
          logical
        - backend.py, we no longer remove root's known_hosts in Add node, and
          we allow our own known_hosts file to be uploaded
      
      Reviewed-by: imsnah
      82122173
  6. Aug 23, 2007
    • Iustin Pop's avatar
      Improve LURunClusterCommand · 02715459
      Iustin Pop authored
      This function used a hand-coded ssh call to remote nodes. Fix it to use the
      ssh.SSHCall function, and in the process drop the command field from the
      results, as it's too verbose and we can use (in gnt-cluster) what we passed in.
      
      Reviewed-by: schreiberal
      02715459
  7. Aug 22, 2007
  8. Aug 21, 2007
  9. Aug 20, 2007
  10. 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
  11. 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
Loading