- 03 Feb, 2016 2 commits
-
-
arbabnazar committed
-
arbabnazar committed
-
- 02 Feb, 2016 4 commits
-
-
Update requirements installation commands for course discovery.
Peter Fogg committed -
Clarify some docker conventions
Calen Pennington committed -
See edx/course-discovery@7482d0e4.
Peter Fogg committed -
discovery play fixes
Fred Smith committed
-
- 01 Feb, 2016 5 commits
-
-
Add script & playbook for reporting on package upgrades
Max Rothman committed -
Max Rothman committed
-
Add some docs, fix some bugs
Max Rothman committed -
OPS-1240 Datadog role erroring and causing builds to be marked failed
Arbab Nazar committed -
arbabnazar committed
-
- 29 Jan, 2016 4 commits
-
-
Add another MIME type for Javascript files.
Toby Lawrence committed -
Toby Lawrence committed
-
Enroll test users into testcourses as part of provisioning.
Ben Patterson committed -
We need test users automatically enrolled into these courses so we can automate various tests (most immediately, fully-deployed sandboxes that we run browser testing against.) See: TE-1128
Ben Patterson committed
-
- 28 Jan, 2016 8 commits
-
-
Erroneous removal in a1509d2e
Kevin Falcone committed -
SEC-79: Install nginx from their ppa
Max Rothman committed -
Kevin Falcone committed
-
Fred Smith committed
-
Fred Smith committed
-
Fred Smith committed
-
E0d/change name coursediscover
Edward Zarecor committed -
Merge Dogwood changes (so far) into master.
Ned Batchelder committed
-
- 27 Jan, 2016 7 commits
-
-
Do the fast checks first and then the slow docker tasks.
Feanil Patel committed -
Print only the 10 slowest tasks instead of all of them.
Feanil Patel committed -
Feanil Patel committed
-
Feanil Patel committed
-
Ned Batchelder committed
-
Fred Smith committed
-
add jwt auth settings for edxapp role
Zubair Afzal committed
-
- 26 Jan, 2016 7 commits
-
-
Move to using a more recent build for the default devstack.
Feanil Patel committed -
Kevin Falcone committed
-
zubair-arbi committed
-
Max/idempotent mongo 3 0
Kevin Falcone committed -
MA-1955: Add OAuth expiration config.
Cliff Dyer committed -
The dogwood devstack was not compatible with some changes made after dogwood was cut.
Feanil Patel committed -
DEVOPS-3275 Add theme selector to Jenkins ansible-provision job
Arbab Nazar committed
-
- 25 Jan, 2016 3 commits
-
-
Add verbose option to aid debugging failed builds
Max Rothman committed -
Max Rothman committed
-
Previously on this branch, it would attempt to create a superuser and initialize the replica set after the local host exemption had passed (once a mongod is started with a keyfile and the replicationSetName config file option or --replSet command line argument, you can't create users using the localhost exemption anymore ). This necesarily complicates the logic and requires us to track if we're initializing a replica set or not (with facts) and to template out /etc/mongod.conf twice in the initialization case. Further modifications to the replica set can be run against all the members and will install mongo on new machines while updating the replica set on the old machines. With a further commit on this branch, we can avoid needlessly restarting mongo on all machines in the cluster. When we run this on an existing cluster, this stops and starts mongo for all machines it is run against. We can't rely on the notify: since that happens at the end of the play and during initial cluster setup, we need to restart and pick up the changed config. Try to stick sensible tags on things Ensure mongo restarts on the cluster key file change Add a few playbook notes about common operations
Kevin Falcone committed
-