mrichomme | 9643b0c | 2020-11-14 22:36:57 +0100 | [diff] [blame] | 1 | .. This work is licensed under a |
| 2 | Creative Commons Attribution 4.0 International License. |
| 3 | .. _integration-missions: |
| 4 | |
morganrol | 81dc70f | 2021-04-06 19:57:44 +0200 | [diff] [blame] | 5 | Integration Missions |
mrichomme | 9643b0c | 2020-11-14 22:36:57 +0100 | [diff] [blame] | 6 | ==================== |
| 7 | |
| 8 | .. important:: |
| 9 | The Integration project is in charge of: |
| 10 | |
| 11 | - Providing testing environment |
| 12 | - Supporting the use case teams |
| 13 | - Managing ONAP CI/CD chains |
| 14 | - Developing tests |
| 15 | - Providing baseline images |
| 16 | - Validating the ONAP releases |
| 17 | |
| 18 | The different activities may be summarized as follows (proportions are indicative): |
| 19 | |
morganrol | 81dc70f | 2021-04-06 19:57:44 +0200 | [diff] [blame] | 20 | - Community support |
| 21 | - Lab support |
| 22 | - Use case support |
| 23 | - Test development |
| 24 | - Management of daily/weekly CI chains |
| 25 | - Build baseline images |
| 26 | - Automate tests |
| 27 | - Validate the release |
mrichomme | 9643b0c | 2020-11-14 22:36:57 +0100 | [diff] [blame] | 28 | |
| 29 | For each release, the integration team provides the following artifacts: |
| 30 | |
| 31 | - A daily CI chain corresponding to the release |
| 32 | - Staging labs to perform the pairwise testing (when not automated) and support |
| 33 | the use case teams |
morganrol | 81dc70f | 2021-04-06 19:57:44 +0200 | [diff] [blame] | 34 | - Baseline Java and Python images |
mrichomme | 9643b0c | 2020-11-14 22:36:57 +0100 | [diff] [blame] | 35 | - oparent library to manage Java dependencies |
| 36 | - Test suites and tools to check the various ONAP components |
| 37 | - Use-case documentation and artifacts |
| 38 | - A testsuite docker included in the ONAP cluster to execute the robot based tests |
morganrol | 81dc70f | 2021-04-06 19:57:44 +0200 | [diff] [blame] | 39 | - Configuration files (scripts, Heat templates, CSAR files) to help installing |
mrichomme | 9643b0c | 2020-11-14 22:36:57 +0100 | [diff] [blame] | 40 | and testing ONAP |
| 41 | - Wiki release follow-up tables (blocking points, docker versions,...) |
| 42 | |
mrichomme | 0fcaa85 | 2020-11-26 15:24:27 +0100 | [diff] [blame] | 43 | Please see the `integration wiki page <https://wiki.onap.org/display/DW/Integration+Project>`_ |
mrichomme | 9643b0c | 2020-11-14 22:36:57 +0100 | [diff] [blame] | 44 | for details. |