9019ad3529
- Snapped binary packages of Filebeat, NRPE and Telegraf (disabled by default) - Added W/A of Telegraf segfault after ELF patching by snapcraft - Implemented IPMI input tuning for Telegraf - Allowed to run NRPE as root:root (from custom PPA) - Implemented Filebeat, NRPE and Telegraf control scripts and config on top of snap-overlay - Added support for checking Microstack systemd services by NRPE - Added few generic and Microstack-specific NRPE checks - Added possibility to override default config paths for the daemons - Added support for in-band IPMI input to Telegraf - Stick LMA wrappers and services naming to Microstack conventions - Increase build timeout in .zuul conf by 30min Change-Id: I68dbdb11248cf0c1e22e9333af3cf0f88954f557
16 lines
304 B
YAML
16 lines
304 B
YAML
- job:
|
|
name: microstack-tox-snap-with-sudo
|
|
parent: openstack-tox-snap-with-sudo
|
|
timeout: 7200
|
|
nodeset: ubuntu-bionic
|
|
vars:
|
|
tox_envlist: snap
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- microstack-tox-snap-with-sudo
|
|
gate:
|
|
jobs:
|
|
- microstack-tox-snap-with-sudo
|