1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Bug #3258: Add mysql gem to Centos distros

This commit is contained in:
Tino Vazquez 2014-10-30 11:51:35 +01:00
parent d938cc18a6
commit 1c4126002b

View File

@ -2,7 +2,7 @@
require 'pp'
DEFAULT_PRE=%w{sunstone quota cloud auth_ldap vmware oneflow ec2_hybrid oca}
DEFAULT_PRE=%w{sunstone quota cloud auth_ldap vmware oneflow ec2_hybrid oca onedb}
if defined?(RUBY_VERSION) && RUBY_VERSION>="1.8.7"
SQLITE='sqlite3'
@ -28,7 +28,8 @@ GROUPS={
:vmware => %w{builder trollop},
:oneflow => %w{sinatra json treetop parse-cron},
:ec2_hybrid => 'aws-sdk --version "= 1.33"',
:oca => 'ox'
:oca => 'ox',
:onedb => "mysql"
}
PACKAGES=GROUPS.keys