X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fadd-project-distribution.rst;h=5787f663a8e0f215ed66ebeda8460950ab7e7197;hb=cbdd2692de420c9dabb65fb0db7adabcee7fbb28;hp=66fc692afa57baa63ac65f8b2f09c9e9234aefc8;hpb=dfa8d887631ea6b0ef1fa4a068b9db2af4df1ec7;p=integration%2Fdistribution.git diff --git a/docs/add-project-distribution.rst b/docs/add-project-distribution.rst index 66fc692a..5787f663 100644 --- a/docs/add-project-distribution.rst +++ b/docs/add-project-distribution.rst @@ -170,22 +170,29 @@ features to the sanity test. git clone ssh://@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 ~~~~~~~~~~~~~~~~~~~~~~~~~~