- 09 Jun, 2016 4 commits
-
-
Kevin Falcone committed
-
This will connect to a cluster, find the hidden secondaries and upgrade them to the current version specified in the mongo_3_0 play. This required the creation of a new library module since our two current ones return rs.status and call replSetReconfig, but neither return rs.config, and rs.config is what tells you if a host is hidden and the priority, which are needed for this.
Kevin Falcone committed -
http://docs.mongodb.org/manual/release-notes/3.0 SERVER-22970 Background index build produces an index with mismatched index keys and documents
Kevin Falcone committed -
This only worked by coincidence before
Kevin Falcone committed
-
- 08 Jun, 2016 12 commits
-
-
We were implicitly relying on mongo to return the list of members in their _id order, which is absurd and I have no idea how we didn't catch it previously. We could do a little list comprehension to pull out the member with the same _id, but it seemed easier to just sort both lists and retain the original intent.
Kevin Falcone committed -
GOCD Integration - an inventory file is now created when an instance is launched
Brian Beggs committed -
Add vim configuration for devstack
Cliff Dyer committed -
Updated ansible config to increase ControlPersist (fix timeouts on long running tasks for remote hosts)
Brian Beggs committed -
delete the user home directory as well if state is absent
Arbab Nazar committed -
Brian Beggs committed
-
Adds jenkins_protocol_https variable
Feanil Patel committed -
J. Cliff Dyer committed
-
Allows JENKINS_ANALYTICS_AUTH_REALM: none
Feanil Patel committed -
Uses proxy_set_header Host $http_host
Feanil Patel committed -
YAML style parameters passing
Arbab Nazar committed -
rewrite the edxapp role
Arbab Nazar committed
-
- 07 Jun, 2016 7 commits
-
-
Improvements to django_admin.sh
Max Rothman committed -
- Echo the command to run before running (for post-mortem debugging) - Stop adding "--settings aws" to the end of every command, even when it was added to $manage earlier
Max Rothman committed -
Add another region to ec2.py
Kevin Falcone committed -
This appears to be the only way to ask it to look in multiple regions since it doesn't support AWS_REGION or --region. Alternately, we could start having independent .ini files for deploys.
Kevin Falcone committed -
MAYN-281: Update edx-configuration to support multiple theme directories
Fred Smith committed -
arbabnazar committed
-
Saleem Latif committed
-
- 06 Jun, 2016 4 commits
-
-
use the YAML style parameters
Arbab Nazar committed -
YAML style parameter passing
Arbab Nazar committed -
arbabnazar committed
-
YAML style parameters
Arbab Nazar committed
-
- 05 Jun, 2016 3 commits
-
-
arbabnazar committed
-
arbabnazar committed
-
arbabnazar committed
-
- 04 Jun, 2016 4 commits
-
-
use the YAML style parameter passing
Arbab Nazar committed -
arbabnazar committed
-
Arbab Nazar committed
-
use the YAML style parameter passing
Arbab Nazar committed
-
- 03 Jun, 2016 6 commits
-
-
psmisc isn't on precise docker images and the jenkins roles want it.
Kevin Falcone committed -
Dockerfile for the jenkins_analytics role
Kevin Falcone committed -
Adds the memcache to all playbooks using edxlocal
Ben Patterson committed -
Additional configuration needs to be completed (analytics jobs in public repo, and test config files in a public repo) and then travis should be able to start using this with minimal extra configuration.
Kevin Falcone committed -
Kevin Falcone committed
-
Enable splunk-server role to manage dashboards
Max Rothman committed
-