integ/tools/engtools/hostdata-collectors
zhangyangyang fd33abe3f4 Python 3 compatibility: use print as a function.
In Python 3 print is a function.
Especially for multiple string print, need to import
print_function from __future__.

Story: 2002909

Task: 24560

Signed-off-by: zhangyangyang <zhangyangyang@unionpay.com>

Change-Id: Ie31eb59368af57776eb9785dba494432111cd250
2018-10-29 07:40:56 +00:00
..
centos Adding ptp4l and phc2sys processes to the common services list 2018-08-09 15:29:37 -04:00
scripts Python 3 compatibility: use print as a function. 2018-10-29 07:40:56 +00:00
patch-engtools.sh Fix linters issue E002 and E003 and linters check (none-voting) 2018-08-31 04:08:52 +00:00
README Shorten "addons/wr-cgcs/layers/cgcs" to just "stx" 2018-08-01 12:42:02 -04: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/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.