charm-hw-health:str-bytes-conversion

Last commit made on 2020-05-20
Get this branch:
git clone -b str-bytes-conversion 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:
str-bytes-conversion
Repository:
lp:charm-hw-health

Recent commits

8c01c0d... by Joe Guo

cron_ipmi_sensors.py: rm encoding header

should defaults to utf-8.

Signed-off-by: Joe Guo <email address hidden>

56169b4... by Joe Guo

cron_ipmi_sensors.py: subprocess.check_output decode

`subprocess.check_output` always return bytes, even in python3.
decode output to str for python3.

Signed-off-by: Joe Guo <email address hidden>

cffed01... by Jeremy Lounder

Updated maintainers in metadata.yaml

9344567... by Xav Paice

remove HP from supported vendors as it's not actually supported yet

Reviewed-on: https://code.launchpad.net/~xavpaice/hw-health-charm/+git/hw-health-charm/+merge/379431
Reviewed-by: Paul Goins <email address hidden>

a2c1c0c... by Xav Paice

remove HP from supported vendors

The support for HP Raid adapters has not been coded into the charm yet.
Leaving it in the list of supported vendors results in deployment to HP
hardware failing, even though there are still some useful tools for that
platform. See LP#1855095.

07a6112... by Xav Paice

fix typo causing unit tests to fail

Reviewed-on: https://code.launchpad.net/~xavpaice/hw-health-charm/+git/hw-health-charm/+merge/379414
Reviewed-by: Paul Goins <email address hidden>

6c29dde... by Xav Paice

Update ipmi cron job to cater for stale lockfile

Reviewed-on: https://code.launchpad.net/~xavpaice/hw-health-charm/+git/hw-health-charm/+merge/378128
Reviewed-by: Paul Goins <email address hidden>
Reviewed-by: Peter Sabaini <email address hidden>
Reviewed-by: Stuart Bishop <email address hidden>

0d34fbf... by Xav Paice

fix typo causing unit tests to fail

c2b7b11... by Peter Sabaini

Refactor for complexity

Reviewed-on: https://code.launchpad.net/~peter-sabaini/hw-health-charm/+git/hw-health-charm/+merge/378151
Reviewed-by: Xav Paice <email address hidden>
Reviewed-by: Stuart Bishop <email address hidden>

f4978ff... by Peter Sabaini

Address review comments