aboutsummaryrefslogtreecommitdiffstats
path: root/docs/integration-repositories.rst
blob: fe821bfdc1036684708c058e14360ae0a2046748 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
.. This work is licensed under a
   Creative Commons Attribution 4.0 International License.
.. integration-repositories:

Integration repositories
========================

.. important::
   The Integration project deals with lots of code repositories.


Most of the repositories are internal ONAP repositories.

.. code-block:: bash

   ├── demo
   ├── integration
   │   ├── csit
   |   ├── data-provider
   │   ├── docker
   │   │   ├── onap-java11
   │   │   └── onap-python
   │   ├── ietf-actn-tools
   │   ├── seccom
   │   ├── simulators
   │   │   ├──5G-core-nf-simulator
   │   │   ├──A1-policy-enforcement-simulator
   │   │   ├──core-nssmf-simulator
   │   │   ├──nf-simulator
   │   │   │  ├──avcn-manager
   │   │   │  ├──netconf-server
   │   │   │  ├──pm-https-server
   │   │   │  └──ves-client
   │   │   ├──pnf-simulator
   │   │   ├──ran-nssmf-simulator
   │   │   └──ran-simulator
   │   ├── usecases
   │   │   ├── A1-policy-enforcement
   │   │   ├── A1-policy-enforcement-r-apps
   │   └── xtesting
   ├── oparent
   │   └── cia
   └── testsuite
      ├── cds
      ├── cds-mock-odl
      ├── cds-mock-server
      ├── cds-mock-ssh
      ├── oom
      ├── python-testing-utils
      ├── pythonsdk-tests
      └── robot-utils

Please note that integration and teststuite are repositories and groups hosting
several sub-repositories.

Integration
-----------

The integration repository is the historical repository.
As a consequence it includes several elements in the same repository:

- Deployment scripts (deployment directory)
- Tests: the first non robot tests (security, vCPE,..)
- Simulators/emulators (test/mocks)
- Integration and use cases documentation (docs)
- Tools (bootstrap, S3Ptools)

Since Frankfurt version, we created more smaller repositories especially for the use
cases and the simulators.
It shall help improving the maintenance of the different elements.
It shall also help identifying, leveraging and adopting existing simulators
rather than systematically re-inventing the wheel.

.. csv-table:: Integration Repositories
    :file: ./files/csv/repo-integration.csv
    :widths: 30,50,20
    :delim: ;
    :header-rows: 1

.. csv-table:: Integration Simulators
    :file: ./files/csv/repo-simulators.csv
    :widths: 30,50,20
    :delim: ;
    :header-rows: 1


Testsuite
---------

The testsuite repository and its sub repositories deal exclusively with tests.

The testsuite repository includes all the robotframework scripts.
The robot pod that can be installed as part of the ONAP cluster is built from
this repository.

Several tooling repositories are associated with the robot tests (heatbridge,
robot-python-testing-utils).

.. csv-table:: Testsuite Repositories
    :file: ./files/csv/repo-testsuite.csv
    :widths: 30,50,20
    :delim: ;
    :header-rows: 1

Demo
----

In this repository you will find any artifacts needed for demo, PoC and use cases
if they do not have their own repository (mainly old use cases).

.. csv-table:: Demo Repository
    :file: ./files/csv/repo-demo.csv
    :widths: 30,50,20
    :delim: ;
    :header-rows: 1

Oparent
-------

.. csv-table:: Oparent Repository
    :file: ./files/csv/repo-oparent.csv
    :widths: 30,50,20
    :delim: ;
    :header-rows: 1

Archived repositories
---------------------

Some repositories are archived and marked as "read-only" due to the lack of any activity in them.

.. csv-table:: Archived Repositories
    :file: ./files/csv/repo-archived.csv
    :widths: 30,50,20
    :delim: ;
    :header-rows: 1


External repositories
---------------------

Additionally, the Integration team also deals with external gitlab.com
repositories.

.. csv-table:: Integration external repositories table
    :file: ./files/csv/repo-integration-external.csv
    :widths: 30,50,20
    :delim: ;
    :header-rows: 1

The python-onapsdk has been developed outside of ONAP as gitlab provided more
enhanced built-in features for this kind of development.

The xtesting-onap repository is also hosted in gitlab.com as the CD part of
Integration work is based on public gitlab-ci chains.