An error occurred fetching the project authors.
  1. 05 Oct, 2016 2 commits
    • Alain Takoudjou's avatar
    • 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
  2. 27 Oct, 2015 1 commit
  3. 26 Oct, 2015 1 commit
  4. 15 Oct, 2015 2 commits
  5. 02 Oct, 2015 1 commit
  6. 29 Sep, 2015 1 commit
  7. 25 Sep, 2015 1 commit
  8. 21 Aug, 2015 1 commit
  9. 24 Apr, 2015 2 commits
  10. 25 Mar, 2015 1 commit
  11. 17 Mar, 2015 1 commit
  12. 29 Jan, 2015 1 commit
  13. 23 Jan, 2015 2 commits
  14. 20 Jan, 2015 1 commit
  15. 03 Dec, 2014 1 commit
  16. 25 Nov, 2014 1 commit
  17. 10 Nov, 2014 10 commits
  18. 31 Oct, 2014 1 commit
  19. 29 Oct, 2014 1 commit
  20. 22 Sep, 2014 2 commits
  21. 15 Sep, 2014 2 commits
  22. 12 Aug, 2014 1 commit
  23. 14 May, 2014 2 commits
  24. 03 Apr, 2014 1 commit