Jump to: navigation, search

Difference between revisions of "Packaging/RHEL"

Line 2: Line 2:
 
= RHEL Packaging =
 
= RHEL Packaging =
  
[http://www.griddynamics.com/ Grid Dynamics] provides  OpenStack RHEL packages, see [[NovaInstall/RHEL6Notes]] for installation details.  
+
[http://www.griddynamics.com/ Grid Dynamics] provides  OpenStack RHEL packages, see http://www.griddynamics.com/openstack/ for installation details.  
  
All porting work is on GitHub: https://github.com/griddynamics/openstack-rhel
+
All porting work is on GitHub: https://github.com/griddynamics/
 
 
Differences between usual setup and the RHEL build:
 
* we have packages and dependencies (instead of installing nova manually in `/usr/local/bla` and doing `easy_install` for missing modules)
 
* qcow2 support was enabled utilizing libguestfs instead of missing NBD
 
* start-stop-daemon used as daemon management library due removed python-daemon module from Nova
 
* Nova's logs are located in `/var/log/nova` and properly logrotated
 
* network injection code was patched for RHEL path (`/etc/sysconfig/network-scripts`) and RHEL template
 
* all dependencies are located in separate repository.
 
 
 
This packaging work is thanks to the efforts of:
 
* [[AndreyBrindeyev|Andrey Brindeyev]]
 
* [[EldarNugaev|Eldar Nugaev]]
 
* [[IlyaAlekseyev|Ilya Alekseyev]]
 

Revision as of 20:06, 15 December 2011

RHEL Packaging

Grid Dynamics provides OpenStack RHEL packages, see http://www.griddynamics.com/openstack/ for installation details.

All porting work is on GitHub: https://github.com/griddynamics/