- 10 Jul, 2015 9 commits
-
-
XCOM-281: Configuration now includes JWT issuer and expiration date
Tyler Nickerson committed -
Update the minos requirement var.
Feanil Patel committed -
Changed what version means but forgot to update the minos_requirement var.
Feanil Patel committed -
Feanil/update minos version
Feanil Patel committed -
Feanil Patel committed
-
Nickersoft committed
-
Feanil Patel committed
-
Feanil Patel committed
-
Switch to a single python process voter.
Feanil Patel committed
-
- 09 Jul, 2015 5 commits
-
-
Minos updated with this PR: https://github.com/edx-ops/edx-minos/pull/15
Feanil Patel committed -
Don't pkill some services.
Feanil Patel committed -
Certain services will shutdown gracefully and so they may not be dead by the time this task is run. Those services should not be explicitly killed since they may need to do things like finish a grading run or other instructor tasks.
Feanil Patel committed -
Warn future devops about changing this
Kevin Falcone committed -
This isn't visible in Jenkins, so would only be changed here.
Kevin Falcone committed
-
- 08 Jul, 2015 7 commits
-
-
Stop celery workers using SIGINT instead of SIGTERM.
Feanil Patel committed -
Don't use ELB pre/post logic with single instance installations.
Feanil Patel committed -
Feanil Patel committed
-
According to the documentation TERM should do a graceful shutdown: http://celery.readthedocs.org/en/latest/userguide/workers.html#process-signals but this is not actually the case: https://groups.google.com/forum/#!topic/celery-users/t8g5KvIvQZ8 SIGINT on the other hand seems to do what we want.
Feanil Patel committed -
Upgrade github-oauth plugin to latest version.
Feanil Patel committed -
Feanil Patel committed
-
Feanil Patel committed
-
- 07 Jul, 2015 3 commits
-
-
Remove --tags=deploy when calling ansible-playbook for devstack
David Baumgold committed -
Corrected path to Commerce API
Clinton Blackburn committed -
XCOM-312
Clinton Blackburn committed
-
- 06 Jul, 2015 3 commits
-
-
Fix 'install python extra requirements' task.
Feanil Patel committed -
Apply mirrored queue policy to all rabbitmq vhosts
Carson Gee committed -
if/else blocks that emit content that includes the `=` sign are no longer supported in recent versions of ansible. Trying to run the task under ansible 1.9 results in this error: variable inserted a new parameter into the module args. Be sure to quote variables if they contain equal signs (for example: "{{var}}"). Replace the {% if %} block with the new default(omit) filter/keyword. For more info see: https://groups.google.com/forum/#!msg/ansible-project/W9bG0tAI3aU/GFtrD9Ao9EwJ
Matjaz Gregoric committed
-
- 03 Jul, 2015 3 commits
-
-
Arbab/sandbox volume delete
Arbab Nazar committed -
arbabnazar committed
-
arbabnazar committed
-
- 02 Jul, 2015 1 commit
-
-
Add CREDIT_PROVIDER_SECRET_KEYS configuration to edxapp role
Will Daly committed
-
- 01 Jul, 2015 1 commit
-
-
David Baumgold committed
-
- 30 Jun, 2015 3 commits
-
-
Update list of forwarded ports
Andy Armstrong committed -
Andy Armstrong committed
-
Add ports for edX Notes and for Bok Choy test servers.
Andy Armstrong committed
-
- 29 Jun, 2015 4 commits
-
-
Add edxapp_common as an admin_jenkins dependency
Feanil Patel committed -
E0d/no discern
Edward Zarecor committed -
DEVOPS-2168 Set up this cookie name for overriding
Kevin Falcone committed -
Since the cookie's domain is *.edx.org use different names to help with testing in stage/prod/edge.
Kevin Falcone committed
-
- 28 Jun, 2015 1 commit
-
-
Because admin_jenkins runs various management commands locally, it needs to be able to run the edxapp locally. This means that it needs to be able to install the system requirements needed by the edxapp so that pip install to local venvs work correctly.
Feanil Patel committed
-