- 29 Jun, 2016 4 commits
-
-
Initially used for xblock configurations, but can be used for any ConfigurationModel.
cahrens committed -
rewrite ansible tasks using YAML style
Arbab Nazar committed -
Arbab/git clone fix
Arbab Nazar committed -
arbabnazar committed
-
- 28 Jun, 2016 10 commits
-
-
use YAML syntax for rewriting the ansible tasks
Arbab Nazar committed -
using YAML syntax for ansible tasks
Arbab Nazar committed -
arbabnazar committed
-
rewrite the tasks using YAML syntax
Arbab Nazar committed -
fix the Failed to set permissions on the temporary files in Ansible
Arbab Nazar committed -
rewrite ansible tasks using YAML syntax
Arbab Nazar committed -
fix the duplicate entry of rabbitmq_refresh
Arbab Nazar committed -
rewrite ansible tasks using YAML parameters
Arbab Nazar committed -
use YAML syntax for rewriting the ansible tasks
Arbab Nazar committed -
Indentation matters
Kevin Falcone committed
-
- 27 Jun, 2016 9 commits
-
-
ec2_tag was receiving no args
Kevin Falcone committed -
Incorrect links on edX Course Catalog API
Ahsan Ulhaq committed -
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 -
arbabnazar committed
-
ECOM-4792
Ahsan Ulhaq 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 15 commits
-
-
arbabnazar committed
-
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 -
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
-
arbabnazar 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
-