- 07 May, 2014 4 commits
-
-
Needed for edge which doesn't have a prod_grader db
John Jarvis committed -
optionally override cms hostname in nginx
Fred Smith committed -
Fred Smith committed
-
adding an option to override the default cache path for ec2.py
John Jarvis committed
-
- 06 May, 2014 8 commits
-
-
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
Han/fix motd
Han Su Kim committed -
Correcting /usr/share/landscape file
Han Su Kim committed -
adding stage config
John Jarvis committed -
John Jarvis committed
-
John Jarvis committed
-
- 05 May, 2014 3 commits
-
-
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
- 02 May, 2014 3 commits
-
-
moving boto back to 2.20.1
John Jarvis committed -
John Jarvis committed
-
adding an sql script for sanitizing the prod mysql db
John Jarvis committed
-
- 30 Apr, 2014 2 commits
-
-
Modify jenkins worker task to run the wheel script
Jay Zoldak committed -
edx-west: use local temp dir for sockets and ansible cache
Sef Kloninger committed
-
- 29 Apr, 2014 16 commits
-
-
John Jarvis committed
-
I was having problems where concurrent installs could trample on each other. The instance that immediately affected me was output caching from ec2.py: the output of that command is different between staging and prod, and both were being written to /tmp/ansible_ec2.cache and .index. Fix here is to write to a local temp directory. This creates empty temp dirs to ensure that they are created in all repos. While less likely, you could have collisions on named ssh sockets. Those are named with just the instance name, which could be re-used across VPC's. Putting those in the ./tmp dir too prevents that. Note that for consistency I did away with just the plain ec2.ini file, and instead now there are prod- and stage- variants. This is clean but now means that you'll need to change your install command to look something like this: ANSIBLE_EC2_INI=prod-ec2.ini ANSIBLE_CONFIG=prod-ansible.cfg ansible-playbook -c ssh -u ubuntu -i ./ec2.py prod-app.yml Conflicts: playbooks/edx-west/ansible.cfg
Sef Kloninger committed -
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
Jay Zoldak committed
-
removing json_lint.sh script
Han Su Kim committed -
Han Su Kim committed
-
John Jarvis committed
-
John Jarvis committed
-
Adding new GA var.
e0d committed -
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
- 28 Apr, 2014 4 commits
-
-
A script to clone a database into a vpc using stack-name
John Jarvis committed -
John Jarvis committed
-
John Jarvis committed
-
There is some work outstanding before this is ready but I believe it's complete enough to merge. There will be more logic added to sanitize and change the db password after the clone is complete
John Jarvis committed
-