Versies vergeleken

Uitleg

  • Deze regel is toegevoegd.
  • Deze regel is verwijderd.
  • Opmaak is veranderd.

Table of Contents

Overview

Repositories managed by OAM project

...

  • ONAP Frankfurt: Maven 3.5, Java 8
  • ONAP Guilin: Maven 3.5, Java 8 and Maven 3.6 Java 11

Structure and Jenkins jobs

The following sub structure is used: 

repo:pathArtifact groupBuild resultsdescriptionJenkins jobs
oam:distribution/
docker images → nexusSource for image creationci-management/jjb/oam/oam-distribution.yaml
oam:docs/
Documentation → readTheDocsreadTheDocs source
oam:features/org.o-ran-sc.oam.featuresfeature bundles → nexusFeature bundles

ci-management/jjb./oam/oam-features.yaml

oam-features-maven-verify-master-mvn35-openjdk8
oam-features-maven-merge-master
oam-features-maven-stage-master
oam-features-release-merge
oam-features-release-verify

oam:parent/
feature parent bundles → nexusParents depending on ONAP Parentsci-management/jjb/oam/oam-parent.yaml
oam:info.yaml


ci-management/jjb/oam/oam.yaml
scp/oam/modeling:features/org.o-ran-sc.scp.oam.modeling.featuresfeature bundles → nexusyang model generated code
scp/oam/modeling:info.yaml


ci-management/jjb/scp-oam-modeling/scp-oam-modeling.yaml

Artifacts groupId "org.o-ran-sc.oam.features".

List of all artifacts as provided under this group

Code Block
org.o-ran-sc.oam.features
├── devicemanager
│ ├── devicemanager-oran-ru-fh-feature
│ ├── devicemanager-oran-ru-fh-installer
│ ├── devicemanager-oran-ru-fh-model
│ ├── devicemanager-oran-ru-fh-provider
│ ├── devicemanager-oran-ru-fh-top
│ ├── devicemanager-xran-ru-fh-feature
│ ├── devicemanager-xran-ru-fh-installer
│ ├── devicemanager-xran-ru-fh-model
│ ├── devicemanager-xran-ru-fh-provider
│ └── devicemanager-xran-ru-fh-top
├── features-top
│ ├── 0.7.1-SNAPSHOT
│ └── maven-metadata-local.xml
└── parent
├── binding-parent
├── odlparent-lite
├── parent-top
└── single-feature-parent

Directory oam:features containing specific devicemanagers

devicemanager -  top level for devicemanager

...

         - ru-fh        - radio unit - front haule

Artifact ids

Using ONAP Frankfurt

Example with devicemanager xran/ru-fh for top pom file.

...