Jump to: navigation, search

Difference between revisions of "NovaInstall/RHEL6Notes"

m (Text replace - "__NOTOC__" to "")
 
(32 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
 
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.
+
openstack-nova from stable diablo, supporting RHEL 6.2,
 +
is available from the [http://fedoraproject.org/wiki/EPEL Extra Packages for Enterprise Linux] repository.<<BR>>
 +
Note '''openstack-nova-db-setup''' can be used to initialise the MySQL database before first use.
  
Here are instructions:
+
An alternative RHEL6 port of [[OpenStack]] is maintained by [http://www.griddynamics.com/openstack/ Grid Dynamics].<<BR>>
# Install RHEL 6.0. I usually prefer minimal set of packages.
+
You can find more information on the http://www.griddynamics.com/openstack/ site.
# Connect RHEL 6.0 x86_64 DVD as repository in YUM:
 
 
 
<pre><nowiki>
 
$ 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
 
</nowiki></pre>
 
 
 
# Download and install repo config and key
 
 
 
<pre><nowiki>
 
$ wget http://yum.griddynamics.net/openstack-repo-2011.1-2.noarch.rpm
 
$ rpm -i openstack-repo-2011.1-2.noarch.rpm
 
</nowiki></pre>
 

Latest revision as of 23:31, 17 February 2013

openstack-nova from stable diablo, supporting RHEL 6.2, is available from the Extra Packages for Enterprise Linux repository.<
> Note openstack-nova-db-setup can be used to initialise the MySQL database before first use.

An alternative RHEL6 port of OpenStack is maintained by Grid Dynamics.<
> You can find more information on the http://www.griddynamics.com/openstack/ site.