Skip to content
Snippets Groups Projects
  1. Jul 16, 2020
  2. Jun 23, 2020
    • Theodoros Tsioutsias's avatar
      Fix default aggregates util · 3cacc382
      Theodoros Tsioutsias authored
      The aggregate util was adding the novaclient aggregate obj in the list
      but aardvark needs only the uuid of the aggregate. This change fixes
      this issue.
      3cacc382
  3. May 28, 2020
  4. Jul 30, 2019
  5. Jul 29, 2019
  6. Jul 26, 2019
  7. Jul 12, 2019
  8. Jul 10, 2019
  9. Jul 04, 2019
  10. Jul 02, 2019
  11. Jul 01, 2019
  12. Feb 06, 2019
    • Ubuntu's avatar
      Fix devstack plugin · 79ceb0a1
      Ubuntu authored
      After the database integration the plugin was broken.
      79ceb0a1
    • Theodoros Tsioutsias's avatar
      Fix resource reservation · 992d550d
      Theodoros Tsioutsias authored
      Trying to keep the same codepath for both watermark and standard
      modes is proving to be a bit more difficult than expected. This
      change addresses an issue with the resource reservations and the
      logic we iterate over the hosts. The watermark mode is best effort
      and we need to gather the requested resources even if we cannot find
      all of them. On the other hand, in the standard mode we only preempt
      servers if all the requested resources are found. Reservations should
      be considered only for the standard mode, because in the watermark
      mode we loop over the same once at most.
      992d550d
  13. Feb 05, 2019
    • Theodoros Tsioutsias's avatar
      Remove backend abstraction · fbe77f15
      Theodoros Tsioutsias authored
      Initially, it was decided to allow aardvark fetch data from nova and
      placement DB. This removes this abstraction layer, as we will use only
      the official APIs provided by these services.
      fbe77f15
  14. Nov 16, 2018
Loading