Merge branch 'feat/tid-device-inventory' into 'develop'
Resolve "(TID) Network device inventory management" See merge request !150
No related branches found
No related tags found
Showing
- proto/context.proto 8 additions, 3 deletionsproto/context.proto
- src/context/service/database/Component.py 69 additions, 0 deletionssrc/context/service/database/Component.py
- src/context/service/database/Device.py 24 additions, 3 deletionssrc/context/service/database/Device.py
- src/context/service/database/models/ComponentModel.py 55 additions, 0 deletionssrc/context/service/database/models/ComponentModel.py
- src/context/service/database/models/DeviceModel.py 3 additions, 2 deletionssrc/context/service/database/models/DeviceModel.py
- src/context/service/database/models/_Base.py 3 additions, 0 deletionssrc/context/service/database/models/_Base.py
- src/device/service/driver_api/_Driver.py 1 addition, 0 deletionssrc/device/service/driver_api/_Driver.py
- src/device/service/drivers/openconfig/templates/Inventory.py 159 additions, 0 deletionssrc/device/service/drivers/openconfig/templates/Inventory.py
- src/device/service/drivers/openconfig/templates/Namespace.py 2 additions, 0 deletionssrc/device/service/drivers/openconfig/templates/Namespace.py
- src/device/service/drivers/openconfig/templates/__init__.py 5 additions, 1 deletionsrc/device/service/drivers/openconfig/templates/__init__.py
- src/device/service/drivers/openconfig/templates/inventory/get.xml 3 additions, 0 deletions...ce/service/drivers/openconfig/templates/inventory/get.xml
src/context/service/database/Component.py
0 → 100644
Please register or sign in to comment