Go to file
Tim Kuhlman 2dd0803846 Rename to monasca and Added gitreview
Change-Id: I786b73550007cfb30fee003a44ee0f9b03bbdb4e
2014-07-16 16:49:22 -06:00
attributes Rename to monasca and Added gitreview 2014-07-16 16:49:22 -06:00
recipes Rename to monasca and Added gitreview 2014-07-16 16:49:22 -06:00
spec Get initial build to work. 2014-07-16 16:25:01 -06:00
templates/default Rename to monasca and Added gitreview 2014-07-16 16:49:22 -06:00
.gitreview Get initial build to work. 2014-07-16 16:25:01 -06:00
.rubocop.yml Get initial build to work. 2014-07-16 16:25:01 -06:00
Berksfile Get initial build to work. 2014-07-16 16:25:01 -06:00
Gemfile Get initial build to work. 2014-07-16 16:25:01 -06:00
metadata.rb Rename to monasca and Added gitreview 2014-07-16 16:49:22 -06:00
README.md Rename to monasca and Added gitreview 2014-07-16 16:49:22 -06:00
Strainerfile Get initial build to work. 2014-07-16 16:25:01 -06:00

monasca_notification Cookbook

Sets up the monasca-notification daemon

Requirements

The cookbook only requires access to the monasca-notification package.

Attributes

monasca_notification::default

Key Type Description Default
[:monasca_notification][:user] String System user for the daemon monasca-notification
[:monasca_notification][:group] String System group for the daemon monasca-notification
[:monasca_notification][:conf_dir] String Configuration Directory /etc/monasca
[:monasca_notification][:data_bag] String Configuration data bag monasca_notification
[:monasca_notification][:log_dir] String Daemon log directory /var/log/monasca-notification

Data Bags

A data bag item named hosts in node[:monasca_notification][:data_bag] is required for running. It simply has 4 dictionary items for the host names and auth infomation to connect to the services: kafka, mysql, smtp and zookeeper

Usage

Simply include the monasca_notification default recipe in a role.