Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Add emi-ui for vm-hep & test-pxe-vm #30

Open
kreczko opened this issue Jan 11, 2013 · 0 comments
Open

Add emi-ui for vm-hep & test-pxe-vm #30

kreczko opened this issue Jan 11, 2013 · 0 comments
Assignees
Milestone

Comments

@kreczko
Copy link
Member

kreczko commented Jan 11, 2013

Both VMs should have the emi-ui installed:

  • vm-hep because it is a HEP VM
  • test-pxe-vm to test things on top of that

The current prescription is:

install + config emi-2 UI

yum -y install yum-protectbase
yum -y install yum-conf-epel
perl -wpi -e 's/enabled=1/enabled=0/g' /etc/yum.repos.d/epel.repo
cat /etc/yum/pluginconf.d/priorities.conf

if check_obsoletes not set:

yum -y install yum-priorities
echo "check_obsoletes = 1" >> /etc/yum/pluginconf.d/priorities.conf

cd /usr/local/src
wget http://emisoft.web.cern.ch/emisoft/dist/EMI/2/sl6/x86_64/base/emi-release-2.0.0-1.sl6.noarch.rpm

yum -y localinstall /usr/local/src/emi-release-2.0.0-1.sl6.noarch.rpm

That installs all the enabled emi repos.

yum -y --enablerepo=epel install emi-ui

about 230 packages

/opt/glite/yaim/bin/yaim -c -s /root/yaim-conf/site-info.def -n UI

yaim is the part where you need the config files

NOW DISABLE THE REPOS

for repo in /etc/yum.repos.d/emi2*.repo; do
perl -wpi -e 's/enabled=1/enabled=0/' $repo
done

From the test install history

yum install openafs
103 yum install osg-voms
105 yum install osg-voms
108 yum install emi-ui
110 yum install wget
123 yum install emi-ui
126 yum install voms-clients-2.0.8-1.el6.x86_64
137 yum install openafs-client
113 yum localinstall emi-version-2.5.1-1.sl6.x86_64.rpm
115 yum localinstall emi-ui-2.0.1-1.el6.x86_64.rpm
118 yum localinstall emi-release-2.0.0-1.sl6.noarch.rpm
109 wget http://emisoft.web.cern.ch/emisoft/dist/EMI/2/RPM-GPG-KEY-emi -P /etc/pki/rpm-gpg/
110 yum install wget
111 wget http://emisoft.web.cern.ch/emisoft/dist/EMI/2/RPM-GPG-KEY-emi -P /etc/pki/rpm-gpg/
112 wget http://emisoft.web.cern.ch/emisoft/dist/EMI/2/sl6/x86_64/updates/emi-version-2.5.1-1.sl6.x86_64.rpm
114 wget http://emisoft.web.cern.ch/emisoft/dist/EMI/2/sl6/x86_64/updates/emi-ui-2.0.1-1.el6.x86_64.rpm
116 wget http://emisoft.web.cern.ch/emisoft/dist/EMI/2/sl6/x86_64/base/emi-release-2.0.0-1.sl6.noarch.rpm (*)
117 wget http://emisoft.web.cern.ch/emisoft/dist/EMI/2/sl6/x86_64/base/emi-release-2.0.0-1.sl6.noarch.rpm
134 wget http://repository.egi.eu/sw/production/cas/1/current/repo-files/EGI-trustanchors.repo

@ghost ghost assigned kreczko Jan 11, 2013
kreczko added a commit to kreczko/bcfg2-setup that referenced this issue Jan 23, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant