1. 13 Aug, 2020 5 commits
    • Łukasz Nowak's avatar
      XXX Even more XXX · 5bd49375
      Łukasz Nowak authored
      5bd49375
    • Łukasz Nowak's avatar
      software/kvm: Enable downloadable images in cluster · 419c758d
      Łukasz Nowak authored
      The image-url-list parameter is passed-thru only if it's present in the
      original request, as the default instance differentiates correctly between
      parameter existence or emptiness (or being None).
      419c758d
    • Łukasz Nowak's avatar
      software/kvm: Implement downloadable images · c0ab7828
      Łukasz Nowak authored
      Downloadable images are enabled when key image-url-list (described in
      instance-kvm-input-schema.json) is present.
      
      Images are downloaded outside of partition processing, as this can take a lot
      of time by template/image-download-controller.py
      
      Configuration is checked and cleaned up by
      template/image-download-config-creator.py
      
      Promises are used for:
      
       * checking if the current configuration from the request has been processed
       * checking status of configuration generation, image download process and
         checksum validity
      
      Details about errors are exposed by using monitor stack provided HTTP server,
      so that user is able to take informed decision about how to fix the problem.
      c0ab7828
    • Łukasz Nowak's avatar
      XXX NOT FOR MERGE: Test only kvm · b5cdaed3
      Łukasz Nowak authored
      b5cdaed3
    • Łukasz Nowak's avatar
      software/kvm/test: Wait long when big images are downloaded · 1c48675c
      Łukasz Nowak authored
      Some tests are checking deeply that bootstrap script works correctly inside
      if prepared VM, but those prepared VMs are big chunks of data to be fetched,
      so it's required to wait quite long.
      1c48675c
  2. 12 Aug, 2020 1 commit
  3. 11 Aug, 2020 1 commit
  4. 10 Aug, 2020 1 commit
  5. 07 Aug, 2020 6 commits
  6. 06 Aug, 2020 1 commit
  7. 05 Aug, 2020 14 commits
  8. 03 Aug, 2020 5 commits
  9. 02 Aug, 2020 1 commit
  10. 30 Jul, 2020 5 commits