mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-25 06:03:36 +03:00
feature #2371: add ox gem to install_gems
This commit is contained in:
parent
955c102519
commit
8bcb1cfeb3
@ -3,7 +3,7 @@
|
|||||||
require 'pp'
|
require 'pp'
|
||||||
|
|
||||||
|
|
||||||
DEFAULT=%w{sunstone quota cloud ozones_server auth_ldap vmware oneflow ec2_hybrid}
|
DEFAULT=%w{sunstone quota cloud ozones_server auth_ldap vmware oneflow ec2_hybrid oca}
|
||||||
|
|
||||||
if defined?(RUBY_VERSION) && RUBY_VERSION>="1.8.7"
|
if defined?(RUBY_VERSION) && RUBY_VERSION>="1.8.7"
|
||||||
SQLITE='sqlite3'
|
SQLITE='sqlite3'
|
||||||
@ -30,7 +30,8 @@ GROUPS={
|
|||||||
:auth_ldap => 'net-ldap',
|
:auth_ldap => 'net-ldap',
|
||||||
:vmware => %w{builder trollop},
|
:vmware => %w{builder trollop},
|
||||||
:oneflow => %w{sinatra json treetop parse-cron},
|
:oneflow => %w{sinatra json treetop parse-cron},
|
||||||
:ec2_hybrid => 'aws-sdk'
|
:ec2_hybrid => 'aws-sdk',
|
||||||
|
:oca => 'ox'
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGES=GROUPS.keys
|
PACKAGES=GROUPS.keys
|
||||||
|
Loading…
x
Reference in New Issue
Block a user