1. 13 Mar, 2014 10 commits
  2. 12 Mar, 2014 4 commits
  3. 11 Mar, 2014 3 commits
  4. 10 Mar, 2014 20 commits
  5. 07 Mar, 2014 3 commits
    • validate machine var, remove migrate_db prompt · 5cd56655
      Added a validation on the machine variable, expected to be passed in
      from the command line now, so that the worker play only works on
      machines named "util" and the app play on machines named "app".
      Otherwise it would be too easy to mix those up.
      
      Now that we're using -e command line options, it's easier to use this to
      specify the "modify_db" variable than prompt_vars.  Having every install
      block on this question before was such a hassle!  Now we just won't
      migrate unless you explicitly say so on the ansible command with
      "migrate_db=yes" or "migrate_only=yes".
      
      Conflicts:
      	playbooks/edx-west/carnegie-prod-app.yml
      	playbooks/edx-west/carnegie-prod-worker.yml
      	playbooks/edx-west/cme-prod-app.yml
      	playbooks/edx-west/cme-prod-worker.yml
      	playbooks/edx-west/stage-app.yml
      Sef Kloninger committed
    • edx-west: parameterize machine names in playbooks · 31913ab9
      Conflicts:
      	playbooks/edx-west/prod-app.yml
      	playbooks/edx-west/prod-worker.yml
      	playbooks/edx-west/stage-app.yml
      	playbooks/edx-west/stage-worker.yml
      Sef Kloninger committed