- 27 Jun, 2016 5 commits
-
-
Initial play to run Django migrations.
John Eskew committed -
Sometimes abbey builds fail waiting on the status checks
Kevin Falcone committed -
Use temporary directory for storage of migration output. Transfer output artifacts after completion to preserve them. Supports running migrations for most IDAs.
John Eskew committed -
This needs to be installed on the servers not locally.
Feanil Patel committed -
OPS-1593 As an operator, I want sudo_user converted to become user in…
Arbab Nazar committed
-
- 26 Jun, 2016 1 commit
-
-
They fail with Waiting for system status: An error occurred building AMI for loadtest edx edxapp. The Exception was IndexError('list index out of range',) I'm guessing that it is this list index lookup, but seems likely. Hard to test as it requires AWS slowness.
Kevin Falcone committed
-
- 25 Jun, 2016 1 commit
-
-
configure worker settings via worker_django_settings_module
Kevin Falcone committed
-
- 24 Jun, 2016 13 commits
-
-
OPS-1593 As an operator, I want sudo_user converted to become user in roles and plays, for compatibility with Ansible 2.x
arbabnazar committed -
This breaks when you add a new person, but a previous person removed a key.
Kevin Falcone committed -
Other than removing that user you have no recourse to add the new user. We need a better warning mechanism for this, but we need to stop failing.
Kevin Falcone committed -
Feanil Patel committed
-
This happens before common unfortunately so we can't rely on much to exist. Even pip is not installed till common.
Feanil Patel committed -
This change is needed because we recently moved from the get_url module to the uri module.
Feanil Patel committed -
adding httplib2 as a requirement
Brian Beggs committed -
Brian Beggs committed
-
Handle the non-build-from-scratch case
Kevin Falcone committed -
app has replaced the word cluster with app in the create ami CD playbook
Brian Beggs committed -
We only run the previous stanza if git and pip are missing. So if you have an existing 14.04 image and cut a new one, you'll still run into problems where ansible dies missing httplib2 and we never install it without a scratch build.
Kevin Falcone committed -
Brian Beggs committed
-
adding ec2_instance_profile_name to launch instance CD
Brian Beggs committed
-
- 23 Jun, 2016 15 commits
-
-
Brian Beggs committed
-
Brian Beggs committed
-
Default to ssd instead of standard storage.
Feanil Patel committed -
removing docs for unused variable
Brian Beggs committed -
Brian Beggs committed
-
Single Sign-out updates for Credentials IDA
Ahsan Ulhaq committed -
Feanil Patel committed
-
14.04 doesn't install httplib2 by default (12.04 does)
Kevin Falcone committed -
Our user play uses uri which requires httplib2.
Kevin Falcone committed -
Brian Beggs committed
-
adding ec2_instance_profile_name to launch instance CD
Brian Beggs committed -
Brian Beggs committed
-
fix error - found a duplicate dict key (when). Using last defined value only
Arbab Nazar committed -
using YAML syntax
Arbab Nazar committed -
Ahsan Ulhaq committed
-
- 22 Jun, 2016 5 commits
-
-
We have users who are absent and keyless
Kevin Falcone committed -
arbabnazar committed
-
Gabe Mulley committed
-
We don't always want to immediately remove them, as we use these configs to pull them off of other hosts.
Kevin Falcone committed -
arbabnazar committed
-