Merge "Updated packetcable user and developer guides."
authorColin Dixon <colin@colindixon.com>
Sun, 21 Feb 2016 13:51:26 +0000 (13:51 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Sun, 21 Feb 2016 13:51:26 +0000 (13:51 +0000)
manuals/developer-guide/src/main/asciidoc/packetcable/packetcable-dev.adoc
manuals/user-guide/src/main/asciidoc/packetcable/packetcable-user.adoc

index e2297c2c32db04c9dc2604cdc8ed28751cb6a626..a9d9eb3bc70179cc5ffcdc83b14398042a3846f1 100644 (file)
@@ -1,10 +1,10 @@
-== PCMM Developer and Testing (*Preliminary*)
+== PacketCable Developer Guide
 
-[[specification]]
-=== Specification
+[[pcmm-specification]]
+=== PCMM Specification
 
-http://www.cablelabs.com/wp-content/uploads/specdocs/PKT-SP-MM-I05-091029.pdf[PacketCableâ„¢
-Specification Multimedia Specification PKT-SP-MM-I05-091029]
+http://www.cablelabs.com/specification/packetcable-multimedia-specification[PacketCableâ„¢
+ Multimedia Specification]
 
 [[system-overview]]
 === System Overview
@@ -13,78 +13,60 @@ These components introduce a DOCSIS QoS Service Flow management using
 the PCMM protocol. The driver component is responsible for the
 PCMM/COPS/PDP functionality required to service requests from
 PacketCable Provider and FlowManager. Requests are transposed into PCMM
-Gate Control messages and transmitted via COPS to the CMTS. This plugin
+Gate Control messages and transmitted via COPS to the CCAP/CMTS. This plugin
 adheres to the PCMM/COPS/PDP functionality defined in the CableLabs
 specification. PacketCable solution is an MDSAL compliant component.
 
-// image:Screenshot6.png[width=500]
-//
-// image:Odp_diagram_helium_v6.jpg[width=500]
-
 [[packetcable-components]]
-=== Packetcable Components
-
-packetcable is comprised of three OpenDaylight bundles
-
-[options=="header"]
-|========================================================================
-|Bundle |Description
-|packetcable-model |Contains the YANG information model for flows and
-nodes
+=== PacketCable Components
 
-|packetcable-provider |Provider hosts the model processing, RESTCONF,
-API implementation, and brokers requests to consumer
+The packetcable maven project is comprised of several modules.
 
-|packetcable-consumer |Consumer hosts packet codec and sends requests to
-driver
 
-|packetcable-driver |The codec for transforming the model into the
-appropriate PCMM Gate message for flows and CMTS connections.
-|========================================================================
+[options="header"]
+|=======================
+|Bundle                    |Description
+|packetcable-driver        |A common module that containts the COPS stack and 
+                            manages all connections to CCAPS/CMTSes.
+|packetcable-emulator      |A basic CCAP emulator to facilitate testing the
+                            the plugin when no physical CCAP is avaible.
+|packetcable-policy-karaf  |Generates a Karaf distribution with a config that
+                            loads all the packetcable features at runtime.
+|packetcable-policy-model  |Contains the YANG information model.
+|packetcable-policy-server |Provider hosts the model processing, RESTCONF,
+                            and API implementation.
+|=======================
 
-See
-https://github.com/opendaylight/packetcable/tree/stable/lithium/packetcable-model/src/main/yang[YANG
-Model]
 
-[[tell-a-bundle-to-log-debug]]
-==== Tell a Bundle to Log Debug
+[[loging-levels]]
+==== Setting Logging Levels
+From the Karaf console
 
-`log:set org.opendaylight.packetcable.packetcable-provider`
+    log:set <LEVEL> (<PACKAGE>|<BUNDLE>)
+    Example
+    log:set DEBUG org.opendaylight.packetcable.packetcable-policy-server
 
 [[tools-for-testing]]
 === Tools for Testing
 
-[[custom-testsuite]]
-==== Custom Testsuite
-
-Most of the
-https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin::Python_test_scripts[Openflow tests for RESTCONF]
-can be adapted for PCMM and service flow
-testing.
-https://github.com/opendaylight/packetcable/tree/stable/lithium/packetcable-client[Browse
-this folder] for WIP of tests and examples used for minimum acceptance
-testing.
-
-[[restconfapi.py]]
-===== restconfapi.py
-
-Scripted series of packetcable actions testing minimum compliance.
-
-For example, adding a CMTS, adding IPv4 flow, delete flow and delete
-CMTS.
+[[postman]]
+==== Postman REST client for Chrome
 
-Other flows can be formulated and added to create a regression test of
-what kind of flows are interesting for use cases. Multicast?
+https://chrome.google.com/webstore/detail/postman-rest-client/fdmmgilgnpjigdojojpjoooidkmcomcm?hl=en[Install
+the Chrome extension]
 
-[[flow_config_perf_pcmm.py]]
-===== flow_config_perf_pcmm.py
+https://git.opendaylight.org/gerrit/gitweb?p=packetcable.git;a=tree;f=packetcable-policy-server/doc/restconf-samples[Download
+and import sample packetcable collection]
 
-For load testing there is this nice tool that could be repurpose to load
-test a CMTS. 
-//TODO: Adapt this script for load testing PCMM on a CMTS.
+[[view-rest-api]]
+==== View Rest API
+1. Install the `odl-mdsal-apidocs` feature from the karaf console.
+2. Open http://localhost:8181/apidoc/explorer/index.html default dev build user/pass is admin/admin
+3. Navigate to the PacketCable section.
 
 [[yang-ide]]
 ==== Yang-IDE
+Editing yang can be done in any text editor but Yang-IDE will help prevent mistakes.
 
 https://github.com/xored/yang-ide/wiki/Setup-and-build[Setup and Build
 Yang-IDE for Eclipse]
@@ -104,11 +86,10 @@ the filter field.
 image:Screenshot8.png[width=500]
 
 [[debugging-and-verifying-dqos-gate-flows-on-the-cmts]]
-=== Debugging and Verifying DQoS Gate (Flows) on the CMTS
+=== Debugging and Verifying DQoS Gate (Flows) on the CCAP/CMTS
 
-http://books.google.com/books?id==zNnCLUa8CHQC&pg==PA701&lpg==PA701&dq==show+packetcable+gate[This
-book] serves as a good reference. Below are some of the most useful CMTS
-commands to verify flows have been enabled on the CMTS.
+Below are some of the most useful CCAP/CMTS commands to verify flows have been
+enabled on the CMTS.
 
 [[cisco]]
 ==== Cisco
index 1b68e319760676154ae66e34e84027dc11c31109..fbab4369697b8279c2bd9b67c73a66d2845c8429 100644 (file)
@@ -1,4 +1,4 @@
-== PCMM User Guide
+== PacketCable User Guide
 
 === Overview
 
@@ -12,25 +12,24 @@ specification. PacketCable solution is an MDSAL compliant component.
 
 === PacketCable Components
 
-PacketCable is comprised of three OpenDaylight bundles:
+PacketCable is comprised of two OpenDaylight bundles:
 
 [options="header"]
 |======
 |Bundle |Description
-|packetcable-policy-server | Plugin that provides PCMM model implementation based on CMTS structure and COPS protocol.
-|packetcable-policy-model  | The Model provided provides a direct mapping to the underlying QoS Gates of CMTS.
-|packetcable-driver        | The codec for transforming the model into the appropriate PCMM Gate message for flows and CMTS connections.
+|odl-packetcable-policy-server | Plugin that provides PCMM model implementation based on CMTS structure and COPS protocol.
+|odl-packetcable-policy-model  | The Model provided provides a direct mapping to the underlying QoS Gates of CMTS.
 |======
 
 See the PacketCable 
-https://git.opendaylight.org/gerrit/gitweb?p=packetcable.git;a=tree;f=packetcable-model/src/main/yang[YANG
+https://git.opendaylight.org/gerrit/gitweb?p=packetcable.git;a=tree;f=packetcable-policy-model/src/main/yang[YANG
 Models].
 
 === Installing PacketCable
 
 To install PacketCable, run the following `feature:install` command from the Karaf CLI
 
- feature:install odl-restconf odl-l2switch-switch odl-dlux-core odl-mdsal-apidocs odl-packetcable-policy-all
+ feature:install odl-packetcable-policy-server-all odl-restconf odl-mdsal-apidocs
 
 === Explore and exercise the PacketCable REST API
 
@@ -39,19 +38,14 @@ http://localhost:8181/apidoc/explorer/index.html
 
 Replace localhost with the IP address or hostname where OpenDaylight is running if you are not running OpenDaylight locally on your machine.
 
-=== Adding a CMTS to OpenDaylight Inventory
-
-The RESTCONF URLs makes it possible to add a CMTS to OpenDaylight and have it connected.
-
-.Add a CMTS to OpenDaylight Inventory
-image::Screenshot1.png[width=500]
+NOTE: Prior to setting any PCMM gates, a CCAP must first be added. 
 
 === Postman
 
-https://chrome.google.com/webstore/detail/postman-rest-client/fdmmgilgnpjigdojojpjoooidkmcomcm?hl=en[Configure
-the Chrome browser]
+https://chrome.google.com/webstore/detail/postman-rest-client/fdmmgilgnpjigdojojpjoooidkmcomcm?hl=en[Install
+the Chrome extension]
 
-https://git.opendaylight.org/gerrit/gitweb?p=packetcable.git;a=tree;f=packetcable-client[Download
+https://git.opendaylight.org/gerrit/gitweb?p=packetcable.git;a=tree;f=packetcable-policy-server/doc/restconf-samples[Download
 and import sample packetcable collection]
 
 .Postman Operations