- 23 Jul, 2013 5 commits
-
-
Initial definition of the worker boxes in cloudformation.
Feanil Patel committed -
Extract the app port numbers into the vars file.
Feanil Patel committed -
Feanil Patel committed
-
The number of workers need a multiplier, which I missed in code review
Jason Bau committed -
Jason Bau committed
-
- 19 Jul, 2013 3 commits
-
-
Feanil Patel committed
-
Make the condition on migrate_db a bit safer for using in var_prompt
Jason Bau committed -
Jason Bau committed
-
- 18 Jul, 2013 11 commits
-
-
Use ansible facts instead of facter.
Feanil Patel committed -
Feanil Patel committed
-
The ansible_processor field provides a list of all hyperthreaded cores. Using Jinja we can just get the number of cores on the machine by running length on this list.
Feanil Patel committed -
Use Relative pathes for ora and xqueue auth.json and env.json
Jason Bau committed -
Feanil/vagrant updates
Feanil Patel committed -
Feanil Patel committed
-
Feanil Patel committed
-
Swap lms and lms-xml nginx ports and remove edxapp_sandbox.yml from vars_files because it no longer exists.
Feanil Patel committed -
Putting migratedb in group_vars/all overrides any vars in playbook files and so migrations never get run.
Feanil Patel committed -
In regular runs it seems to have no side effect but fails for vagrant runs.
Feanil Patel committed -
Feanil Patel committed
-
- 17 Jul, 2013 11 commits
-
-
Feanil/ansible workers rebase
Feanil Patel committed -
Jason Bau committed
-
John Jarvis committed
-
Feanil Patel committed
-
Feanil Patel committed
-
Feanil Patel committed
-
Feanil Patel committed
-
Feanil Patel committed
-
Feanil Patel committed
-
This also makes it easier to conditionalize it since it doesn't need to be run on workers.
Feanil Patel committed -
Jason Bau committed
-
- 16 Jul, 2013 3 commits
-
-
Jarv/ansible version fix deploy
John Jarvis committed -
John Jarvis committed
-
John Jarvis committed
-
- 15 Jul, 2013 7 commits
-
-
Fixes bug where WORKERS was sometimes being set to "NAN"
John Jarvis committed -
For the case where "ansible_processor_cores": "NA" and facter_processorcount wasn't the WORKERS was set to the string "NA" * the multiplier (like batman). This will try to convert both to numbers and if the conversion fails it will fall through and just set the WORKERS to the multiplier.
John Jarvis committed -
Jarv/single instance fixes
John Jarvis committed -
removing README.md content in favor of the wiki
John Jarvis committed -
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-