sensu / uchiwa-chef

Other
33 stars 40 forks source link

Adding support for Red Hat 7 #48

Closed jcastillocano closed 7 years ago

jcastillocano commented 8 years ago

Hi,

we are migration our current sensu ecosystem to Red Hat 7, but we had to overwite uchiwa cookbook in order to made it. Please review these changes to support rh7/centos7.

The reason why I splitted up recipes/default.rb in config and installation is because we are running two steps with chef (and kitchen): first step we install all packages (because we have access to external repositories, packages, etc), but second iteration, since we run inside a internal network with no internet access, only applies config changes to the instance. Check https://github.com/test-kitchen/test-kitchen/pull/564 out to get more info, though.

I also added some unit tests ;)

geidies commented 7 years ago

Thanks! I was running into the same issue with $releasever being hardcoded to 6.

jcastillocano commented 7 years ago

Hi, any chances to be merged?