sensu / sensu-chef

Sensu Chef cookbook.
https://supermarket.chef.io/cookbooks/sensu
Apache License 2.0
222 stars 283 forks source link

Cookbook does not support next generation Sensu (2.x) #588

Closed thomasriley closed 5 years ago

thomasriley commented 6 years ago

Expected Behavior

This cookbook should be capable of installing the next generation version of Sensu (2.x)

Current Behavior

The documentation for Sensu Alpha 2.x shows that the next generation of Sensu is quite different to 1.x in terms of architecture & installation process and this cookbook does not currently support this.

Possible Solution

Implement support for next generation by using the Sensu Alpha release.

Context

I would like to be able to install the Sensu Alpha using Chef.

thomasriley commented 6 years ago

I have got access to the Sensu Alpha so that I can look at supporting it via this cookbook.

majormoses commented 6 years ago

Cool, let's create an alpha branch and start from scratch.

thomasriley commented 6 years ago

As Ben says, the plan is to start a new alpha branch from scratch for developing the next gen version of this cookbook for Sensu 2.x.

Will initially support CentOS & Debian and branch out to other platforms as this work progresses.

thomasriley commented 6 years ago

Here is the branch I will be developing this on: https://github.com/sensu/sensu-chef/tree/next_gen

majormoses commented 5 years ago

so just realized this was still open see: https://github.com/sensu/sensu-go-chef for how to manage sensu-go with chef.