The following table lists the tools required for OpenECOMP development.
Tool Name | URL | Description |
Git | https://git-scm.com/ | Distributed source control system. |
Sonar | https://sonar.openecomp.org/ | OpenECOMP Sonar server, will hold Sonar metrics computed by each component builds |
Nexus 3 | https://nexus3.openecomp.org/ | OpenECOMP Nexus 3 repository, this repo will hold Docker containers produced by OpenECOMP 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. |
Nexus 2 | https://nexus.openecomp.org/ | OpenECOMP 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. |
JIRA | https://jira.openecomp.org/ | OpenECOMP JIRA instance, used to track issues, releases, stories... |
Jenkins Master | https://jenkins.openecomp.org/ | OpenECOMP 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. |
Identity portal | https://identity.linuxfoundation.org/ | registering portal : controls user account and group management. |
Gerrit server | https://gerrit.openecomp.org/ | Gerrit code review server, hosting the OpenECOMP git repositories as well as controlling access, push, review of new code Also host the jenkins job configuration in a git repository that is following the same workflow (see Gerrit Workflow below). |
Confluence | https://wiki.openecomp.org | OpenECOMP Development Wiki, used to provide project documentation, guidelines, and other information. |