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

Merge branch 'patch-1' into 'master'

Update 05-implementation.md

See merge request cocsn/gosdn!12
parents 46c2342a 91c194ba
No related branches found
No related tags found
1 merge request!12Update 05-implementation.md
Pipeline #51888 passed
...@@ -35,7 +35,8 @@ There seem to be two classes of information to be stored in the controller: ...@@ -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) * 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 * 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) ### Some more details for implementation for the database(s)
...@@ -45,4 +46,6 @@ Specification of a PND: ...@@ -45,4 +46,6 @@ Specification of a PND:
* Human readable name of PND * Human readable name of PND
* Textual description for further information * Textual description for further information
* Set of supported Southbound-Interfaces, e.g., RESTCONF, TAPI, OpenFlow etc * Set of supported Southbound-Interfaces, e.g., RESTCONF, TAPI, OpenFlow etc
* Phyiscal Inventory Network Elements, hosts and links * Physical Inventory Network Elements, hosts and links, pontentially only the SBI SDN controller
\ No newline at end of file
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