Skip to content
Snippets Groups Projects
  1. Apr 29, 2015
  2. Feb 19, 2015
  3. Feb 05, 2015
  4. Dec 22, 2014
  5. Dec 17, 2014
  6. Dec 15, 2014
  7. 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
  8. Nov 12, 2014
  9. Nov 06, 2014
  10. Sep 10, 2014
  11. Sep 09, 2014
  12. Sep 04, 2014
  13. Aug 05, 2014
  14. Jul 18, 2014
  15. Jul 16, 2014
  16. 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
  17. Jun 11, 2014
  18. 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
  19. Mar 20, 2014
  20. Mar 19, 2014
  21. Jan 07, 2014
  22. Oct 16, 2013
  23. Oct 11, 2013
  24. Aug 03, 2013
  25. Jul 30, 2013
  26. Jun 20, 2013
  27. 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
  28. 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
Loading