Jump to: navigation, search

NovaInstall/RHEL6Notes

Revision as of 22:31, 9 February 2011 by AndreyBrindeyev (talk)

Here are RPM repos for Bexar release for OpenStack Nova: http://yum.griddynamics.net

To install Nova on RHEL v.6 you need only two repositories cited on above website and RHEL DVD image connected as repo.

Here are instructions:

  1. Install RHEL 6.0. I usually prefer minimal set of packages.
  2. Connect RHEL DVD as repository in YUM:
    • mount /dev/cdrom /mnt/cdrom
cat /etc/yum.repos.d/rhel.repo 
[rhel]
name=RHEL 6.0
baseurl=file:///mnt/cdrom/Server
enabled=1
gpgcheck=0