Skip to content
Snippets Groups Projects
Commit 91c194ba authored by Martin Stiemerling's avatar Martin Stiemerling :speech_balloon:
Browse files

Update 05-implementation.md

parent 46c2342a
No related branches found
No related tags found
1 merge request!12Update 05-implementation.md
Pipeline #51887 passed
......@@ -35,7 +35,8 @@ There seem to be two classes of information to be stored in the controller:
* short-living information, such as, current configured network flows or obtained network configuration out of use case #1 (CoCSN)
* long-time information, such as, information about principle network domains, elements in such a domain if directly learned from SBI, etc
This may or may not result in two different places to store data. Unclear yet.
Long-time information should be persistenly stored in the database and survive reboots of goSDN etc. Short-Living information doesn't have to survive reboots of goSDN
### Some more details for implementation for the database(s)
......@@ -45,4 +46,6 @@ Specification of a PND:
* Human readable name of PND
* Textual description for further information
* Set of supported Southbound-Interfaces, e.g., RESTCONF, TAPI, OpenFlow etc
* Phyiscal Inventory Network Elements, hosts and links
\ No newline at end of file
* Physical Inventory Network Elements, hosts and links, pontentially only the SBI SDN controller
A PND entry must be explicitly generated, though some information can be automatically be generated, e.g., the physical inventory for use-case #1 (CoCSN) would mean that the information about the SBI domain specific SDN controller is entered.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment