]
Evgheni Dereveanchin commented on OVIRT-1615:
---------------------------------------------
Setting up nexus is described in detail in official docs (linked).
Need to define the volume size to use for artifacts. We can probably survive without
persistent storage as long as mirror configurations are saved in the deployment configs
but we should then set up quotas to not let the pod fill up the node's disk.
Replace Artifactory with Nexus
------------------------------
Key: OVIRT-1615
URL:
https://ovirt-jira.atlassian.net/browse/OVIRT-1615
Project: oVirt - virtualization made easy
Issue Type: New Feature
Components: General
Reporter: Barak Korren
Assignee: infra
Nexus is the main competitor to Artifactory. It has similar features. Lokking at
documentation available about it, it looks like the open source version of it supports a
much bigger feature set the Artifactory without requiring an upgrade to a payed version:
https://help.sonatype.com/display/NXRM3/Repository+Manager+Feature+Matrix
Of interest to us are the PyPi (Python) support, the NPM (Javascript) and the Docker
support.
It seems that Nexus is available as a container, so we may try deploying it on
OpenShift.
I think we need to plan and execute a migration to Nexus.
This ticket should server as a tracking ticket for the entire work. We will create
blocker tickets to track needed steps.