Updated git submodules
[docs.git] / source / getting-started-guide / experimental_features.rst
1 OpenDaylight Experimental Features
2 ==================================
3
4 .. contents::
5    :depth: 1
6    :local:
7
8 Messaging4Transport
9 -------------------
10 Adds AMQP bindings to the MD-SAL, which makes all MD-SAL APIs available via
11 that mechanism. AMQP bindings integration exposes the MD-SAL datatree, rpcs,
12 and notifications via AMQP, when installed.
13
14 Network Intent Composition (NIC)
15 --------------------------------
16 Offers an interface with an abstraction layer for you to communicate
17 “intentions,” i.e., what you expect from the network.  The Intent model, which
18 is part of NIC's core architecture, describes your networking services
19 requirements and transforms the details of the desired state to OpenDaylight.
20 NIC has four features:
21
22 * odl-nic-core-hazelcast: Provides the following:
23
24   * A distributed intent mapping service implemented using hazelcast, which
25     stores metadata needed to process Intent correctly
26   * An intent REST API to external applications for Create, Read, Update, and
27     Delete (CRUD) operations on intents, conflict resolution, and event handling
28
29 * odl-nic-core-mdsal: Provides the following:
30
31   * A distributed Intent mapping service implemented using MD-SAL, which stores
32     metadata needed to process Intent correctly
33   * An Intent rest API to external applications for CRUD operations on Intents,
34     conflict resolution, and event handling
35
36 * odl-nic-console: Provides a Karaf CLI extension for Intent CRUD operations
37   and mapping service operations
38 * Four renderers to provide specific implementations to render the Intent:
39
40   * Virtual Tenant Network Renderer
41   * Group Based Policy Renderer
42   * OpenFlow Renderer
43   * Network MOdeling Renderer
44
45 UNI Manager Plug-in (Unimgr)
46 ----------------------------
47 Formed to initiate the development of data models and APIs that facilitate
48 OpenDaylight software applications’ and/or service orchestrators’ ability to
49 configure and provision connectivity services.
50
51 YANG-PUBSUB
52 -----------
53 An experimental feature Plugin that allows subscriptions to be placed on
54 targeted subtrees of YANG datastores residing on remote devices. Changes in
55 YANG objects within the remote subtree can be pushed to OpenDaylight as
56 specified and don’t require OpenDaylight to make continuous fetch requests.
57 YANG-PUBSUB is developed as a Java project. Development requires Maven version
58 3.1.1 or later.