1. 19 Jul, 2017 2 commits
  2. 17 Jul, 2017 1 commit
  3. 02 May, 2017 2 commits
  4. 28 Apr, 2017 1 commit
  5. 13 Apr, 2017 1 commit
  6. 12 Apr, 2017 3 commits
    • Tag tasks · e2ae08ad
      We're stopping rabbit, but it's part of the configuration the service,
      so I didn't use manage:.  We may need to re-discuss the tags (mongo_3_0
      works similarly when stopping mongo to manage config).
      Kevin Falcone committed
    • WIP for upgrading RabbitMQ · 8e92b6f1
      Files for building a docker container for rabbitmq
      
      All apt-get over https
      
      New third-party repos
      
      Enforce correct rabbit version installed
      
      Flag rabbit upgrading
      
      Adds the CHECK_RABBIT_VERSION flag (true by default). If true and the
      rabbitmq version found differs from the version specified in
      RABBITMQ_VERSION, the role fails. If false in the same scenario, the
      role continues but does not install rabbitmq (because it's already
      installed).
      
      This enables us to continue using this role without forcing us to
      upgrade rabbitmq.
      
      Rebase miss
      
      Missed merge conflict marker
      
      syntax and whitespace
      
      latest rabbit.
      Edward Zarecor committed
  7. 05 Apr, 2017 1 commit
  8. 07 Mar, 2017 1 commit
  9. 01 Mar, 2017 1 commit
  10. 28 Feb, 2017 1 commit
  11. 24 Feb, 2017 1 commit
  12. 23 Feb, 2017 1 commit
  13. 03 Feb, 2017 1 commit
  14. 14 Dec, 2016 1 commit
  15. 28 Nov, 2016 1 commit
  16. 07 Jul, 2016 1 commit
  17. 06 Jul, 2016 1 commit
  18. 01 Jul, 2016 1 commit
  19. 25 May, 2016 2 commits
  20. 25 Apr, 2016 1 commit
  21. 03 Mar, 2016 1 commit
  22. 02 Mar, 2016 2 commits
    • Update comment. · dc4365c4
      Feanil Patel committed
    • Stop using the RABBITMQ_CLUSTERED var and tooling. · 6b22eae8
      This method relied on the `hostvars` variable provided by ansible to always
      be all the nodes in the rabbitmq cluster.  The hostvars var broke as a result
      of the upgrade to ansible 1.9 but also even if it did work, this method
      required that you always run rabbit plays on the whole cluster.  This is not
      reasonable as it makes it very hard to heal a single node that may have fallen
      over.
      
      From here on, the RABBITMQ_CLUSTERED_HOSTS var should be used instead to
      specify the rabbit hosts that are part of a cluster.
      Feanil Patel committed
  23. 18 Jun, 2015 1 commit
  24. 07 May, 2015 1 commit
  25. 22 Apr, 2015 1 commit
  26. 21 Oct, 2014 2 commits
  27. 20 Oct, 2014 7 commits