- 11 Sep, 2017 1 commit
-
-
Michael Youngstrom committed
-
- 08 Sep, 2017 19 commits
-
-
Michael Youngstrom committed
-
Michael Youngstrom committed
-
Michael Youngstrom committed
-
Michael Youngstrom committed
-
Michael Youngstrom committed
-
Michael Youngstrom committed
-
Michael Youngstrom committed
-
Michael Youngstrom committed
-
Michael Youngstrom committed
-
Michael Youngstrom committed
-
Michael Youngstrom committed
-
Michael Youngstrom committed
-
Aali/ops 2209 upgrade sandbox mongo role
Feanil Patel committed -
Feanil Patel committed
-
This is needed because there is a race condition between the stop and start of supervisor. The stop will not wait for all child process to have shutdown by design because this behavior is needed for lms workers. This means that when we try to do a stop and start together, and the first process has not fully stopped, we get a failure in the startup of the second process. There is no obvious way to deal with this in systemd so dealing with it here instead.
Feanil Patel committed -
Feanil Patel committed
-
This is needed so that we can properly build devstacks without passing in any other config.
Feanil Patel committed -
syed-awais-ali committed
-
WIP: script to make API call to get cache hit rate
syed-awais-ali committed
-
- 07 Sep, 2017 1 commit
-
-
Upgrade mongo agent
Nadeem Shahzad committed
-
- 06 Sep, 2017 6 commits
-
-
nadeemshahzad committed
-
Don't source the ruby env before running bundler
Brian Beggs committed -
`retries` don't work without `until`
Feanil Patel committed -
nadeemshahzad committed
-
Brian Beggs committed
-
The `retries` statement is just ignored unless an `until` clause is provided. https://github.com/ansible/ansible/issues/20802
Feanil Patel committed
-
- 05 Sep, 2017 2 commits
-
-
* Add OAUTH_DELETE_EXPIRED to LMS Envs * Adding comments and CHANGELOG entry
Brian Mesick committed -
nadeemshahzad committed
-
- 31 Aug, 2017 5 commits
-
-
Nothing seems to be using this module.
Feanil Patel committed -
And it's written in the old ansible module style.
Feanil Patel committed -
This cleans up a warning about wait being defined twice in this task
Kevin Falcone committed -
allow custom blacklist rules for splunk forwarder
Stu Young committed -
[WARNING]: While constructing a mapping from /var/lib/go-agent/pipelines /loadtest- credentials/configuration/playbooks/continuous_delivery/launch_instance.yml, line 68, column 7, found a duplicate dict key (wait). Using last defined value only.
Kevin Falcone committed
-
- 30 Aug, 2017 6 commits
-
-
Include the Environment-Deployment when announcing an AMI build
Kevin Falcone committed -
Otherwise, we see 3 edxapp AMI builds per gocd pipeline, but have no idea which one is which. Similar issue for IDAs where you get at least 2 AMIs.
Kevin Falcone committed -
We get S3 timeouts a few times a week
Kevin Falcone committed -
Retry if we can't get to github.
Feanil Patel committed -
Kevin Falcone committed
-
We sometimes can't get to github because of intermittent network issues. We should try a few times before we declare it a failure.
Feanil Patel committed
-