This page captures the original implementation of the original ConfigDB (PoC) as a preparation for introduction of the Configuration & Persistency Service (C&PS)
Resources
- Source Code: https://github.com/onap-oof-pci-poc/sdnc.git
- Swagger description of interface: https://github.com/onap-oof-pci-poc/sdnc/blob/master/ConfigDB/Dublin/SDNC_ConfigDB_API_v3.0.0.json
DB Details
The database used is MariaDb.
DB Schema
Suitability for extensions (v. 1.1)
- API and Schema not model driven but hard-coded for specific objects. Any new uses cases with new object will have to manually update the Schema and API
- Nothing will prevent anyone making those modifications but none of such changes will automatically be carried forward to C&PS (v. 2.0)
Proposed backward Compatibility
The hard-coded nature of the current interface is a complete mismatch with the proposed model-driven generic interface. No backward comparability is proposed.
At best the current interface could be re-wired to point to C&PS using a bespoke Yang-model to support the data (schema) it is currently using. Hoever it would be preferred to redesign in using the new generic interface and referring to the actual Yang model (fragments) that for the nodes for this use case.