Forge Home

mimir

Installs, configures, and manages the Grafana mimir service.

259 downloads

259 latest version

4.7 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

  • 1.0.0 (latest)
released Nov 24th 2022
This version is compatible with:
  • Puppet Enterprise 2023.5.x, 2023.4.x, 2023.3.x, 2023.2.x, 2023.1.x, 2023.0.x, 2021.7.x, 2021.6.x, 2021.5.x, 2021.4.x, 2021.3.x, 2021.2.x, 2021.1.x, 2021.0.x
  • Puppet >= 7.0.0

Start using this module

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

Add this module to your Puppetfile:

mod 'ovhcloud-mimir', '1.0.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add ovhcloud-mimir
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install ovhcloud-mimir --version 1.0.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

ovhcloud/mimir — version 1.0.0 Nov 24th 2022

Puppet Mimir

Puppet module for Mimir management.

Table of Contents

Description

This module manages:

  • Software installation (with the use of apt).
  • Main configuration
  • Systemd overrides
  • logging to file

Setup

Setup Requirements

This module has three dependencies:

Install and configure Mimir

Simply call the main class in a Puppet manifest:

class{'mimir': }

Customize configuration

This module allows every parameter to be customized via hiera, or via class instantiation.

You can, for instance, change interactive mode timeout to 30 seconds:

class {'mimir':
      config_hash => {
        target => 'querier',
      },
}

You can consult REFERENCE.md file for a complete list of available parameters.

Related

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.