diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-06-04 11:57:18 +0200 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2020-06-04 17:30:08 +0200 |
commit | 950afcec26f87ee83041de405a79ca66a1f7d46d (patch) | |
tree | c82837cb5648405ade8e2b95922a007bd64bda68 /docs/index.rst | |
parent | 73c2d81546decf3b9356fa186f5054592975c75d (diff) |
Update doc to reference 1.6.3 RC2 frankfurt image
- refactoring of the integration page
- add link to s3p page
- add a table of the repositories managed by Integration
Issue-ID: INT-1551
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I36adec41f6938925561210da905d69c76cddfa8b
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 40 |
1 files changed, 33 insertions, 7 deletions
diff --git a/docs/index.rst b/docs/index.rst index a82a8a733..c6bbd7109 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -18,19 +18,45 @@ For each release, the integration team provides the following artifacts: - Test suites and tools to check the various ONAP components - Use-case documentation and artifacts -- a testsuite docker ncluded in ONAP cluster to execute the tests +- a testsuite docker included in ONAP cluster to execute the tests +- baseline JAVA and Python images, as well as a docker managing Java libraries - Configuration fiales and Heat templates to simplify the creation of the virtual ressources needed for the ONAP deployment and the use cases. The integration team manages several official ONAP repositories: -- integration/* -- testsuite/* -- demo/* -- oparent/*. +.. csv-table:: Integration repositories table + :file: integration-repositories.csv + :widths: 30,50,20 + :delim: ; + :header-rows: 1 +Since Frankfurt, we tried to create smaller repositories for the use cases and +the simulators. It shall help us to maintain the use cases and the simulators. +It shall also help to leverage and adopt existing simulators rather than +systematically re-inventing the wheel. -.. include:: onap-oom-heat.rst +The main wiki page of the Integration team can be found in +https://wiki.onap.org/display/DW/Integration+Project, you will find different +menus, Q&As, and release pages. +Environment Installation +------------------------ -.. include:: onap-integration-ci.rst +In addition of the official OOM scripts, Integration provides some guidelines to +install your OpenStack configuration thanks to a heat template. +See :ref:`Integration heat guideline <integration-installation>` for details. + +Integration CI +-------------- + +Integration project is responsible of the Continuous Integration Chains. +A guide has been created to setup your own CI chain. +See :ref:`Integration CI guideline <integration-ci>` for details. + +Stability Testing +----------------- + +Ensuring the stability of ONAP is one of the missions of the Integration team. +CI chains and stability tests are performed to help stabilising the release. +See :ref:`Integration stability tests <integration-s3p>` for details. |