From 81c9cdfa5a9e91b91d73a6a2b20cff8b612d7de3 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Wed, 27 Jul 2016 11:05:51 +0200 Subject: HONEYCOMB-130: Separate v3po plugin from HC infra Creating folders: - common/ - infra/ - v3po/ - vpp-common/ Change-Id: I2c39e1b17e39e7c0f0628f44aa5fe08563fa06e4 Signed-off-by: Maros Marsalek --- v3po/data-impl/Readme.adoc | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 v3po/data-impl/Readme.adoc (limited to 'v3po/data-impl/Readme.adoc') diff --git a/v3po/data-impl/Readme.adoc b/v3po/data-impl/Readme.adoc deleted file mode 100644 index 61b2653b3..000000000 --- a/v3po/data-impl/Readme.adoc +++ /dev/null @@ -1,43 +0,0 @@ -= Honeycomb Data layer. Implementation - -Models CONFIG data store as a DataTree. - -Every read transaction reads directly from the DataTree. -Every write transaction is validated, then passed to the translation layer. -After successful update, config data tree is updated. - -OPERATIONAL data store reads are passed directly to the translation layer. - -Data transaction functionality for higher layers (i.e NETCONF/RESTCONF layer) is provided by DataBroker. - -[ditaa, "data-layer-architecture"] -.... - /------------------\ - | RESTCONF/NETCONF | - \--------+---------/ - | -----------------------------|------------------------------------ - v - /------------------\ - | DataBroker | - \-+--------------+-/ - | | - | read | read/write - Honeycomb v v - data layer /------+------\ /--+--------\ /----------\ - | | | | | | - | Operational | | Config +------>+ DataTree + - | DataTree | | DataTree | | | - | | | | \----------/ - \------+------/ \--+--------/ - | | ----------------------|--------------|---------------------------- - v v - /-----+--------------+-----\ - | Translation layer | - \--------------------------/ -.... - - - - -- cgit 1.2.3-korg