Mohammed Naser | 2144b34 | 2022-05-23 10:25:31 -0400 | [diff] [blame] | 1 | --- |
| 2 | # .. vim: foldmarker=[[[,]]]:foldmethod=marker |
| 3 | |
| 4 | # .. Copyright (C) 2022 VEXXHOST, Inc. |
| 5 | # .. SPDX-License-Identifier: Apache-2.0 |
| 6 | |
| 7 | # Default variables |
| 8 | # ================= |
| 9 | |
| 10 | # .. contents:: Sections |
| 11 | # :local: |
| 12 | |
| 13 | |
| 14 | # .. envvar:: ipmi_exporter_config [[[ |
| 15 | # |
| 16 | # Configuration for the IPMI exporter |
| 17 | ipmi_exporter_config: |
| 18 | modules: |
| 19 | default: |
| 20 | collectors: ["bmc", "ipmi", "chassis", "sel"] |
| 21 | exclude_sensor_ids: [50, 52, 54, 82] |
| 22 | |
| 23 | # ]]] |
| 24 | # .. envvar:: ipmi_exporter_image_repository [[[ |
| 25 | # |
| 26 | # Keepalived container image repository location |
| 27 | ipmi_exporter_image_repository: "{{ atmosphere_image_repository | default('us-docker.pkg.dev/vexxhost-infra/openstack') }}" |
| 28 | |
| 29 | # ]]] |
| 30 | # .. envvar:: ipmi_exporter_image_tag [[[ |
| 31 | # |
| 32 | # Keepalived container image tag |
| 33 | ipmi_exporter_image_tag: 1.4.0 |
| 34 | |
| 35 | # ]]] |