1. 23 Aug, 2017 1 commit
  2. 24 Jun, 2016 1 commit
  3. 02 Mar, 2016 1 commit
    • 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
  4. 11 Jun, 2015 1 commit
  5. 10 Feb, 2015 1 commit
  6. 18 Nov, 2014 1 commit
    • Refactoring to repair user creation · edbd944f
      bootstrap admin creation
      
      removing debug flag
      
      new local module
      
      rename
      
      Changing to string from list
      
      porting Carson's upgrade
      
      removing create user flag
      
      refactoring handling of 2.4
      
      removing to another pr
      
      making autograde gated by cluster status
      
      pulling in Carsons changes
      
      Carsons changes to cluster
      
      rename
      
      Carsons changes
      
      Adding template for root user
      
      Updating vars
      
      Removing colon
      
      whitespace
      
      whitespace
      
      module name
      
      restore missing code, whitespace, update vars.
      * playbooks/roles/mongo/templates/repset_init.js.j2:
      
      restore whitespace
      
      typo
      
      adding replica set, needs testing on sandbox
      
      updating vars
      
      One more var
      
      sigh
      
      Removing auth, unsure this is needed
      Edward Zarecor committed
  7. 17 Nov, 2014 1 commit
    • Refactoring to repair user creation · 6a8501ee
      bootstrap admin creation
      
      removing debug flag
      
      new local module
      
      rename
      
      Changing to string from list
      
      porting Carson's upgrade
      
      removing create user flag
      
      refactoring handling of 2.4
      
      removing to another pr
      
      making autograde gated by cluster status
      
      pulling in Carsons changes
      
      Carsons changes to cluster
      
      rename
      
      Carsons changes
      
      Adding template for root user
      
      Updating vars
      
      Removing colon
      
      whitespace
      
      whitespace
      
      module name
      
      restore missing code, whitespace, update vars.
      * playbooks/roles/mongo/templates/repset_init.js.j2:
      
      restore whitespace
      
      typo
      
      adding replica set, needs testing on sandbox
      
      updating vars
      
      One more var
      
      sigh
      
      Removing auth, unsure this is needed
      Edward Zarecor committed
  8. 23 Oct, 2014 3 commits