utils/middleware/util/recipes-common/engtools/hostdata-collectors
Scott Little 6cd1a25b05 Shorten "addons/wr-cgcs/layers/cgcs" to just "stx"
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>
2018-07-04 10:53:46 -04:00
..
centos StarlingX open source release updates 2018-05-31 07:37:25 -07:00
scripts StarlingX open source release updates 2018-05-31 07:37:25 -07:00
README Shorten "addons/wr-cgcs/layers/cgcs" to just "stx" 2018-07-04 10:53:46 -04:00
patch-engtools.sh Shorten "addons/wr-cgcs/layers/cgcs" to just "stx" 2018-07-04 10:53:46 -04: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/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.