StarlingX High Availability/Process Monitoring/Service Management
Go to file
Jim Gauld 0ae072e1ad Decouple Guest-server/agent from stx-metal
This decouples the build and packaging of guest-server, guest-agent from
mtce, by splitting guest component into stx-nfv repo.

This leaves existing C++ code, scripts, and resource files untouched,
so there is no functional change. Code refactoring is beyond the scope
of this update.

Makefiles were modified to include devel headers directories
/usr/include/mtce-common and /usr/include/mtce-daemon.
This ensures there is no contamination with other system headers.

The cgts-mtce-common package is renamed and split into:
- repo stx-metal: mtce-common, mtce-common-dev
- repo stx-metal: mtce
- repo stx-nfv: mtce-guest
- repo stx-ha: updates package dependencies to mtce-pmon for
  service-mgmt, sm, and sm-api

mtce-common:
- contains common and daemon shared source utility code

mtce-common-dev:
- based on mtce-common, contains devel package required to build
  mtce-guest and mtce
- contains common library archives and headers

mtce:
- contains components: alarm, fsmon, fsync, heartbeat, hostw, hwmon,
  maintenance, mtclog, pmon, public, rmon

mtce-guest:
- contains guest component guest-server, guest-agent

Story: 2002829
Task: 22748

Depends-On: https://review.openstack.org/603435

Change-Id: I1a66c28bfa592d8034074a18e2328f69122da89b
Signed-off-by: Jim Gauld <james.gauld@windriver.com>
2018-09-18 12:53:12 -04:00
service-mgmt Decouple Guest-server/agent from stx-metal 2018-09-18 12:53:12 -04:00
service-mgmt-api Decouple Guest-server/agent from stx-metal 2018-09-18 12:53:12 -04:00
service-mgmt-client Python 3 compatibility: use print as a function. 2018-08-31 15:42:43 +00:00
service-mgmt-tools Python 3 compatibility: use print as a function. 2018-08-31 15:42:43 +00:00
.gitignore Add default test framework 2018-06-09 08:56:58 -05:00
.gitreview Add .gitreview 2018-05-31 07:36:26 -07:00
.zuul.yaml Fix the name of the gate pipeline 2018-09-10 18:02:07 -05:00
CONTRIBUTORS.wrs StarlingX open source release updates 2018-05-31 07:36:26 -07:00
LICENSE StarlingX open source release updates 2018-05-31 07:36:26 -07:00
README.rst fixing typo 2018-06-27 14:32:15 -05:00
centos_iso_image.inc Split image.inc across git repos 2018-08-15 16:45:18 -04:00
centos_pkg_dirs Split centos-pkg-dirs along git boundaries. 2018-06-20 16:26:24 -04:00
test-requirements.txt Add default test framework 2018-06-09 08:56:58 -05:00
tox.ini Add default test framework 2018-06-09 08:56:58 -05:00

README.rst

stx-ha

StarlingX Service Management