V.0.1.0 Codename Threadbare
Compare changes
- Martin Stiemerling authored
@@ -2,6 +2,220 @@
@@ -2,6 +2,220 @@
@@ -11,7 +225,7 @@ The base of the development of goSDN are YANG modules. The RESTful API used for
@@ -11,7 +225,7 @@ The base of the development of goSDN are YANG modules. The RESTful API used for
YANG defines an abstract netwoprk interface. It is the foundation of the RESTCONF protocol. Several code generators exist to generate code stubs from a given definition.
@@ -29,18 +243,18 @@ For now we can only use the OpenAPI 2.0 standard. This is because `go-swagger` d
@@ -29,18 +243,18 @@ For now we can only use the OpenAPI 2.0 standard. This is because `go-swagger` d
This section keeps by now some loose thoughts about what information has to be stored how and where.
* 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 should be persistenly stored in the database and survive reboots of goSDN etc. Short-Living information doesn't have to survive reboots of goSDN
We define the principle network domain (PND) and each piece of information of any PND has to be stored in relation the particular PND.
@@ -48,4 +262,4 @@ Specification of a PND:
@@ -48,4 +262,4 @@ Specification of a PND:
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