Tendrl / specifications

Tendrl specs go here
GNU Lesser General Public License v3.0
6 stars 16 forks source link

Hardware inventory details should be checked component wise #109

Closed GowthamShanmugam closed 7 years ago

GowthamShanmugam commented 7 years ago

Currently, we are comparing hardware inventory details with entire file and if it is not equal we are updating all the component details in etcd. Problem here is if any changes in one component then updation happens for all the component. To solve this we have to compare hardware inventory details component wise. It will reduce number of etcd request.

GowthamShanmugam commented 7 years ago

@shtripat please assign me on this issue