1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

B #4092: Missing gems in install_gems groups (#4230)

This commit is contained in:
Vlastimil Holer 2020-02-20 15:19:32 +01:00 committed by GitHub
parent c7f64a9bad
commit ede2ec0cb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,8 @@ DEFAULT = DEFAULT_PRE if !defined?(DEFAULT)
GROUPS={
:quota => [SQLITE, 'sequel'],
:sunstone => [RACK, 'sinatra', 'thin', 'memcache-client',
ZENDESK_API, SQLITE],
'rotp', 'rqrcode', 'dalli', 'ipaddress',
ZENDESK_API, SQLITE],
:cloud => %w{amazon-ec2 sinatra thin uuidtools curb} << RACK,
:hybrid => %w{configparser azure},
:auth_ldap => LDAP,
@ -47,7 +48,7 @@ GROUPS={
:oca => 'ox',
:market => 'aws-sdk',
:onedb => "mysql2",
:hooks => "zeromq",
:hooks => %w[zeromq ffi-rzmq],
:serversync => "augeas"
}