Replace supported admonitions with rst directives 75/46775/2
authorColin Dixon <colin@colindixon.com>
Tue, 11 Oct 2016 15:56:50 +0000 (11:56 -0400)
committerColin Dixon <colin@colindixon.com>
Tue, 11 Oct 2016 16:00:23 +0000 (12:00 -0400)
See: http://docutils.sourceforge.net/docs/ref/rst/directives.html#specific-admonitions

Change-Id: I33879d4a2ea272d9fb9bc71479342817310923ab
Signed-off-by: Colin Dixon <colin@colindixon.com>
docs/developer-guide/controller.rst
docs/developer-guide/openflow-protocol-library-developer-guide.rst
docs/developer-guide/topology-processing-framework-developer-guide.rst
docs/user-guide/group-based-policy-user-guide.rst
docs/user-guide/netconf-user-guide.rst
docs/user-guide/virtual-tenant-network-(vtn).rst

index 6d656aac3a698309078bc5a057ac46d3f865ff11..94b81a220d940de68031d605906a8874a05e2d22 100644 (file)
@@ -455,7 +455,7 @@ Optimistic Lock Failure
     It is the responsibility of the caller to create a new transaction
     and submit the same modification again in order to update data tree.
 
-        **Warning**
+    .. warning::
 
         ``OptimisticLockFailedException`` usually exposes **multiple
         writers** to the same data subtree, which may conflict on same
index d12d4d4e500ccaa0e2d202d5b4ca06a6309c36b6..37a8fcd85f0a2111ae59a7e2e74d60cd3ce5e110 100644 (file)
@@ -620,7 +620,7 @@ this commands.
 TLS Support
 -----------
 
-    **Note**
+.. note::
 
     see OpenFlow Plugin Developper Guide
 
index f1d17c39588b62f2861194875e6439fd26acc753..9dd0879e4be3f6d1eb0f2e9e50c88cfc6ae40879 100644 (file)
@@ -715,7 +715,7 @@ picture below shows how data will be rendered and stored.
 
    Rendering to the inventory-rendering model
 
-    **Important**
+.. important::
 
     When implementing your version of the topology-rendering model in
     the Topology Processing Framework, the source file of the model
@@ -741,7 +741,7 @@ model in XML.
 Step2 - Module and Feature Creation
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-    **Important**
+.. important::
 
     This and following steps are based on the `model specific
     approach <#_model_specific_approach>`__ in the Topology Processing
@@ -813,7 +813,7 @@ IRModelAdapter refers to class which implements ModelAdapter in module
 Inventory Rendering). In the case of the provider class, we put the
 abbreviation at the end.
 
-    **Important**
+.. important::
 
     -  In the next sections, we use the terms TopologyRequestListener,
        TopologyRequestHandler, etc. without a prepended or appended
@@ -877,7 +877,7 @@ processing. In this case, we had to create five classes implementing:
    the rendering operator just wraps each received UnderlayItem to
    OverlayItem and sends them to write.
 
-    **Important**
+.. important::
 
     For purposes of topology rendering from inventory to
     network-topology, there are misused fields in UnderlayItem as
index d730db164f6ec8f3a7b6b70741b3d1690b261f9e..f0344a9f33534017d5f967f02c9aa3a27e822dff 100644 (file)
@@ -72,7 +72,7 @@ By thinking of **Intent Systems** in this way, it enables:
    -  To an optical network: The port maybe *abstract*, yet the optical
       wavelength is *concrete*.
 
-    **Note**
+.. note::
 
     *This is a very domain specific analogy, tied to something most
     readers will understand. It in no way implies the **GBP** should be
@@ -1690,7 +1690,7 @@ the user is responsible for the provisioning of endpoints via:
 
 -  REST API
 
-    **Note**
+.. note::
 
     When using the :ref:`Neutron mapper <gbp-neutron>` feature, everything is
     managed transparently via Neutron.
@@ -1960,7 +1960,7 @@ Generic allow:
 Configuring OpenFlow Overlay via REST
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-    **Note**
+.. note::
 
     Please see the :ref:`UX <gbp-ux>` section on how to configure **GBP** via
     the GUI.
@@ -1988,7 +1988,7 @@ Configuring OpenFlow Overlay via REST
         }
     }
 
-    **Note**
+.. note::
 
     The usage of "port-name" preceded by "ofoverlay". In OpenDaylight,
     base datastore objects can be *augmented*. In **GBP**, the base
index ba0620531979ef0008a66f2e008923342c995eaf..909d1258544aa7c6b5567534bf2d742427ddcc2a 100644 (file)
@@ -38,7 +38,7 @@ language) so in addition to the above RFCs, it supports any
 data/RPC/notifications described by a YANG model that is implemented by
 the device.**
 
-    **Tip**
+.. tip::
 
     NETCONF southbound can be activated by installing
     ``odl-netconf-connector-all`` Karaf feature.
@@ -173,7 +173,7 @@ this device there is this capability reported:
 **For such devices you only need to put the schema into folder
 cache/schema inside your Karaf distribution.**
 
-    **Important**
+.. important::
 
     The file with YANG schema for ietf-inet-types has to be called
     ietf-inet-types@2010-09-24.yang. It is the required naming format of
@@ -299,7 +299,7 @@ MD-SAL with the usage of the network-topology model. You can configure
 new NETCONF connectors both through the NETCONF server for MD-SAL (port
 2830) or RESTCONF. This guide focuses on RESTCONF.
 
-    **Tip**
+.. tip::
 
     To enable NETCONF connector configuration through MD-SAL install
     either the ``odl-netconf-topology`` or
@@ -419,7 +419,7 @@ Clustered NETCONF connector
 To spawn NETCONF connectors that are cluster-aware you need to install
 the ``odl-netconf-clustered-topology`` karaf feature.
 
-    **Warning**
+.. warning::
 
     The ``odl-netconf-topology`` and ``odl-netconf-clustered-topology``
     features are considered **INCOMPATIBLE**. They both manage the same
@@ -490,7 +490,7 @@ http://localhost:8181/restconf/config/network-topology:network-topology/topology
 
 Should return 200 response code with no body.
 
-    **Tip**
+.. tip::
 
     This call is transformed into a couple of NETCONF RPCs. Resulting
     NETCONF RPCs that go directly to the device can be found in the
@@ -652,7 +652,7 @@ In terms of RFCs, these are supported:
 
 Notifications over NETCONF are not supported in the Boron release.
 
-    **Tip**
+.. tip::
 
     Install NETCONF northbound for MD-SAL by installing feature:
     ``odl-netconf-mdsal`` in karaf. Default binding port is **2830**.
@@ -721,7 +721,7 @@ NETCONF testtool
 These jars are part of OpenDaylight’s controller project and are built
 from the NETCONF codebase in OpenDaylight.
 
-    **Tip**
+.. tip::
 
     Download testtool from OpenDaylight Nexus at:
     https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-testtool/1.1.0-Boron/
@@ -734,7 +734,7 @@ from the NETCONF codebase in OpenDaylight.
 
 -  perf-client.jar - RESTCONF stress/performance measuring tool
 
-    **Tip**
+.. tip::
 
     Each executable tool provides help. Just invoke ``java -jar
     <name-of-the-tool.jar> --help``
@@ -1099,7 +1099,7 @@ Editing data for simulated device
 
        http://localhost:8181/restconf/operational/network-topology:network-topology/topology/topology-netconf/node/17830-sim-device/yang-ext:mount/
 
-    **Warning**
+.. warning::
 
     Data will be mirrored in operational datastore only when using the
     default simple datastore.
index 47d83e3e91ed0b8b99e6a4272a546c9e939f192b..ecf2bad2593e3ad213aaf418cded748c39b213da 100644 (file)
@@ -820,7 +820,7 @@ Additional Verifications
 
     http://<controller-ip>:8181/index.html
 
-    **Tip**
+.. tip::
 
     If the interconnected between the Open vSwitch is not seen, Please
     bring up the interface for the dataplane manually using the below