An error occurred fetching the project authors.
  1. 14 Sep, 2017 1 commit
  2. 19 Oct, 2016 1 commit
  3. 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
  4. 29 Apr, 2016 1 commit
  5. 27 Oct, 2015 1 commit
  6. 26 Oct, 2015 1 commit
  7. 15 Oct, 2015 1 commit
  8. 02 Oct, 2015 1 commit
  9. 17 Jul, 2015 1 commit
  10. 20 Jan, 2015 1 commit
  11. 13 Nov, 2014 1 commit
  12. 10 Nov, 2014 6 commits
  13. 21 Oct, 2014 1 commit
  14. 22 Sep, 2014 3 commits
  15. 12 Aug, 2014 1 commit
  16. 14 May, 2014 1 commit
  17. 27 Nov, 2013 1 commit
  18. 02 Oct, 2013 3 commits
  19. 25 Jun, 2013 1 commit
  20. 24 Jun, 2013 7 commits
  21. 23 Jun, 2013 1 commit
  22. 29 May, 2013 2 commits
  23. 17 May, 2013 2 commits