utilities/tools/engtools/hostdata-collectors
Changcheng Liu 550a048fd4 hostdata-collectors: collect mgr-restful-plugin data
In Ceph Mimic version ceph-rest-api is replaced by
ceph-mgr/RESTful plugin.

Story: 2003605
Task: 28860

Depends-On: I302c850191d8ca9548ee12053f803df5abfdd5b4
Change-Id: Ibe104b32f568bb59a02b84c255983323d5d14757
Signed-off-by: Changcheng Liu <changcheng.liu@intel.com>
Signed-off-by: Daniel Badea <daniel.badea@windriver.com>
2019-04-26 08:56:44 +00:00
..
centos hostdata-collectors: collect mgr-restful-plugin data 2019-04-26 08:56:44 +00:00
scripts hostdata-collectors: collect mgr-restful-plugin data 2019-04-26 08:56:44 +00: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.