971f9b6630
This review allows this repo to pass zuul. Bashate 2.1.1 was released Oct 6, 2022 It adds a more stict indentation check Fixed the new bashate error. Related-Bug: 1991971 Signed-off-by: Al Bailey <al.bailey@windriver.com> Change-Id: I4e86c2a5046fd7ab876ce8ca0e1ad9e6fdbaaf01
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.