summaryrefslogtreecommitdiffstats
path: root/vbd/impl/vbridge-workflow.txt
diff options
context:
space:
mode:
authorJozef Gloncak <jgloncak@cisco.com>2016-02-03 11:18:51 +0100
committerDave Wallace <dwallacelf@gmail.com>2016-02-04 13:08:28 +0000
commit809e3e17a7582e56404c95e645914dd341fa379e (patch)
tree6be38cf505bd319d631fb8a87825beb1ddc96c0f /vbd/impl/vbridge-workflow.txt
parentafb65be5ea2e05319bf4241856231a2a5d8646ca (diff)
Adding termination point to VBD on VPP.
Creation request from UI for creating new termination point cause that interface on VPP is added to virtual bridge domain. Change-Id: I73910e31250c81e9e8baac40072926bdfc71ff22 Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
Diffstat (limited to 'vbd/impl/vbridge-workflow.txt')
-rw-r--r--vbd/impl/vbridge-workflow.txt10
1 files changed, 4 insertions, 6 deletions
diff --git a/vbd/impl/vbridge-workflow.txt b/vbd/impl/vbridge-workflow.txt
index 86ba544f4..9f93e6fd4 100644
--- a/vbd/impl/vbridge-workflow.txt
+++ b/vbd/impl/vbridge-workflow.txt
@@ -32,7 +32,7 @@ Prerequisite: configured netconf-node-topology
- bridge-member container
- supporting-node pointing to the VPP node in the
netconf-node-topology
-
+
B) The Controller App receives a DataTreeChangeNotification about the
node being added, and:
@@ -46,7 +46,7 @@ Prerequisite: configured netconf-node-topology
datastore. The leaf contains a RESTCONF-encoded instance
identifier of the bridge domain created in the VPP, relative to
that VPP's mount point.
-
+
3) Assigning a physical VPP interface into a Virtual Bridge Domain
Prerequisite: The VPP itself has been added to the Virtual Bridge
Domain
@@ -54,9 +54,7 @@ Prerequisite: configured netconf-node-topology
A) The UI creates a 'termination-point' inside the 'node' added in 2),
with:
- - user-interface, containing RESTCONF-encoded instance identifier
- of the VPP interface, relative to that VPP's mount point in config
- data store.
+ - interface name.
B) The Controller App receives a notification of this being done and:
- looks if the VPP is connected, if it is, the app will:
@@ -64,7 +62,7 @@ Prerequisite: configured netconf-node-topology
Inverse operations are achieved by the UI deleting the corresponding nodes in
the Controller's configuration data store.
-
+
Virtual Bridge Domain tunnel management
---------------------------------------