- 06 Sep, 2017 5 commits
-
-
Uman Shahzad committed
-
Don't source the ruby env before running bundler
Brian Beggs committed -
`retries` don't work without `until`
Feanil Patel 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 1 commit
-
-
* Add OAUTH_DELETE_EXPIRED to LMS Envs * Adding comments and CHANGELOG entry
Brian Mesick 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 10 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 -
Use ansible core module ec2_ami
Nadeem Shahzad committed -
nadeemshahzad committed
-
Be able to configure the analytics dashboard name.
Feanil Patel committed -
Feanil Patel committed
-
- 29 Aug, 2017 7 commits
-
-
This message is no longer useful.
Feanil Patel committed -
Disable what we can and move on for now.
Feanil Patel committed -
Some AMIs are missing the 'apt-daily-upgrade.timer' job and are failing. See OPS-2365
Feanil Patel committed -
It was more useful previously when we were monitoring the pipelines more closely but is now just treated as noise in chat.
Feanil Patel committed -
Found another new security upgrader running on our 16.04 machines
Feanil Patel committed -
Make edx_service stricter about edx_service_config
Kevin Falcone committed -
This appears to have come in when we updated our base AMI.
Kevin Falcone committed
-
- 28 Aug, 2017 5 commits
-
-
This worked before because edx_service_config was undefined, now we have a default empty dict which causes the same behavior (skips the app file generation step). This is used by xqwatcher and harstorage. If we prefer to change those roles instead, I'm not wedded to this fix.
Kevin Falcone committed -
Tag on our standard nrsysmond rider for New Relic
Kevin Falcone committed -
Kevin Falcone committed
-
Update mariadb role for Xenial and add groups capability
Feanil Patel committed -
This was overriding using a nonexistant jenkins var
Kevin Falcone committed
-
- 25 Aug, 2017 5 commits
-
-
Jenkins wasn't updated when this code was changed, so THEME_DIRS was always null. We're now going to just set the correct directories in the internal sandbox config which removes the need for this var setting here.
Kevin Falcone committed -
Make nginx server template more accessible and configurable.
Feanil Patel committed -
mrey committed
-
Mercedes Rey committed
-
Accessibility: add lang of template, add alt image parameter in case the image is important (as a logo), convert h2 into a paragraph. Configurable: add nginx variables with default values for configuring the view of the nginx server template.
Mercedes Rey committed
-
- 24 Aug, 2017 2 commits
-
-
Stuart Young committed
-
Ansible will then skip the task and not write a config file. I content that we want ansible to bail out if the dict it gets in edx_service_config is invalid. I'll need to change the two roles that pass no config (xqwatcher and harstorage) to pass {} which will evaluate to false and skip making a config. Noticed this when manually testing config changes and saw missing files rather than syntax errors. In particular, this will make our config checking code much better.
Kevin Falcone committed
-