Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: ONAP name change

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 NameURLDescription
Confluencehttps://wiki.openecomponap.orgOpenECOMP ONAP Development Wiki, used to provide project documentation, guidelines, and other information.
Gerrit serverhttps://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 portalhttps://identity.linuxfoundation.org/registering portal : controls user account and group management.
Jenkins Masterhttps://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).

JIRAhttps://jira.openecomponap.org/OpenECOMP ONAP JIRA instance, used to track issues, releases, stories...
Nexus 2https://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 3https://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.
Sonarhttps://sonar.openecomponap.org/OpenECOMP ONAP Sonar server, will hold Sonar metrics computed by component builds