abf3526bef
The filesystem /opt/cgcs is removed and its content moved under /opt/platform. Resources related to drbd-cgcs and /opt/cgcs are updated to drbd-plaform and /opt/plaform. Tested in AIO-SX, AIO-DX and Standard hardware labs. Depends-On: https://review.opendev.org/674360 Partial-Bug: 1830142 Change-Id: I6d0555f00ab269f7d9567fff365180b66adce8b3 Signed-off-by: Kristine Bujold <kristine.bujold@windriver.com>
26 lines
713 B
Plaintext
26 lines
713 B
Plaintext
SRC_DIR="$PKG_BASE"
|
|
|
|
COPY_LIST="$PKG_BASE/src/LICENSE \
|
|
$PKG_BASE/src/collectd.conf.pmon \
|
|
$PKG_BASE/src/collectd.service \
|
|
$PKG_BASE/src/fm_notifier.py \
|
|
$PKG_BASE/src/mtce_notifier.py \
|
|
$PKG_BASE/src/plugin_common.py \
|
|
$PKG_BASE/src/python_plugins.conf \
|
|
$PKG_BASE/src/cpu.py \
|
|
$PKG_BASE/src/cpu.conf \
|
|
$PKG_BASE/src/memory.py \
|
|
$PKG_BASE/src/memory.conf \
|
|
$PKG_BASE/src/df.conf \
|
|
$PKG_BASE/src/ntpq.py \
|
|
$PKG_BASE/src/ntpq.conf \
|
|
$PKG_BASE/src/interface.py \
|
|
$PKG_BASE/src/interface.conf \
|
|
$PKG_BASE/src/remotels.py \
|
|
$PKG_BASE/src/remotels.conf \
|
|
$PKG_BASE/src/ptp.py \
|
|
$PKG_BASE/src/ptp.conf \
|
|
$PKG_BASE/src/example.py \
|
|
$PKG_BASE/src/example.conf"
|
|
TIS_PATCH_VER=13
|