- 10 Mar, 2016 1 commit
-
-
Automate preparatory steps for running pipeline acceptance tests
Braden MacDonald committed
-
- 09 Mar, 2016 5 commits
-
-
Adding go-server auto register key.
Brian Beggs committed -
New base box for devstacks that includes fixes for the chrome depreca…
Kevin Falcone committed -
Kevin Falcone committed
-
Companion PR: https://github.com/edx/edx-analytics-pipeline/pull/204
Tim Krones committed -
Once this mv runs on the base box, it fails on provision
Kevin Falcone committed
-
- 08 Mar, 2016 6 commits
-
-
Just ensure the file is gone.
Kevin Falcone committed -
Brian Beggs committed
-
add credentials to /edx/bin/update
Jim Abramson committed -
credentials: correct AWS_S3_CUSTOM_DOMAIN setting
Jim Abramson committed -
Jim Abramson committed
-
Jim Abramson committed
-
- 07 Mar, 2016 3 commits
-
-
Provide for Yarn/MapReduce memory allocation (Hadoop)
Gabe Mulley committed -
Ensure login shell is set correctly for Analytics users
Tim Krones committed -
Allow a single user access to multiple databases
Kevin Falcone committed
-
- 04 Mar, 2016 6 commits
-
-
allow for mapred/yarn resource config use default mapreduce memory settings corrected defaults for m1.medium, added yarn scheduler vars testing with increased yarn am resource remove task.io settings, defaults to AWS recommended testing new hadoop conditional configuration iter dict for conditional config
Rene Sorel committed -
This avoids a class of confusing problems where a user might be given access to two DBs and then when starting the app, fail because they can only access one DB.
Kevin Falcone committed -
Quote username and password in migrate command
Omar Khan committed -
Tim Krones committed
-
Otherwise the command fails if the password includes special shell characters such as '&' or '<'
Omar Khan committed -
Define the CSMH database so it is created / migrate users defined
Kevin Falcone committed
-
- 03 Mar, 2016 11 commits
-
-
Workaround for debian squeeze deprecation and Chrome.
Ben Patterson committed -
Kevin Falcone committed
-
The older chrome repositories have been taken down; however, we use a saved copy of the debian package. After installing that package, ensure it is not referenced by the target machine after Chrome is installed.
Ben Patterson committed -
Remove remenants of removed vars.
Feanil Patel committed -
Populate ENABLE_OAUTH2_PROVIDER in [cl]ms.env.yaml.
Jacek Bzdak committed -
RABBITMQ_CLUSTERED was removed and rabbitmq_clustered_hosts was renamed.
Feanil Patel committed -
Stop using the RABBITMQ_CLUSTERED var and tooling.
Feanil Patel committed -
Feanil Patel committed
-
Andrew Gaylard committed
-
credentials: fix tags on requirements install task
Jim Abramson committed -
It pulls the setting into the comment above it if you do that.
Feanil Patel committed
-
- 02 Mar, 2016 8 commits
-
-
Feanil Patel committed
-
This method relied on the `hostvars` variable provided by ansible to always be all the nodes in the rabbitmq cluster. The hostvars var broke as a result of the upgrade to ansible 1.9 but also even if it did work, this method required that you always run rabbit plays on the whole cluster. This is not reasonable as it makes it very hard to heal a single node that may have fallen over. From here on, the RABBITMQ_CLUSTERED_HOSTS var should be used instead to specify the rabbit hosts that are part of a cluster.
Feanil Patel committed -
Small doc fix
Max Rothman committed -
Max Rothman committed
-
Fix playbook name
Max Rothman committed -
Max Rothman committed
-
Allow this to be run -c local so you don't need sudo or /usr/bin/python
Max Rothman committed -
Kevin Falcone committed
-