diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-11-14 22:36:57 +0100 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2020-11-16 16:31:18 +0100 |
commit | 9643b0c11bdafd26ea0ac5127325aa8cb09f0c03 (patch) | |
tree | faf59c0307daa092c754508de93ad2d325826003 /docs/integration-resources.rst | |
parent | 6db5edce534c882fa0b2a28778fa4bc4be31b8f6 (diff) |
Refactor Integration official documentation
Issue-ID: INT-1736
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ia7b6425358eb9b07e293881dabd5345697af1c39
Diffstat (limited to 'docs/integration-resources.rst')
-rw-r--r-- | docs/integration-resources.rst | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/docs/integration-resources.rst b/docs/integration-resources.rst new file mode 100644 index 000000000..0ae3e7013 --- /dev/null +++ b/docs/integration-resources.rst @@ -0,0 +1,79 @@ +.. This work is licensed under a + Creative Commons Attribution 4.0 International License. +.. _integration-resources: + +.. integration_main-doc: + +Integration resources +===================== + +.. important:: + The Integration project maintains several community resources: + + - Public Portal: http://testresults.opnfv.org/onap-integration/ + - Test Database & API: http://testresults.opnfv.org/onap/api/v1/projects + - CI/CD logs & artifacts: https://logs.onap.org/onap-integration + - VNF demo artifacts:https://nexus.onap.org/content/repositories/releases/org/onap/demo/vnf/ + - Simulators + - Test frameworks (e.g. python-onapsdk) + +Integration portal +------------------ + +A portal is built to report the status of the different labs collaborating in +Integration, see http://testresults.opnfv.org/onap-integration/ + +.. figure:: files/CI/ONAP_CI_3.png + :align: center + :width: 6.5in + +The code of this web site is shared on a public gitlab project. + +Integration Test database +------------------------- + +The integration team shares a Test Result Database with the OPNFV project. All +the test results of the CD are automatically pushed in this database. +It is possible to retrieve the results through the Test API associated with this +test Database. + +The following information are available: + +- List of pods allowed to push results: http://testresults.opnfv.org/onap/api/v1/pods +- List of projects that declared test cases for CI/CD: http://testresults.opnfv.org/onap/api/v1/projects +- List of test cases per projects: + http://testresults.opnfv.org/onap/api/v1/projects/integration/cases + http://testresults.opnfv.org/onap/api/v1/projects/security/cases +- Results with lots of possible filter combinations: http://testresults.opnfv.org/onap/api/v1/results?last=3 + +It is possible to get results according to several criteria (version, case name, +lab, period, last, CI id,..) +See the `OPNFV test API documentation <https://wiki.opnfv.org/pages/viewpage.action?pageId=2926452>`__. + +Any company running ONAP Integration tests can be referenced to push their results +in this database. +This Database is hosted on a LF OPNFV server. Results are backuped daily. +Integration committers can have access to this server. + +VNF demo Artifacts +------------------ + +They are hosted in the demo repositories and published in +https://nexus.onap.org/content/repositories/releases/org/onap/demo/vnf/. + +Simulators +---------- + +There is a list of `available simulators <https://wiki.onap.org/pages/viewpage.action?pageId=81399210>`_. +Please consider any of them (they are open source and can be modified, +updated...) before creating a new one. + +Communication channels +---------------------- + +The main communication channel for real time support is the rocket chat channel +http://team.onap.eu. +You can also send a mail to onap-discuss AT lists.onap.org +with [ONAP] [Integration] prefix in the title. + +All the different links are reachable from the Integration portal. |