Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "EGI Verification Testbed"

From EGIWiki
Jump to navigation Jump to search
Line 80: Line 80:
  enabled=1
  enabled=1
  protect=1
  protect=1
== Yaim configuration ==

Revision as of 14:44, 30 May 2011

EGI Verification Testbed

Enolfc: Initial attempt to collect info about verification

Repositories

SL5 x86_64

Base & EPEL

Verification is done using the SL5 distribution + EPEL repositories. You should have in your yum repositories list the following ones:

  • SL5 BASE and updates:
[sl-base]
name=SL 5 base
baseurl=http://ftp.scientificlinux.org/linux/scientific/55/$basearch/SL
	 http://ftp1.scientificlinux.org/linux/scientific/55/$basearch/SL
	 http://ftp2.scientificlinux.org/linux/scientific/55/$basearch/SL
	 ftp://ftp.scientificlinux.org/linux/scientific/55/$basearch/SL
#mirrorlist=ftp://ftp.scientificlinux.org/linux/scientific/mirrorlist/sl-base-55.txt
enabled=1
gpgcheck=0
# To use priorities you must have yum-priorities installed
priority=10
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-sl 
       file:///etc/pki/rpm-gpg/RPM-GPG-KEY-sl5 
       file:///etc/pki/rpm-gpg/RPM-GPG-KEY-csieh
       file:///etc/pki/rpm-gpg/RPM-GPG-KEY-dawson 
       file:///etc/pki/rpm-gpg/RPM-GPG-KEY-jpolok 
       file:///etc/pki/rpm-gpg/RPM-GPG-KEY-cern 
       file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
[sl-security]
name=SL 5 security updates
baseurl=http://ftp.scientificlinux.org/linux/scientific/55/$basearch/updates/security
        http://ftp1.scientificlinux.org/linux/scientific/55/$basearch/updates/security
        http://ftp2.scientificlinux.org/linux/scientific/55/$basearch/updates/security
        ftp://ftp.scientificlinux.org/linux/scientific/55/$basearch/updates/security
#mirrorlist=ftp://ftp.scientificlinux.org/linux/scientific/mirrorlist/sl-security-55.txt
enabled=1
gpgcheck=0
# To use priorities you must have yum-priorities installed
priority=10
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-sl
       file:///etc/pki/rpm-gpg/RPM-GPG-KEY-sl5 
       file:///etc/pki/rpm-gpg/RPM-GPG-KEY-csieh  
       file:///etc/pki/rpm-gpg/RPM-GPG-KEY-dawson 
       file:///etc/pki/rpm-gpg/RPM-GPG-KEY-jpolok 
       file:///etc/pki/rpm-gpg/RPM-GPG-KEY-cern
       file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5


  • EPEL
[extras]
name=epel
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=$basearch
protect=0
enabled=1
priority=20
  • EGI trust anchors
[EGI-trustanchors]
name=EGI-trustanchors
baseurl=http://repository.egi.eu/sw/production/cas/1/current/
gpgkey=http://repository.egi.eu/sw/production/cas/1/GPG-KEY-EUGridPMA-RPM-3
gpgcheck=1
enabled=1

Product Repository

You should also add the repository with the packages that you are currently verifying. The URL for the repository can be found at the Custom Fields of the RT ticket within attribute RepositoryURL. Example repository for CREAM release 1.13.0 (http://admin-repo.egi.eu/sw/unverified/emi.cream.sl5.x86_64/1/13/0)

[CREAM-Verification]
name=CREAM-1.13.0
baseurl=http://admin-repo.egi.eu/sw/unverified/emi.cream.sl5.x86_64/1/13/0
gpgcheck=0
enabled=1

For verification of EMI 1.0 Release, an extra repository with compatibility packages is also needed for some products:

[EMI.extras.sl5.x86_64]
name=EMI.extras.sl5.x86_64
baseurl=http://repository.egi.eu/sw/stagerollout/emi.extras.sl5.x86_64/1/
enabled=1
protect=1

Yaim configuration