- 02 Mar, 2016 13 commits
-
-
Small doc fix
Max Rothman committed -
Max Rothman committed
-
Fix playbook name
Max Rothman committed -
Max Rothman committed
-
Allow this to be run -c local so you don't need sudo or /usr/bin/python
Max Rothman committed -
Kevin Falcone committed
-
make databases overridable
Fred Smith committed -
Improve RDS cloudmigration documentation
Max Rothman committed -
Max Rothman committed
-
Fred Smith committed
-
Instead, turn it on for the databases where it makes sense.
Kevin Falcone committed -
fix the permission issue while creating the route53 records
Arbab Nazar committed -
arbabnazar committed
-
- 01 Mar, 2016 1 commit
-
-
Improvements for s3cmd in the "aws" role
Feanil Patel committed
-
- 29 Feb, 2016 5 commits
-
-
Be able to run jailed code in the CMS as well.
Feanil Patel committed -
Expose STATICFILES_STORAGE in credentials settings
Renzo Lucioni committed -
Feanil Patel committed
-
Renzo Lucioni committed
-
Work around a supervisord bug causing the provisioning to hang intermittently.
Fred Smith committed
-
- 27 Feb, 2016 2 commits
-
-
Sven Marnach committed
-
Sven Marnach committed
-
- 26 Feb, 2016 19 commits
-
-
update s3 configuration to use custom credentials s3 backends
Max Rothman committed -
Renzo Lucioni committed
-
New playbook and role for go-server
Brian Beggs committed -
New playbook and role for go-agent
Brian Beggs committed -
Max Rothman committed
-
Install optional credentials requirements
Renzo Lucioni committed -
Renzo Lucioni committed
-
Jibsheet/migrate multiple databases
Kevin Falcone committed -
Kevin Falcone committed
-
OPS-727 Sandbox platform name and logo
Arbab Nazar committed -
ECOM-3778
zubair-arbi committed -
N.B. This may break docker-based devstacks. Fix TBD.
Calen Pennington committed -
arbabnazar committed
-
pre_supervisor expects to run the migrate tests as the supervisor user, which does not have sudo. Add an env variable flag that allows you to claim "I know what I'm doing, don't sudo".
Kevin Falcone committed -
migrate-edxapp-lms is templated to know if a given image points to 1, 2 or even 3 databases. We don't have that knowledge in pre_supervisor without parsing lms.auth.json for DATABASES and adding a bunch of special-case logic.
Kevin Falcone committed -
This dates from when our code was if lms/cms, else xque, else new_service. Now that lms/cms are lumped into new_services, name it services.
Kevin Falcone committed -
This allows us to run `edxapp-migrate-lms --list` for migration checking
Kevin Falcone committed -
When we have multiple DBs, this will do the right thing.
Kevin Falcone committed -
Does so by running the edxapp role just to generate config (as controlled by check-migrations.sh's use of the --tag) and then the tasks in the playbook are hardcoded to always run, regardless of the tag. Because the edxapp play has run, the tasks have access to the various config variables containing DATABASES and can tell what DBs are in use. Skip the read replica
Kevin Falcone committed
-