utilities/tools/engtools/hostdata-collectors
Don Penney 467851e8d5 Add auto-version for remaining stx/utilities packages
Update remaining StarlingX packages with hardcoded TIS_PATCH_VER to
use PKG_GITREVCOUNT where possible, with offsets as needed to ensure
the version is incremented above the hardcoded version.

Change-Id: Ia1ade77e12b948040f06806a5417d005488e3bb9
Story: 2008455
Task: 41460
Signed-off-by: Don Penney <don.penney@windriver.com>
2020-12-17 13:20:49 -05:00
..
centos Add auto-version for remaining stx/utilities packages 2020-12-17 13:20:49 -05:00
scripts Merge "Update engtools to use python3" 2020-04-08 15:08:29 +00:00
README Update engtools to use python3 2020-04-07 08:04:59 +00:00
patch-engtools.sh Update engtools to use python3 2020-04-07 08:04:59 +00:00

README

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.