Files
utilities/tools/engtools/hostdata-collectors
Raphael f56db057f4 Replace dcorch-patch-api-proxy with dcorch-usm-api-proxy
This commit replaces the dcorch-patch-api-proxy service with the
dcorch-usm-api-proxy following its removal in 1.

Test plan:
1. PASS: All tox checks are successfull.
2. PASS: Run patch-restart-processes -p dcorch-usm-api-proxy and verify
   that the service is properly restarted.

[1] https://review.opendev.org/c/starlingx/distcloud/+/949947

Depends-On: https://review.opendev.org/c/starlingx/stx-puppet/+/950913

Story: 2011311
Task: 52248

Change-Id: I475f885226498c1f13c61c15d4a4c6bbe607fc7d
Signed-off-by: Raphael <Raphael.Lima@windriver.com>
2025-05-27 18:25:27 -03:00
..
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.