integ/tools/engtools/hostdata-collectors
Sun Austin fc9b6f94a8 Fix: "map" issue for Python 2/3 compatible code
Replace map(func, data) with [func(item) for item in data]

Story: 2002909
Task: 24563

Change-Id: I83004eeba036908da483b247093818a6ac3f19c1
Signed-off-by: Sun Austin <austin.sun@intel.com>
2018-12-26 09:19:31 +08:00
..
centos Barbican integration into logging/patching mechanisms. 2018-11-30 13:23:13 -05:00
scripts Fix: "map" issue for Python 2/3 compatible code 2018-12-26 09:19:31 +08:00
README Shorten "addons/wr-cgcs/layers/cgcs" to just "stx" 2018-08-01 12:42:02 -04:00
patch-engtools.sh Fix linters issue E002 and E003 and linters check (none-voting) 2018-08-31 04:08:52 +00: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.