-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ed038b3
commit 37568a3
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,22 @@ | ||
# MultiDomainInventoryProxy | ||
Interface towards the MultiDomainInventory | ||
|
||
### Location | ||
The MultiDomainInventoryProxy (MDIP) represents the demarcation towards a higher-layer controller domain. | ||
|
||
### Description | ||
In principle, the MultiDomainInventoryProxy is a transparent passthrough of requests to existing implementations. | ||
|
||
At its south bound interface, it participates at the OperationKeyManagement that is enforcing the approval regime in the Microwave SDN domain. | ||
At its north bound interface, it implements a 1:1 relationship with the ResourceAdapter implementation of the MultiDomainInventory. | ||
|
||
### Relevance | ||
The MultiDomainInventory is planned to become the major user interface. | ||
|
||
### Resources | ||
- [Specification](./spec/) | ||
- [TestSuite](./testing/) | ||
- [Implementation](./server/) | ||
|
||
### Comments | ||
./. |