utilities/tools/engtools/hostdata-collectors
Scott Little afab49269d Remove CentOS/OpenSUSE build support
StarlingX stopped supporting CentOS builds in the after release 7.0.
This update will strip CentOS from our code base.  It will also remove
references to the failed OpenSUSE feature as well.

Story: 2011110
Task: 49964
Change-Id: I99d3b6d6de95434a7040f5a1967db9a04191a25f
Signed-off-by: Scott Little <scott.little@windriver.com>
2024-04-26 14:19:03 -04:00
..
debian Add debian package for tools/engtools 2022-01-24 09:55:58 -03:00
scripts Fix bashate failure in zuul 2022-10-07 19:19:51 +00:00
patch-engtools.sh Update engtools to use python3 2020-04-07 08:04:59 +00:00
README Update engtools to use python3 2020-04-07 08:04:59 +00:00

The Engineering tools is meant to be installed as a patch. Therefore, the RPM is generated as part 
of the build but is not included in the image. Assuming your development environment is fully set up,
simply run patch-engtools.sh to generate the patch:

In this directory ($MY_REPO/stx/utilities/tools/engtools/hostdata-collectors),
enter the command:
>./patch-engtools.sh

This generates ENGTOOLS-X.patch (X is Tis release version) which can be applied via sw-patch.

The patch is built with --all-nodes option by default. This can be changed to a combination of the following: 
--controller, --compute, --storage, --controller-compute, and --compute-lowlatency.