Jump to: navigation, search

Difference between revisions of "NovaInstall/RHEL6Notes"

Line 18: Line 18:
 
</nowiki></pre>
 
</nowiki></pre>
  
# Download and install repo config and key
+
1.#3 Download and install repo config and key
  
 
<pre><nowiki>
 
<pre><nowiki>

Revision as of 22:35, 9 February 2011

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.#3 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