30ab05568b
Part of the project to remove cgcs references. Replace and shorten the path the needlessly long and complex "addons/wr-cgcs/layers/cgcs" path with just "stx". This update just fixes up paths found in scripts, comments and config files. Depends-On: https://review.openstack.org/579954 Depends-On: https://review.openstack.org/579957 Depends-On: https://review.openstack.org/580170 Depends-On: https://review.openstack.org/579979 Change-Id: I6fa7591a365aadf5f9f458ed0d972223a52a935b Signed-off-by: Scott Little <scott.little@windriver.com>
13 lines
680 B
Plaintext
13 lines
680 B
Plaintext
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/middleware/util/recipes-common/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.
|