Jump to: navigation, search

NovaInstall/RHEL6Notes

Revision as of 22:33, 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 6.0 x86_64 DVD as repository in YUM:
$ sudo 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
  1. Download and install repo config and key
$ wget http://yum.griddynamics.net/openstack-repo-2011.1-2.noarch.rpm
$ rpm -i openstack-repo-2011.1-2.noarch.rpm