]
Barak Korren reassigned OVIRT-1451:
-----------------------------------
Assignee: Evgheni Dereveanchin (was: infra)
Add a CI mirror for Gluster 3.10
--------------------------------
Key: OVIRT-1451
URL:
https://ovirt-jira.atlassian.net/browse/OVIRT-1451
Project: oVirt - virtualization made easy
Issue Type: Improvement
Components: Repositories Mgmt
Reporter: Barak Korren
Assignee: Evgheni Dereveanchin
Priority: High
We currently have mirrors only for Gluster 3.6 and 3.8, since Gluster 3.10 was released,
we need to add a mirror for it.
For more information about mirrors:
http://ovirt-infra-docs.readthedocs.io/en/latest/CI/Transactional_mirrors...
The process to add mirrors is roughly:
# Create a patch to the 'jenkins' repo with:
## Adding upstream repo configuration to the '{{data/mirrors-reposync.conf}}'
file
## Adding a mirror sync job to
'{{jobs/confs/projects/system/sync_mirrors.yaml}}'.
# Verify patch by:
## Running JJB to create the new sync job
## Invoke the new sync job to see that it manages to sync the mirror for the 1st time
## Wait a while to let the job get schedules and run on its own (sync jobs are scheduled
every 8 hours by default)
As part of this work please document the process for adding a new mirror in infra-docs.