2018-08-15 14:11:34 -04:00
|
|
|
# List of packages to be included/installed in ISO
|
|
|
|
# If these have dependencies, they will be pulled in automatically
|
|
|
|
#
|
|
|
|
|
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
Change-Id: I9c7a9b846fd69fd566b31aa3f12a043c08f19f1f
Signed-off-by: Jim Gauld <james.gauld@windriver.com>
2018-09-18 12:05:27 -04:00
|
|
|
# mtce
|
|
|
|
mtce
|
|
|
|
mtce-pmon
|
|
|
|
mtce-hwmon
|
|
|
|
mtce-hostw
|
2019-01-25 14:47:47 -05:00
|
|
|
mtce-lmon
|
2018-08-15 14:11:34 -04:00
|
|
|
|
2018-10-15 07:38:13 +00:00
|
|
|
# mtce-compute
|
|
|
|
mtce-compute
|
2018-08-15 14:11:34 -04:00
|
|
|
|
2018-10-15 07:38:13 +00:00
|
|
|
# mtce-control
|
|
|
|
mtce-control
|
2018-08-15 14:11:34 -04:00
|
|
|
|
2018-10-15 07:38:13 +00:00
|
|
|
# mtce-storage
|
|
|
|
mtce-storage
|
2018-08-15 14:11:34 -04:00
|
|
|
|
|
|
|
# pxe-network-installer
|
|
|
|
pxe-network-installer
|
|
|
|
|
|
|
|
# platform-kickstarts
|
|
|
|
platform-kickstarts
|