[DOC] Update repositories list
[integration.git] / docs / integration-repositories.rst
index d65a06d..1d2def5 100644 (file)
@@ -13,9 +13,9 @@ Most of the repositories are internal ONAP repositories.
 
 .. code-block:: bash
 
-   ├── csit
    ├── demo
    ├── integration
+   │   ├── csit
    │   ├── docker
    │   │   ├── onap-java11
    │   │   └── onap-python
@@ -25,37 +25,30 @@ Most of the repositories are internal ONAP repositories.
    │   ├── simulators
    │   │   ├──5G-core-nf-simulator
    │   │   ├──A1-policy-enforcement-simulator
-   │   │   ├──avcn-manager
    │   │   ├──core-nssmf-simulator
-   │   │   ├──dc-simulator
-   │   │   ├──masspnf-simulator
-   │   │   ├──netconf-server
    │   │   ├──nf-simulator
-   │   │   ├──pm-https-server
+   │   │   │  ├──avcn-manager
+   │   │   │  ├──netconf-server
+   │   │   │  ├──pm-https-server
+   │   │   │  └──ves-client
    │   │   ├──pnf-simulator
    │   │   ├──ran-nssmf-simulator
-   │   │   ├──ran-simulator
-   │   │   └── ves-client
-   │   ├── terraform
-   │   ├── terragrunt
+   │   │   └──ran-simulator
    │   ├── usecases
    │   │   ├── A1-policy-enforcement
    │   │   ├── A1-policy-enforcement-r-apps
-   │   │   ├── bbs
-   │   │   └── mdons
    │   └── xtesting
    ├── oparent
+   │   └── cia
    └── testsuite
       ├── cds
       ├── cds-mock-odl
       ├── cds-mock-server
       ├── cds-mock-ssh
-      ├── heatbridge
       ├── oom
-      ├── pythonsdk-tests
       ├── python-testing-utils
-      ├── robot-utils
-      └── testsuite
+      ├── pythonsdk-tests
+      └── robot-utils
 
 Please note that integration and teststuite are repositories and groups hosting
 several sub-repositories.
@@ -78,10 +71,6 @@ 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.
 
-.. attention::
-   The **new integration sub-repositories** introduced for Honolulu are
-   indicated in **bold**.
-
 .. csv-table:: Integration Repositories
     :file: ./files/csv/repo-integration.csv
     :widths: 30,50,20
@@ -107,9 +96,6 @@ this repository.
 Several tooling repositories are associated with the robot tests (heatbridge,
 robot-python-testing-utils).
 
-.. attention::
-   Honolulu new sub repositories are indicated in **bold**.
-
 .. csv-table:: Testsuite Repositories
     :file: ./files/csv/repo-testsuite.csv
     :widths: 30,50,20
@@ -137,6 +123,17 @@ Oparent
     :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
 ---------------------