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:
parent
d938cc18a6
commit
1c4126002b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user