config/sysinv/sysinv-fpga-agent
Mohammad Issa 86aa93255e host-device-show doesn't show firmware info
When running "system host-device-show controller-0 0000:b2:00.0",
all firmware info are shown as "None".

Turns out some services like "sysinv-fpga-agent" and
"sysinv-conf-watcher" are not initialized properly during initial boot.

Test Plan:

PASS: modify the rules script that is used to start systemd unit files,
      to become compatible with the Debian command rules. for example,
      specifying the name of the service with the "--name" option:
      "--name=sysinv-fpga-agent". Then execute:
      "ls /usr/lib/systemd/system/sysinv* -l" after initial boot
      --> Command Response:
          -rw-r--r-- 3 root root  81 Jan  1  1970
	  /usr/lib/systemd/system/sysinv-conf-watcher.path

	  -rw-r--r-- 3 root root 219 Jan  1  1970
	  /usr/lib/systemd/system/sysinv-conf-watcher.service

	  -rw-r--r-- 3 root root 389 Jan  1  1970
	  /usr/lib/systemd/system/sysinv-fpga-agent.service

Closes-Bug: 1981824

Signed-off-by: Mohammad Issa <mohammad.issa@windriver.com>
Change-Id: I1491e9607688738fedec188c872a815b074e8dfc
2022-07-15 19:29:00 +00:00
..
centos Remove the use of docker for FPGA tools 2021-10-06 14:04:11 -04:00
debian host-device-show doesn't show firmware info 2022-07-15 19:29:00 +00:00
opensuse sysinv FPGA agent initial commit 2020-06-07 23:54:01 -06:00
.gitignore sysinv FPGA agent initial commit 2020-06-07 23:54:01 -06:00
LICENSE sysinv FPGA agent initial commit 2020-06-07 23:54:01 -06:00
PKG-INFO sysinv FPGA agent initial commit 2020-06-07 23:54:01 -06:00
sysinv-conf-watcher.path restart sysinv-fpga-agent when sysinv.conf changes 2020-06-09 10:51:03 -06:00
sysinv-conf-watcher.service restart sysinv-fpga-agent when sysinv.conf changes 2020-06-09 10:51:03 -06:00
sysinv-fpga-agent sysinv FPGA agent initial commit 2020-06-07 23:54:01 -06:00
sysinv-fpga-agent.conf sysinv FPGA agent initial commit 2020-06-07 23:54:01 -06:00
sysinv-fpga-agent.service sysinv FPGA agent initial commit 2020-06-07 23:54:01 -06:00