The following tables list the tools used in OpenECOMP ONAP development. This is intended for reference. For instructions on installing client tools and preparing to access the server-based tools, seeĀ Setting Up Your Development Environment.
...
Tool Name | URL | Description |
Confluence | https://wiki.openecomponap.org | OpenECOMP ONAP Development Wiki, used to provide project documentation, guidelines, and other information. |
Gerrit server | https://gerrit.openecomponap.org/ | Gerrit code review server, hosting the Git repositories as well as controlling access, push, and review of new code. It also hosts the Jenkins job configuration in a Git repository that follows the same workflow. |
Identity portal | https://identity.linuxfoundation.org/ | registering portal : controls user account and group management. |
Jenkins Master | https://jenkins.openecomponap.org/ | OpenECOMP ONAP Jenkins Master host, this host will only serve as a 'Display' as most of the jobs will be executed by 'minions' (slave hosts which are defined by using the Jenkins configuration repository in Gerrit). |
JIRA | https://jira.openecomponap.org/ | OpenECOMP ONAP JIRA instance, used to track issues, releases, stories... |
Nexus 2 | https://nexus.openecomponap.org/ | OpenECOMP ONAP Nexus 2 repository, this repo will hold Maven2 artifacts produced by builds (both Release and Snapshot, also Javadoc-mavensite), Access is automatically provided to builds by the maven settings on the Jenkins Master, see Jenkins job for more details. User should be able to access and browse artifacts through this URL. |
Nexus 3 | https://nexus3.openecomponap.org/ | OpenECOMP ONAP Nexus 3 repository, this repo will hold Docker containers produced by OpenECOMP ONAP builds. Access is automatically provided to builds by the maven settings on the Jenkins Master, see Jenkins job for more details. User should be able to access and browse artifacts through this URL. |
Sonar | https://sonar.openecomponap.org/ | OpenECOMP ONAP Sonar server, will hold Sonar metrics computed by component builds |