mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-21 13:57:56 +03:00
parent
d1c5d0c738
commit
139bfd7f0c
@ -49,8 +49,8 @@ class LinuxContainersMarket
|
||||
:fs => 'ext4',
|
||||
:format => 'raw',
|
||||
:agent => 'OpenNebula',
|
||||
:tested_apps => %w[alpine alt centos rockylinux almalinux oracle debian
|
||||
ubuntu fedora devuan opensuse amazonlinux],
|
||||
:tested_apps => %w['alpine' 'alt' 'centos' 'rockylinux' 'almalinux' 'oracle' 'debian'
|
||||
'ubuntu' 'fedora' 'devuan' 'opensuse' 'amazonlinux'],
|
||||
:skip_untested => 'yes',
|
||||
:memory => '768',
|
||||
:cpu => 1,
|
||||
@ -151,7 +151,7 @@ class LinuxContainersMarket
|
||||
}
|
||||
|
||||
tmpl = ''
|
||||
data.each { |key, val| print_var(tmpl, key, val) }
|
||||
data.each {|key, val| print_var(tmpl, key, val) }
|
||||
|
||||
tmpl64 = ''
|
||||
print_var(tmpl64, 'DRIVER', 'raw')
|
||||
@ -167,7 +167,6 @@ class LinuxContainersMarket
|
||||
end
|
||||
|
||||
appstr
|
||||
|
||||
ensure
|
||||
@http_client&.finish if @http_client
|
||||
end
|
||||
@ -254,7 +253,7 @@ begin
|
||||
:privileged => "#{pre}/PRIVILEGED"
|
||||
}
|
||||
|
||||
data.each { |key, value| set_option(options, doc, key, value) }
|
||||
data.each {|key, value| set_option(options, doc, key, value) }
|
||||
|
||||
str = LinuxContainersMarket.new(options).fetch_appliances
|
||||
puts str
|
||||
|
Loading…
x
Reference in New Issue
Block a user