charm-hw-health:add-ipmiseld

Last commit made on 2021-01-21
Get this branch:
git clone -b add-ipmiseld https://git.launchpad.net/charm-hw-health
Members of Llama (LMA) Charmers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
add-ipmiseld
Repository:
lp:charm-hw-health

Recent commits

591583e... by Peter Sabaini

Fix unittest

c5393ad... by Peter Sabaini

Add workaround LP#1912347

Package fails to create the cache dir on install, create dir ourselves

42382a6... by James Hebden

Fix copypasta in IpmiSEL tools class

0ec180a... by James Hebden

Added installation of ipmiseld, and a configuration item, enable_ipmiseld

27fac68... by Xav Paice

Merge branch 'remove-check-ilorest.py'

cc1f497... by Drew Freiberger

Remove extraneous debug print from test_cron_ilorest.py unit test.

fbeb27e... by Drew Freiberger

Extra Linting completed for 20.08 charm release

55756c1... by Drew Freiberger

Check issubclass() instead of isinstance() in cls.is_series_supported()

9e38254... by Xav Paice

Updated ilorest json parsing code to find bad status in more places.

Add unit tests for cron_ilorest to ensure detection of errors

5bab06c... by Paul Goins

Fixed PATH-related issue which broke cron_ilorest.py

Since /usr/sbin/ is not on the PATH via cron, call ilorest as
/usr/sbin/ilorest.

(Thanks Drew for the idea!)