Update doc example 47/74747/3
authorLuis Gomez <ecelgp@gmail.com>
Wed, 1 Aug 2018 22:31:41 +0000 (15:31 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Thu, 2 Aug 2018 04:04:28 +0000 (21:04 -0700)
Change-Id: Ic0570ec65101be6dec8c59a6b858b640d2a0c260
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
docs/add-project-distribution.rst

index 66fc692afa57baa63ac65f8b2f09c9e9234aefc8..5787f663a8e0f215ed66ebeda8460950ab7e7197 100644 (file)
@@ -170,22 +170,29 @@ features to the sanity test.
 
       git clone ssh://<user>@git.opendaylight.org:29418/releng/builder
 
-#. Add your feature repo and user-facing features in:
+#. Open the distribution-jobs.yaml file:
 
    .. code-block:: bash
 
       jjb/integration/distribution/distribution-jobs.yaml
 
-   See this example for the file section:
+   Add your feature repo and user-facing features in the distribution section:
 
    .. code-block:: bash
 
-      # Self-Managed projects features
-      sm-repos: >
-          mvn:org.opendaylight.sxp/features-sxp//xml/features
-
-      sm-features: >
-          odl-sxp-controller
+      stream:
+        - fluorine:
+            branch: 'master'
+            karaf-version: odl
+            # Self-Managed projects repos and features:
+            sm-repos: >
+                mvn:org.opendaylight.sxp/features-sxp//xml/features,
+                mvn:org.opendaylight.tsdr/features-tsdr//xml/features
+            sm-features: >
+                odl-sxp-routing,
+                odl-tsdr-core,
+                odl-tsdr-openflow-statistics-collector,
+                odl-tsdr-netflow-statistics-collector
 
    .. note:: If the feature version is not specified in the URL (see example above), Karaf will use
              the latest version (normally only one stored) in the the system folder.
@@ -193,7 +200,7 @@ features to the sanity test.
 #. Push changes to releng/builder and wait for patch verification and review.
 
    Once the patch is merged your project will be tested in the distribution-sanity_.
+
 Trigger distribution build
 ~~~~~~~~~~~~~~~~~~~~~~~~~~