Deprecated sysinv-fpga-agent service cleanup

Removing setup for pmon files. The service sysinv-fpga-agent
doesn't exist anymore. So this change is only a cleanup.

Test plan (AIO-SX):
PASS: Build, boot, bootstrap and unlock.

Story: 2010087
Task: 45628

Depends-on: https://review.opendev.org/c/starlingx/integ/+/864133
Signed-off-by: Davi Frossard <dbarrosf@windriver.com>
Change-Id: I0e56483f49be3a64bcb8047934df5bbb13fe1490
This commit is contained in:
Davi Frossard 2022-11-09 12:16:18 -05:00
parent 2ae23916a8
commit 9df5d206df
2 changed files with 0 additions and 2 deletions

View File

@ -3125,7 +3125,6 @@ if [ "${worker}" = true ] ; then
ln -s /usr/share/starlingx/pmon.d/sssd.conf ${IMAGE_ROOTFS}/etc/pmon.d/sssd.conf
ln -s /usr/share/starlingx/pmon.d/sw-patch-agent.conf ${IMAGE_ROOTFS}/etc/pmon.d/sw-patch-agent.conf
ln -s /usr/share/starlingx/pmon.d/sysinv-agent.conf ${IMAGE_ROOTFS}/etc/pmon.d/sysinv-agent.conf
ln -s /usr/share/starlingx/pmon.d/sysinv-fpga-agent.conf ${IMAGE_ROOTFS}/etc/pmon.d/sysinv-fpga-agent.conf
ln -s /usr/share/starlingx/pmon.d/syslog-ng.conf ${IMAGE_ROOTFS}/etc/pmon.d/syslog-ng.conf
fi
if [ "${storage}" = true ] ; then

View File

@ -2812,7 +2812,6 @@ if [ "${worker}" = true ] ; then
ln -s /usr/share/starlingx/pmon.d/sssd.conf ${IMAGE_ROOTFS}/etc/pmon.d/sssd.conf
ln -s /usr/share/starlingx/pmon.d/sw-patch-agent.conf ${IMAGE_ROOTFS}/etc/pmon.d/sw-patch-agent.conf
ln -s /usr/share/starlingx/pmon.d/sysinv-agent.conf ${IMAGE_ROOTFS}/etc/pmon.d/sysinv-agent.conf
ln -s /usr/share/starlingx/pmon.d/sysinv-fpga-agent.conf ${IMAGE_ROOTFS}/etc/pmon.d/sysinv-fpga-agent.conf
ln -s /usr/share/starlingx/pmon.d/syslog-ng.conf ${IMAGE_ROOTFS}/etc/pmon.d/syslog-ng.conf
fi
if [ "${storage}" = true ] ; then