Go to file
OpenDev Sysadmins b8548bf2ce OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:52:17 +00:00
attributes Change to use monasca instead of mon 2014-08-28 22:34:49 -06:00
recipes Change to use monasca instead of mon 2014-08-28 22:34:49 -06:00
spec Get initial build to work. 2014-07-16 18:10:46 -06:00
templates/default Change to use monasca instead of mon 2014-08-28 22:34:49 -06:00
.gitreview OpenDev Migration Patch 2019-04-19 19:52:17 +00:00
.rubocop.yml Get initial build to work. 2014-07-16 18:10:46 -06:00
Berksfile Get initial build to work. 2014-07-16 18:10:46 -06:00
Gemfile Get initial build to work. 2014-07-16 18:10:46 -06:00
README.md Monasca has moved to Ansible for deployment 2015-02-22 08:40:46 -07:00
Strainerfile Get initial build to work. 2014-07-16 18:10:46 -06:00
metadata.rb Added sysctl as a dependency 2014-10-07 08:57:49 -06:00

README.md

WARNING!!

Monasca is now deployed via Ansible. This Chef cookbook project is no longer maintained and may be out of date. It will be moved to the StackForge attic soon.

monasca-persister cookbook

Configures and sets up the Monasca Persister

Requirements

Sysctl is required for setting os level memory limits. Additionally when using as part of a chef server it requires the hp_common_functions cookbook.

Using Vertica

If Vertica is used as the database for Monasca, the Vertica JDBC jar that matches the Vertica version must be placed in /opt/monasca/vertica. The jar from Vertica will be named like vertica-jdbc-7.0.1-0.jar and must be renamed to vertica_jdbc.jar when placed in /opt/monasca/vertica. You can find the Vertica JDBC jar in /opt/vertica/java on a system with the Vertica database installed. This cookbook will copy the Vertica JDBC Jar from /vagrant and place it in /opt/monasca/vertica if run using Chef Solo.

Data Bags

The node[:monasca_persister][:data_bag] data bag is used for all items. When used in standard chef all data bag items can have a location as the suffix and the get_data_bag_item function will pull the most specific. Item details:

  • monasca_persister is needed for configuration, see the @settings usages in templates/default/persister-config.yml.erb for details
  • credentials is an encrytped data bag for user/password, see the @credentials usages in templates/default/persister-config.yml.erb for details