Forge Home

vitrage

Puppet module for OpenStack Vitrage

16,776 downloads

54 latest version

4.6 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 14.0.0 (latest)
  • 13.0.0
  • 12.0.0
  • 11.0.0
  • 10.3.2
  • 10.3.1
  • 10.3.0
  • 10.2.0
  • 10.1.0
  • 10.0.0
  • 9.4.1
  • 9.4.0
  • 9.3.0
  • 9.2.0
  • 9.1.0
  • 9.0.0
  • 8.4.0
  • 8.3.0
  • 8.2.0
  • 8.1.0
  • 8.0.0
  • 7.5.0
  • 7.4.0
  • 7.3.0
  • 7.2.0
  • 7.1.0
  • 6.4.0
  • 6.3.0
  • 6.2.1
  • 6.1.0
  • 6.0.0
  • 5.4.0
  • 5.2.0
  • 5.1.0
  • 5.0.0
  • 4.4.0
  • 4.3.0
  • 4.2.0
  • 1.2.0
released Apr 1st 2021
This version is compatible with:
  • Puppet Enterprise 2019.8.x, 2019.7.x, 2019.5.x, 2019.4.x, 2019.3.x, 2019.2.x, 2019.1.x, 2019.0.x
  • Puppet >= 6.0.0 < 7.0.0
  • , , , ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'openstack-vitrage', '8.4.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add openstack-vitrage
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install openstack-vitrage --version 8.4.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

openstack/vitrage — version 8.4.0 Apr 1st 2021

Team and repository tags

Team and repository tags

vitrage

Table of Contents

  1. Overview - What is the vitrage module?
  2. Module Description - What does the module do?
  3. Setup - The basics of getting started with vitrage
  4. Implementation - An under-the-hood peek at what the module is doing
  5. Limitations - OS compatibility, etc.
  6. Development - Guide for contributing to the module
  7. Contributors - Those with commits
  8. Release Notes - Release notes for the project
  9. Repository - The project source code repository

Overview

Vitrage module is an engine for organizing, analyzing and expanding OpenStack alarms & events, yielding insights regarding the Root Cause of problems and deducing the existence of problems before they are directly detected.

Module Description

The vitrage puppet module is a thorough attempt to make Puppet capable of managing the entirety of vitrage.

Setup

What the vitrage module affects

  • Vitrage, the Root Cause Analysis engine for organizing, analyzing and expanding OpenStack alarms & events for Openstack.

Installing vitrage

vitrage is not currently in Puppet Forge, but is anticipated to be added soon.  Once that happens, you'll be able to install vitrage with:
puppet module install openstack/vitrage

Beginning with vitrage

To utilize the vitrage module's functionality you will need to declare multiple resources. The following is a modified excerpt from the openstack module. This is not an exhaustive list of all the components needed, we recommend you consult and understand the openstack module and the core openstack documentation.

Implementation

vitrage

vitrage is a combination of Puppet manifest and ruby code to delivery configuration and extra functionality through types and providers.

Limitations

  • None.

Development

Developer documentation for the entire puppet-openstack project.

Contributors

Release Notes

Repository