An error occurred fetching the project authors.
  1. 10 Dec, 2021 1 commit
  2. 01 Jul, 2021 1 commit
  3. 01 Jun, 2020 1 commit
    • Thomas Gambier's avatar
      fix xml2dixt and dict2xml · fc2fe51d
      Thomas Gambier authored
      software releases expects _ parameter to be a string with JSON inside
      not a python dict so we partially revert 2acef14b
      and we do the nice printing of JSON parameters in getInformation
      fc2fe51d
  4. 06 Apr, 2020 2 commits
  5. 01 Oct, 2019 1 commit
  6. 31 Jan, 2019 2 commits
  7. 17 Dec, 2018 1 commit
  8. 14 Dec, 2018 1 commit
  9. 08 Nov, 2018 1 commit
  10. 20 Jul, 2018 1 commit
    • Rafael Monnerat's avatar
      API Change: Remove available/building API from Computer Partition · 9fdaa54d
      Rafael Monnerat authored
        The API that notify availability and building from Computer Partition is unecessary and it's
        implementation overuse resources and cause flaky effect on the state of the Computer Partition.
      
        At the Software Release, the states can be available/building/error, and this state tens to be
        immutable once the software release is finished (it will be available, where building and error are
        transitory states).
      
        At Computer Partition, we intent to have started/stopped/destroyed instances, where available and
        building were transitory, but they have no practical function as a second report would come quickly
        after. So we may consider that started is actually same as available, in this case, it is a duplicated
        meaning, as you cannot be available w/o been started/stopped.
      
        computer_partition.building were never used, as the master knew that a partition is been processed,
        so this API were never used.
      
        Report transitory states are prevent us to determinate the actuall state, considering that the latest
        actuall state is more relevant (started/stopped/destroyed).
      9fdaa54d
  11. 27 Apr, 2018 1 commit
  12. 07 Mar, 2018 2 commits
  13. 05 Oct, 2016 1 commit
    • Alain Takoudjou's avatar
      Introduce new garbage collector for instances ignored by buildout · a403cff3
      Alain Takoudjou authored
      Buildout cannot request destroy sub instances when it is removed from
      instance parameters by the user. Ex: request a cluster of KVM, with
      kvm1 and kvm2 instances, edit parameters and remove kvm2 in the list.
      Buildout will just ignore that instance and it will be removed only when
      the hosting subscription will be destroyed.
      
                       -- kvm1
      root instance --|
                       -X- kvm2
      
      So when processing a partition, we send to master the list of requested sub
      instance(s). If the previous list was ['kvm1', 'kvm2'], then after remove kvm2
      the list will be ['kvm1'] (for the root instance). Commit this list to the
      master will unlink between root instance and kvm2 (predecessor categorie).
      
      A new alarm will search for unlinked instances: Instance which has no parent,
      and destroy them (also destroy the sub tree).
      a403cff3
  14. 17 Jul, 2015 1 commit
  15. 25 Nov, 2014 1 commit
  16. 14 Nov, 2014 1 commit
  17. 13 Nov, 2014 1 commit
  18. 10 Nov, 2014 2 commits
  19. 21 Oct, 2014 1 commit
  20. 15 Sep, 2014 1 commit
  21. 15 Jan, 2014 2 commits
  22. 13 Jan, 2014 1 commit
  23. 02 Oct, 2013 1 commit
  24. 13 Jun, 2013 1 commit
  25. 29 May, 2013 2 commits
  26. 17 May, 2013 2 commits
  27. 26 Apr, 2013 1 commit
  28. 11 Dec, 2012 1 commit
  29. 20 Sep, 2012 2 commits
  30. 18 Sep, 2012 1 commit
  31. 13 Sep, 2012 2 commits