Colin Nolan

Results 26 issues of Colin Nolan

This role allows hourly rotates to be configured but the setup does not actually support them because the logrotate cron is only ran daily. To support the hourly logging feature,...

Supergiant needs to configure some sort of load balancer for OpenStack (in the same way it configures ELB in AWS).

2.1

Unlike with other providers, master/node SSH keys are not set by the OpenStack provider.

2.1

It took me a while to realise why `scrub` didn't work on the device that I have, which doesn't support partial refresh. This PR aims to make the issue clear...

Pull request to finally get the changes in https://github.com/boto/boto/pull/2718 merged into boto. - [Fixes `proxy_ssl` connection test](https://github.com/wtsi-hgi/boto/commit/ff7b098816a8e231cf04210b21ca9d8a088ab5f9) to show the compatibility issue identified in https://github.com/boto/boto/issues/3561. - Adds fix created by...

An nginx server to run a separate web UI has not been required since the `-ui` option was added to Consul in 0.7.x. In addition, as of Consul 0.9.0, a...

Fixes https://github.com/savagegus/ansible-consul/issues/197.

Updating the apt cache as the first install step is not a great idea: https://github.com/savagegus/ansible-consul/blob/b655bf22a711e865ef52609f7cfc1d97db42cbb2/tasks/install.yml#L2-L6 This is beacuse: - We might not have to apt install anything yet have to...

The default "Welcome to nginx!" site is not disabled, which stops consul UI being accessible on port 80 (the default site appears to take precedence). Unless set, the dependencies that...