Skip to content
Snippets Groups Projects
  1. Dec 17, 2014
  2. Dec 15, 2014
  3. Dec 08, 2014
    • Nikos Skalkotos's avatar
      snf-mkimage: Add --host-run option · 272ccfe7
      Nikos Skalkotos authored
      This can be used to define scripts to run on the guest media after
      mounting it under a directory in the host.
      
      This resolves #13, resolves #14 and resolves #15
      272ccfe7
  4. Nov 12, 2014
  5. Nov 06, 2014
  6. Sep 10, 2014
  7. Sep 09, 2014
  8. Sep 04, 2014
  9. Aug 05, 2014
  10. Jul 18, 2014
  11. Jul 16, 2014
  12. Jul 15, 2014
    • Nikos Skalkotos's avatar
      Add device attribute in Disk class · fcc4df5d
      Nikos Skalkotos authored
      This attribute hosts the block device associated with this Disk
      instance. This can be the original media if the source media is a block
      device, a loop device of the original media if the original media is a
      regular file or a loop device of a temporary object if the original
      media is a directory.
      fcc4df5d
  13. Jun 11, 2014
  14. Jun 10, 2014
    • Nikos Skalkotos's avatar
      Switch license to GPLv3 · 822ccd58
      Nikos Skalkotos authored
      According to the decision of the GRNET Board of Directors,
      switch license to GPLv3.
      
      This commit will be propagated to the release
      and master branches based on git flow, and the next
      release will be licensed as GPLv3.
      822ccd58
  15. Mar 20, 2014
  16. Mar 19, 2014
  17. Jan 07, 2014
  18. Oct 16, 2013
  19. Oct 11, 2013
  20. Aug 03, 2013
  21. Jul 30, 2013
  22. Jun 20, 2013
  23. Jun 18, 2013
    • Nikos Skalkotos's avatar
      Change the metadata file format to json · 8e58e699
      Nikos Skalkotos authored
      When registring an image, use the information returned by the
      kamaki register method to construct the metadata file.
      
      When dumping the image to the local filesystem, store the image
      properties and the disk-format info in the metadata file.
      8e58e699
    • Nikos Skalkotos's avatar
      Add --cloud option in snf-image-creator · b3a4845c
      Nikos Skalkotos authored
      This options can be used to get the authentication URL and token
      from a saved cloud section in the kamaki configuration file
      b3a4845c
    • Nikos Skalkotos's avatar
      Comply with kamaki 0.9 · 49c07ce3
      Nikos Skalkotos authored
       * Change the authentication everywhere to use clouds
         (authentication URL and token pairs)
       * Add menu entries to manage clouds
       * Add an extra -a option in snf-image-creator to allow the user to
         specify authentication URLs
      49c07ce3
  24. Jun 11, 2013
    • Nikos Skalkotos's avatar
      Code Cleanup · 121f3bc0
      Nikos Skalkotos authored
       * Prefix all private methods with _
       * Write missing docstrings
       * Move all public methods above the private ones
       * Add module docstrings where missing
       * Define source code encodings on all modules
      121f3bc0
  25. Jun 07, 2013
  26. May 27, 2013
  27. May 24, 2013
  28. May 23, 2013
  29. May 17, 2013
  30. Mar 26, 2013
    • Nikos Skalkotos's avatar
      Rename DiskDevice class to Image · f5174d2c
      Nikos Skalkotos authored
      Rename DiskDevice class to Image and move it to a seperate module.
      Also, don't let the user access the os_type/* modules directly. In
      Image class create the `os' member variable that will host an
      appropriate instance of one of the OSBase classes.
      f5174d2c
  31. Mar 22, 2013
  32. Mar 21, 2013
  33. Mar 20, 2013
  34. Mar 17, 2013
  35. Mar 16, 2013
Loading