- 30 Oct, 2017 1 commit
-
-
The INSIGHTS_MYSQL_USER variable is not defined, so the Insights database user was not being created.
Tyler Hallada committed
-
- 03 Oct, 2017 1 commit
-
-
Added install:configuration tag to step that sets up forum env
George Song committed
-
- 26 Sep, 2017 3 commits
-
-
It turns out ansible already provides info about the default network interface in the ansible_default_ipv4 dict variable, so we can use that instead of using the 'ip route show' command.
Matjaz Gregoric committed -
Matjaz Gregoric committed
-
On Ubuntu 16.04, the default networks interface is not always called eth0, depending on the hardware. The name of the default network interface on some VM types on AWS is ens3, for example. Determine the interface name using ip route command instead of hardcoding to eth0. Also, /etc/network/interfaces.d/<interface-name>.cfg files no longer exist in Ubuntu 16.04. Use a script in /etc/network/if-up.d to adjust the MTU value at startup instead.
Matjaz Gregoric committed
-
- 25 Sep, 2017 2 commits
-
-
signle quoted regex
Zia Fazal committed -
Added the option of overriding atomic requests without having to override the entire database configuration structure.
Tobias Macey committed
-
- 18 Aug, 2017 3 commits
-
-
Added a way to override having the aws role be installed. In cases where a local host is being used, aws role is not needed. Default remains true though.
sar committed -
Added the `install:configuration` tag to the step that writes the forum_env to disk so that updated mongodb credentials are properly propagated to the service during deployments.
Tobias Macey committed -
Added `EDXAPP_LMS_ENV_EXTRAS` and `EDXAPP_CMS_ENV_EXTRAS` to default vars in order to be able to have different values for the `env_extras` between LMS and CMS.
Tobias Macey committed
-
- 10 Aug, 2017 2 commits
-
-
(cherry picked from commit bb5bc41f)
Ned Batchelder committed -
Ned Batchelder committed
-
- 06 Jun, 2017 1 commit
-
-
removing unneeded, missing alternatives bad diag missed var (cherry picked from commit 0ca865c9)
Edward Zarecor committed
-
- 21 Apr, 2017 1 commit
-
-
Ned Batchelder committed
-
- 20 Apr, 2017 4 commits
-
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Make changes for running analyticstack on 16.04.
brianhw committed -
* Replace llvm-gcc with gcc. * Define new Hadoop services. * Add retry when first using Hadoop. * Update procps package to address bug. * Increase memory from 4GB to 6GB. * Disable vmem-check in yarn.
Brian Wilson committed
-
- 19 Apr, 2017 2 commits
-
-
(cherry picked from commit 1c138599)
Feanil Patel committed -
Since the earliest days of edX, we've run gunicorn with preload_app as True. This was primarily because the first handful of courses were using the XMLModuleStore, which was extremely slow to initialize because it had to read entire courses from disk and load them into memory at startup. XMLModuleStore courses stopped being created with the introduction of Studio, and we've long since removed them from edx.org. Note: This should not be confused with importing courses that are authored in XML. XMLModuleStore courses are courses who use the disk instead of Mongo for content persistence, and require a server restart for content edits to show. This commit sets things back to how Django is more commonly deployed with gunicorn. It will make server startup time somewhat more expensive because each worker process does init work, but it should make it easier to safely enable features like database connection pooling without having to worry about shared resources. [PERF-305] (cherry picked from commit 30b924d5)
David Ormsbee committed
-
- 28 Mar, 2017 1 commit
-
-
Ned Batchelder committed
-
- 24 Mar, 2017 1 commit
-
-
Ned Batchelder committed
-
- 23 Mar, 2017 2 commits
-
-
(cherry picked from commit e90ed376)
Ned Batchelder committed -
(cherry picked from commit ff65c883)
Ned Batchelder committed
-
- 17 Mar, 2017 1 commit
-
-
Cherry pick ebb13031
Ben Patterson committed
-
- 03 Mar, 2017 1 commit
-
-
update firefox version test for jenkins workers
Stu Young committed
-
- 02 Mar, 2017 1 commit
-
-
stu committed
-
- 01 Mar, 2017 1 commit
-
-
(cherry picked from commit 37dfceb6) (cherry picked from commit d891e660)
Brandon DeRosier committed
-
- 28 Feb, 2017 2 commits
-
-
temp add stop-automatic-updates to packer scripts
Stu Young committed
-
- 23 Feb, 2017 1 commit
-
-
Ned Batchelder committed
-
- 16 Feb, 2017 1 commit
-
-
Ned Batchelder committed
-
- 15 Feb, 2017 1 commit
-
-
We already do this in the common role but not in bootstrap or abbey roles. (cherry picked from commit b78c0487)
Feanil Patel committed
-
- 13 Feb, 2017 1 commit
-
-
See https://github.com/ansible/ansible/issues/21316 This prevented successful installation of open-release/ficus.1rc
Ned Batchelder committed
-
- 10 Feb, 2017 1 commit
-
-
(cherry picked from commit a79fe1b7)
Jillian Vogel committed
-
- 07 Feb, 2017 5 commits
-
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Apply the change to install MySQL 5.6 from an edX PPA
Ned Batchelder committed -
(cherry picked from commit 6218350b)
Ned Batchelder committed
-