Commit Graph

3 Commits

Author SHA1 Message Date
Gonzalo Gallardo b8bfdbebea Remove snmp-ext and snmp-audittrail from FM
Remove the libraries libcgtsAgentPlugin and libsnmpAuditPlugin of Fault
Management old net-snmp implementation within Starlingx, to delete the
implementation of non-containerized SNMP.

Story: 2008132
Task: 40866
Signed-off-by: Gonzalo Gallardo <gonzalo.gallardo@windriver.com>

Depends-On: https://review.opendev.org/765381
Change-Id: I3aab46cbd45ae7be9e3f97b3acae0fe4536d1388
2021-01-04 14:57:33 -03:00
Tao Liu 55d94a886f Decouple Fault Management from stx-config
Move fm packages to local image include

Story: 2002828
Task: 22747

Change-Id: I1e8d5c5ec4e414508e04ecb07109d7857e507f99
Signed-off-by: Tao Liu <tao.liu@windriver.com>
2018-08-17 15:25:35 -04:00
Scott Little 093fcd3136 Split image.inc across git repos
Currently compiling a new package and adding it
to the iso still requires a multi-git update because
image.inc is a single centralized file in the root git.

It would be better to allow a single git update to add
a package. Too allow this, image.inc must be split across
the git repos and the build tools must be changed to
read/merge those files to arrive at the final package list.

Current scheme is to name the image.inc files using this
schema.

${distro}_${build_target}_image_${build_type}.inc

distro = centos, ...
build_target = iso, guest ...
build_type = std, rt ...

Traditionally build_type=std is omitted from config files,
so we instread use ${distro}_${build_target}_image.inc.

Change-Id: I92c3e72666d33a17bf7df3371ac1fd12fa9a126b
Story: 2003447
Task:  24649
Depends-On: Ib39b8063e7759842ba15330c68503bfe2dea6e20
Signed-off-by: Scott Little <scott.little@windriver.com>
2018-08-15 16:44:54 -04:00