#
56e4537c |
| 19-Jun-2025 |
Anupama B R <anupama.b.r1@ibm.com> |
Moving AssetTag and HostState under Listener
This commit moves the AssetTag and HostState change property signal and its callback implementation from ibm-handler to Listener class. AssetTag and Host
Moving AssetTag and HostState under Listener
This commit moves the AssetTag and HostState change property signal and its callback implementation from ibm-handler to Listener class. AssetTag and HostState property change signal will be registered through Listener class object.
Change-Id: I8679466283cbc70fc07121a0a57243572f80b483 Signed-off-by: Anupama B R <anupama.b.r1@ibm.com>
show more ...
|
#
c7565ed6 |
| 19-Jun-2025 |
Anupama B R <anupama.b.r1@ibm.com> |
Stub for Listener class
This commit has stub for Listener class, which can be used to register the events and handle the callback functionality for those events. This commit only adds stub class for
Stub for Listener class
This commit has stub for Listener class, which can be used to register the events and handle the callback functionality for those events. This commit only adds stub class for Listener.
Change-Id: I8731abc212239823e7062e3ee23f46a150b942a8 Signed-off-by: Anupama B R <anupama.b.r1@ibm.com>
show more ...
|
#
ec7f8869 |
| 23-May-2025 |
Anupama B R <anupama.b.r1@ibm.com> |
Prime FRUs if only required
As vpd-manager primes the FRUs listed in the system config JSON on each system boot, which takes significant time.
To improve the efficiency, this commit implements prim
Prime FRUs if only required
As vpd-manager primes the FRUs listed in the system config JSON on each system boot, which takes significant time.
To improve the efficiency, this commit implements priming of FRUs only if the Dbus object paths having “com.ibm.VPD.Collection" interface count does not match with the inventoryPaths count from the system config JSON.
Change-Id: I506503b8e8ad64342352a9aae3c889b9fd5a22d8 Signed-off-by: Anupama B R <anupama.b.r1@ibm.com>
show more ...
|
#
78a50427 |
| 25-Apr-2025 |
Sunny Srivastava <sunnsr25@in.ibm.com> |
Move initial set up to OEM class
Currently the call to perform initial set up executes functionalities which are specific to OEM. Hence moving the call to the OEM class.
Change-Id: Ied0c3eb6f6604b5
Move initial set up to OEM class
Currently the call to perform initial set up executes functionalities which are specific to OEM. Hence moving the call to the OEM class.
Change-Id: Ied0c3eb6f6604b5a15db1b0426e78222a80613b8 Signed-off-by: Sunny Srivastava <sunnsr25@in.ibm.com>
show more ...
|
#
380efbb5 |
| 24-Apr-2025 |
Sunny Srivastava <sunnsr25@in.ibm.com> |
Move OEM specific code to respective class
The requirement of re-collecting FRUs at host state change is OEM specific and should be hosted by respective OEM class. Supporting APIs moved from manager
Move OEM specific code to respective class
The requirement of re-collecting FRUs at host state change is OEM specific and should be hosted by respective OEM class. Supporting APIs moved from manager class so that it can be used by OEM class.
Change-Id: If0f218de89635158dda068a0a4951c29a5710cbb Signed-off-by: Sunny Srivastava <sunnsr25@in.ibm.com>
show more ...
|
#
c74c8efe |
| 16-Apr-2025 |
Sunny Srivastava <sunnsr25@in.ibm.com> |
Instantiation of handler class
The commit adds implementation of handler class. Mostly, oem specific implementation has been moved from manager class to handler class.
Change-Id: Ie2a4ed3f2265b77c2
Instantiation of handler class
The commit adds implementation of handler class. Mostly, oem specific implementation has been moved from manager class to handler class.
Change-Id: Ie2a4ed3f2265b77c260c190809b18b465a81b2f9 Signed-off-by: Sunny Srivastava <sunnsr25@in.ibm.com>
show more ...
|
#
867ee75d |
| 15-Apr-2025 |
Sunny Srivastava <sunnsr25@in.ibm.com> |
Add specific handler class
The commit adds folder structure and specific handler class stub. It is required to encapsulate any specific handling based on OEM and keep it separate from the generic fe
Add specific handler class
The commit adds folder structure and specific handler class stub. It is required to encapsulate any specific handling based on OEM and keep it separate from the generic features offered by the repository.
Change-Id: Idff4df024597f6087e70b7b7f10fc05b00b3f664 Signed-off-by: Sunny Srivastava <sunnsr25@in.ibm.com>
show more ...
|