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.
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 ;)