← Back to team overview

nagios-charmers team mailing list archive

Re: [Merge] ~aluria/hw-health-charm/+git/hw-health-charm:bug/1832387 into hw-health-charm:master

 

Regarding the check_ipmi_sensor problem, please check (src/files/ipmi/check_ipmi_sensor is a symlink, and that git submodule is needed to make it work):
"""
$ cat .gitmodules 
[submodule "check_ipmi_sensor"]
	path = check_ipmi_sensor_v3
	url = git@xxxxxxxxxx:thomas-krenn/check_ipmi_sensor_v3.git
	branch = master

"""

Regarding the tooling for the functional tests, I've left them at:
http://private-fileshare.canonical.com/~aluria/engrot/tools.zip
http://private-fileshare.canonical.com/~aluria/engrot/tools-checksum.zip
http://private-fileshare.canonical.com/~aluria/engrot/tools-missing.zip

The plan is to have a list of checksums updated so in the future, multiple versions will be allowed. It may be preferable to create an external module to copy the checksums more easily, though (ie. self.checksums = tools.checksums.MEGACLI_CHECKSUMS, etc.)

The reason these third party tools are not shared in the repo, nor the charmstore nor via a build script is because we are not sure we would be breaking some EULA (it is a shame, I agree).
-- 
https://code.launchpad.net/~aluria/hw-health-charm/+git/hw-health-charm/+merge/369278
Your team Nagios Charm developers is subscribed to branch hw-health-charm:master.


References