foreman_bootdisk 9.0.0 → 10.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES.md +7 -0
  3. data/README.md +8 -1
  4. data/app/controllers/concerns/foreman_bootdisk/unattended_controller_ext.rb +2 -8
  5. data/app/controllers/foreman_bootdisk/api/v2/disks_controller.rb +9 -5
  6. data/app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb +2 -2
  7. data/app/controllers/foreman_bootdisk/disks_controller.rb +9 -5
  8. data/app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb +2 -8
  9. data/app/models/concerns/foreman_bootdisk/compute_resources/vmware.rb +5 -11
  10. data/app/models/concerns/foreman_bootdisk/host_ext.rb +4 -11
  11. data/db/migrate/20171009225200_remove_duplicate_bootdisk_templates.rb +9 -0
  12. data/db/seeds.d/50-bootdisk_templates.rb +4 -4
  13. data/lib/foreman_bootdisk/engine.rb +7 -5
  14. data/lib/foreman_bootdisk/version.rb +1 -1
  15. data/locale/ca/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  16. data/locale/ca/foreman_bootdisk.po +5 -2
  17. data/locale/de/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  18. data/locale/de/foreman_bootdisk.po +20 -17
  19. data/locale/en/foreman_bootdisk.po +3 -0
  20. data/locale/en_GB/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  21. data/locale/en_GB/foreman_bootdisk.po +17 -14
  22. data/locale/es/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  23. data/locale/es/foreman_bootdisk.po +14 -11
  24. data/locale/foreman_bootdisk.pot +18 -12
  25. data/locale/fr/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  26. data/locale/fr/foreman_bootdisk.po +17 -14
  27. data/locale/it/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  28. data/locale/it/foreman_bootdisk.po +4 -1
  29. data/locale/ja/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  30. data/locale/ja/foreman_bootdisk.po +32 -29
  31. data/locale/ko/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  32. data/locale/ko/foreman_bootdisk.po +15 -12
  33. data/locale/pt_BR/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  34. data/locale/pt_BR/foreman_bootdisk.po +23 -19
  35. data/locale/ru/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  36. data/locale/ru/foreman_bootdisk.po +17 -13
  37. data/locale/sv_SE/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  38. data/locale/sv_SE/foreman_bootdisk.po +4 -1
  39. data/locale/zh_CN/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  40. data/locale/zh_CN/foreman_bootdisk.po +16 -13
  41. data/locale/zh_TW/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  42. data/locale/zh_TW/foreman_bootdisk.po +15 -12
  43. data/test/functional/foreman_bootdisk/api/v2/disks_controller_test.rb +9 -4
  44. data/test/functional/foreman_bootdisk/disks_controller_test.rb +4 -4
  45. data/test/test_plugin_helper.rb +5 -4
  46. data/test/unit/concerns/compute_resources/vmware_test.rb +6 -4
  47. data/test/unit/concerns/host_test.rb +11 -11
  48. data/test/unit/concerns/orchestration/compute_test.rb +3 -3
  49. metadata +4 -3
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: Foreman\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2016-03-24 09:54+0000\n"
10
+ "PO-Revision-Date: 2017-09-20 00:09+0000\n"
11
11
  "Last-Translator: Lukáš Zapletal\n"
12
12
  "Language-Team: Chinese (Taiwan) (http://www.transifex.com/foreman/foreman/lang"
13
13
  "uage/zh_TW/)\n"
@@ -18,7 +18,7 @@ msgstr ""
18
18
  "Plural-Forms: nplurals=1; plural=0;\n"
19
19
 
20
20
  msgid "A variant of the per-host image which contains the OS bootloader embedded inside the disk. This may be useful if chainloading fails on certain hardware, but has the downside that the image must be regenerated for any change in the OS, bootloader or PXELinux templates."
21
- msgstr ""
21
+ msgstr "個別主機映像檔的變體,磁碟中嵌入了 OS 的開機載入程式。這對於在特定硬體上的 chainloading 失敗時特別有幫助,不過缺點就是若要對 OS、開機載入程式或 PXELinux 範本進行任何更改,映像檔就必須重新產生。"
22
22
 
23
23
  msgid "All images are usable as either ISOs or as disk images, including being written to a USB disk with `dd`."
24
24
  msgstr "所有映像檔皆能作為 ISO 或是磁碟映像檔使用,包括以 `dd` 寫入一個 USB 磁碟中。"
@@ -35,6 +35,9 @@ msgstr "開機磁碟"
35
35
  msgid "Boot disk based"
36
36
  msgstr ""
37
37
 
38
+ msgid "Boot disk download not available for %s architecture"
39
+ msgstr ""
40
+
38
41
  msgid "Boot disk embedded template"
39
42
  msgstr ""
40
43
 
@@ -51,7 +54,7 @@ msgid "Download host image"
51
54
  msgstr "下載主機映像檔"
52
55
 
53
56
  msgid "Download subnet generic image"
54
- msgstr ""
57
+ msgstr "下載子網路泛型映像檔"
55
58
 
56
59
  msgid "Failed to attach ISO image to CDROM drive of instance %{name}: %{message}"
57
60
  msgstr ""
@@ -60,7 +63,7 @@ msgid "Failed to generate ISO image for instance %{name}: %{message}"
60
63
  msgstr ""
61
64
 
62
65
  msgid "Failed to render boot disk template"
63
- msgstr ""
66
+ msgstr "轉譯開機磁碟範本失敗"
64
67
 
65
68
  msgid "Failed to upload ISO image for instance %{name}: %{message}"
66
69
  msgstr ""
@@ -96,7 +99,7 @@ msgid "Host has no domain defined"
96
99
  msgstr "主機尚未定義區域"
97
100
 
98
101
  msgid "Host has no provisioning interface defined"
99
- msgstr ""
102
+ msgstr "主機沒有網路卡"
100
103
 
101
104
  msgid "Host has no subnet defined"
102
105
  msgstr "主機尚未定義子網路"
@@ -156,7 +159,7 @@ msgid "SYSLINUX directory"
156
159
  msgstr ""
157
160
 
158
161
  msgid "Subnet '%s' generic image"
159
- msgstr ""
162
+ msgstr "子網路「%s」泛型映像檔"
160
163
 
161
164
  msgid "Subnet (%s) has no gateway defined"
162
165
  msgstr "子網路(%s)尚未定義閘道器"
@@ -165,25 +168,25 @@ msgid "Subnet (%s) has no primary DNS server defined"
165
168
  msgstr "子網路(%s)尚未定義主 DNS 伺服器"
166
169
 
167
170
  msgid "Subnet boot disks"
168
- msgstr ""
171
+ msgstr "子網路開機磁碟"
169
172
 
170
173
  msgid "Subnet image"
171
- msgstr ""
174
+ msgstr "子網路映像檔"
172
175
 
173
176
  msgid "Subnet images are similar to generic images, but chain-loading is done via the TFTP Smart Proxy assigned to the Subnet of the host. The smart proxy must have the \"Templates\" module enabled and configured."
174
- msgstr ""
177
+ msgstr "子網路映像檔跟泛型映像檔類似,但連鎖載入(chain-loading)是透過 TFTP 智慧型代理指定至主機的子網路。智慧型代理必須啟用並配置了「模版」(Templates)模組。"
175
178
 
176
179
  msgid "Subnet is not assigned to the host %s"
177
- msgstr ""
180
+ msgstr "子網路並未指定給主機 %s"
178
181
 
179
182
  msgid "TFTP feature not enabled for subnet %s"
180
- msgstr ""
183
+ msgstr "TFTP 功能並未啟動給子網路 %s 使用"
181
184
 
182
185
  msgid "The OS install continues using the installation media configured in Foreman, and it will typically configure static networking, depending on how the OS iPXE template is configured."
183
186
  msgstr "OS 安裝程序會繼續使用配置於 Foreman 中的安裝媒介,並且它一般會根據 OS iPXE 範本的配置方法來配置靜態網路。"
184
187
 
185
188
  msgid "This image is generic for all hosts with a provisioning NIC on that subnet."
186
- msgstr ""
189
+ msgstr "這映像檔對在該子網路上配有網路卡的所有主機來說,是通用的。"
187
190
 
188
191
  msgid "True for full, false for basic reusable image"
189
192
  msgstr "「true」代表完整,「false」則代表可重複使用的基本映像檔"
@@ -6,7 +6,7 @@ class ForemanBootdisk::Api::V2::DisksControllerTest < ActionController::TestCase
6
6
 
7
7
  test "should generate generic image" do
8
8
  ForemanBootdisk::ISOGenerator.expects(:generate).with(has_entry(:ipxe => regexp_matches(/disk generic host template/))).yields("temp ISO")
9
- File.expects(:read).with("temp ISO").returns("ISO image")
9
+ @controller.expects(:read_file).with("temp ISO").returns("ISO image")
10
10
  get :generic, {}
11
11
  assert_response :success
12
12
  assert_equal "ISO image", @response.body
@@ -18,7 +18,7 @@ class ForemanBootdisk::Api::V2::DisksControllerTest < ActionController::TestCase
18
18
 
19
19
  test "should generate host image" do
20
20
  ForemanBootdisk::ISOGenerator.expects(:generate).with(has_entry(:ipxe => regexp_matches(/disk host template/))).yields("temp ISO")
21
- File.expects(:read).with("temp ISO").returns("ISO image")
21
+ @controller.expects(:read_file).with("temp ISO").returns("ISO image")
22
22
  get :host, {:id => @host.name}
23
23
  assert_response :success
24
24
  assert_equal "ISO image", @response.body
@@ -26,7 +26,7 @@ class ForemanBootdisk::Api::V2::DisksControllerTest < ActionController::TestCase
26
26
 
27
27
  test "should generate full host image" do
28
28
  ForemanBootdisk::ISOGenerator.expects(:generate_full_host).with(@host).yields("temp ISO")
29
- File.expects(:read).with("temp ISO").returns("ISO image")
29
+ @controller.expects(:read_file).with("temp ISO").returns("ISO image")
30
30
  get :host, {:id => @host.name, :full => true}
31
31
  assert_response :success
32
32
  assert_equal "ISO image", @response.body
@@ -37,7 +37,12 @@ class ForemanBootdisk::Api::V2::DisksControllerTest < ActionController::TestCase
37
37
  setup :setup_host_env
38
38
 
39
39
  test "path - /api/hosts/:host_id routes to #host" do
40
- assert_routing "/api/hosts/#{@host.id}",
40
+ if Rails::VERSION::MAJOR >= 5
41
+ expected_path = "/api/v2/hosts/#{@host.id}"
42
+ else
43
+ expected_path = "/api/hosts/#{@host.id}"
44
+ end
45
+ assert_routing expected_path,
41
46
  :format => "json",
42
47
  :apiv => "v2",
43
48
  :controller => "foreman_bootdisk/api/v2/disks",
@@ -6,7 +6,7 @@ class ForemanBootdisk::DisksControllerTest < ActionController::TestCase
6
6
 
7
7
  test "should generate generic image" do
8
8
  ForemanBootdisk::ISOGenerator.expects(:generate).with(has_entry(:ipxe => regexp_matches(/disk generic host template/))).yields("temp ISO")
9
- File.expects(:read).with("temp ISO").returns("ISO image")
9
+ @controller.expects(:read_file).with("temp ISO").returns("ISO image")
10
10
  get :generic, {}, set_session_user
11
11
  assert_response :success
12
12
  assert_equal "ISO image", @response.body
@@ -20,7 +20,7 @@ class ForemanBootdisk::DisksControllerTest < ActionController::TestCase
20
20
 
21
21
  test "should generate host image" do
22
22
  ForemanBootdisk::ISOGenerator.expects(:generate).with(has_entry(:ipxe => regexp_matches(/disk host template/))).yields("temp ISO")
23
- File.expects(:read).with("temp ISO").returns("ISO image")
23
+ @controller.expects(:read_file).with("temp ISO").returns("ISO image")
24
24
  get :host, {:id => @host.name}, set_session_user
25
25
  assert_response :success
26
26
  assert_equal "ISO image", @response.body
@@ -28,7 +28,7 @@ class ForemanBootdisk::DisksControllerTest < ActionController::TestCase
28
28
 
29
29
  test "should generate full host image" do
30
30
  ForemanBootdisk::ISOGenerator.expects(:generate_full_host).with(@host).yields("temp ISO")
31
- File.expects(:read).with("temp ISO").returns("ISO image")
31
+ @controller.expects(:read_file).with("temp ISO").returns("ISO image")
32
32
  get :full_host, {:id => @host.name}, set_session_user
33
33
  assert_response :success
34
34
  assert_equal "ISO image", @response.body
@@ -37,7 +37,7 @@ class ForemanBootdisk::DisksControllerTest < ActionController::TestCase
37
37
  test "should generate subnet image" do
38
38
  ForemanBootdisk::ISOGenerator.expects(:generate).with(has_entry(:ipxe => regexp_matches(/disk generic host template/))).yields("temp ISO")
39
39
  ForemanBootdisk::Renderer.any_instance.stubs(:bootdisk_chain_url).yields("http://smart-proxy.lan")
40
- File.expects(:read).with("temp ISO").returns("ISO image")
40
+ @controller.expects(:read_file).with("temp ISO").returns("ISO image")
41
41
  get :subnet, {:id => @host.name}, set_session_user
42
42
  assert_empty flash[:error]
43
43
  assert_response :success
@@ -31,19 +31,20 @@ module ForemanBootdiskTestHelper
31
31
 
32
32
  def setup_org_loc
33
33
  disable_orchestration
34
- @org, @loc = FactoryGirl.create(:organization), FactoryGirl.create(:location)
34
+ @org, @loc = FactoryBot.create(:organization), FactoryBot.create(:location)
35
35
  end
36
36
 
37
37
  def setup_subnet
38
- @subnet = FactoryGirl.create(:subnet_ipv4, :tftp, :gateway => '10.0.1.254', :dns_primary => '8.8.8.8', :organizations => [@org], :locations => [@loc])
38
+ tftp_proxy = FactoryBot.create(:smart_proxy, :features => [FactoryBot.create(:tftp_feature)])
39
+ setup_subnet_no_tftp.update! :tftp => tftp_proxy
39
40
  end
40
41
 
41
42
  def setup_subnet_no_tftp
42
- @subnet = FactoryGirl.create(:subnet_ipv4, :gateway => '10.0.1.254', :dns_primary => '8.8.8.8', :organizations => [@org], :locations => [@loc])
43
+ @subnet = FactoryBot.create(:subnet_ipv4, :gateway => '10.0.1.254', :dns_primary => '8.8.8.8', :organizations => [@org], :locations => [@loc])
43
44
  end
44
45
 
45
46
  def setup_host
46
- @host = FactoryGirl.create(:host, :managed, :subnet => @subnet, :ip => @subnet.network.sub(/0$/, '4'), :organization => @org, :location => @loc)
47
+ @host = FactoryBot.create(:host, :managed, :subnet => @subnet, :ip => @subnet.network.sub(/0$/, '4'), :organization => @org, :location => @loc)
47
48
  end
48
49
 
49
50
  end
@@ -3,7 +3,7 @@ require 'test_plugin_helper'
3
3
  class ForemanBootdisk::VmwareTest < ActiveSupport::TestCase
4
4
  describe "#create_vm" do
5
5
  setup do
6
- @cr = FactoryGirl.build(:vmware_cr)
6
+ @cr = FactoryBot.build(:vmware_cr)
7
7
  @cr.stubs(:test_connection)
8
8
  end
9
9
 
@@ -21,7 +21,7 @@ class ForemanBootdisk::VmwareTest < ActiveSupport::TestCase
21
21
 
22
22
  describe "#new_vm" do
23
23
  setup do
24
- @cr = FactoryGirl.build(:vmware_cr)
24
+ @cr = FactoryBot.build(:vmware_cr)
25
25
  end
26
26
 
27
27
  test "calls client with cdrom drive and correct boot order when bootdisk provisioning" do
@@ -32,6 +32,7 @@ class ForemanBootdisk::VmwareTest < ActiveSupport::TestCase
32
32
  mock_client.expects(:servers).returns(mock_servers)
33
33
  mock_servers.expects(:new).with() do |args|
34
34
  assert_equal args[:boot_order], ['cdrom', 'disk']
35
+ assert_equal args[:boot_retry], 10
35
36
  assert_includes args[:cdroms], mock_cdrom
36
37
  end
37
38
  @cr.expects(:new_cdrom).returns(mock_cdrom)
@@ -45,7 +46,7 @@ class ForemanBootdisk::VmwareTest < ActiveSupport::TestCase
45
46
 
46
47
  describe "#parse_args" do
47
48
  setup do
48
- @cr = FactoryGirl.build(:vmware_cr)
49
+ @cr = FactoryBot.build(:vmware_cr)
49
50
  end
50
51
 
51
52
  test "should add a cdrom drive while keeping other parameters when provision_method is bootdisk" do
@@ -60,6 +61,7 @@ class ForemanBootdisk::VmwareTest < ActiveSupport::TestCase
60
61
  :provision_method => 'bootdisk',
61
62
  :cdroms => [mock_cdrom],
62
63
  :boot_order => ['cdrom', 'disk'],
64
+ :boot_retry => 10
63
65
  }
64
66
  assert_equal attrs_out, @cr.parse_args(attrs_in)
65
67
  end
@@ -67,7 +69,7 @@ class ForemanBootdisk::VmwareTest < ActiveSupport::TestCase
67
69
 
68
70
  describe "#capabilities" do
69
71
  setup do
70
- @cr = FactoryGirl.build(:vmware_cr)
72
+ @cr = FactoryBot.build(:vmware_cr)
71
73
  end
72
74
 
73
75
  test "should include bootdisk" do
@@ -2,7 +2,7 @@ require 'test_plugin_helper'
2
2
 
3
3
  class ForemanBootdisk::HostTest < ActiveSupport::TestCase
4
4
  test "#bootdisk_build? must be true when provision_method is bootdisk" do
5
- host = FactoryGirl.build(:host, :managed)
5
+ host = FactoryBot.build(:host, :managed)
6
6
  host.provision_method = 'bootdisk'
7
7
  assert host.bootdisk_build?
8
8
  refute host.image_build?
@@ -10,7 +10,7 @@ class ForemanBootdisk::HostTest < ActiveSupport::TestCase
10
10
  end
11
11
 
12
12
  test "#validate_media? must be true when provision_method is bootdisk" do
13
- host = FactoryGirl.build(:host, :managed,
13
+ host = FactoryBot.build(:host, :managed,
14
14
  :provision_method => "bootdisk",
15
15
  :build => true,
16
16
  )
@@ -18,7 +18,7 @@ class ForemanBootdisk::HostTest < ActiveSupport::TestCase
18
18
  end
19
19
 
20
20
  test "#can_be_built? must be true when provision_method is bootdisk" do
21
- host = FactoryGirl.build(:host, :managed,
21
+ host = FactoryBot.build(:host, :managed,
22
22
  :provision_method => "bootdisk"
23
23
  )
24
24
  assert host.can_be_built?
@@ -27,7 +27,7 @@ class ForemanBootdisk::HostTest < ActiveSupport::TestCase
27
27
 
28
28
  test "host should have bootdisk" do
29
29
  if unattended?
30
- h = FactoryGirl.build(:host, :managed,
30
+ h = FactoryBot.build(:host, :managed,
31
31
  :provision_method => "bootdisk"
32
32
  )
33
33
  assert h.bootdisk?
@@ -36,7 +36,7 @@ class ForemanBootdisk::HostTest < ActiveSupport::TestCase
36
36
 
37
37
  test "host should not have bootdisk" do
38
38
  if unattended?
39
- h = FactoryGirl.create(:host)
39
+ h = FactoryBot.create(:host)
40
40
  assert_equal false, h.bootdisk?
41
41
  end
42
42
  end
@@ -44,29 +44,29 @@ class ForemanBootdisk::HostTest < ActiveSupport::TestCase
44
44
  context "#bootdisk_downloadable?" do
45
45
  test "should be true for 64 bit architecture" do
46
46
  architecture = Architecture.where(:name => 'x86_64').first
47
- host = FactoryGirl.build(:host, :managed, :architecture => architecture)
47
+ host = FactoryBot.build(:host, :managed, :architecture => architecture)
48
48
 
49
49
  assert host.bootdisk_downloadable?
50
50
  end
51
51
 
52
52
  test "should be true for 32 bit architecture" do
53
- architecture = FactoryGirl.create(:architecture, :name => 'i386')
54
- host = FactoryGirl.build(:host, :managed, :architecture => architecture)
53
+ architecture = FactoryBot.create(:architecture, :name => 'i386')
54
+ host = FactoryBot.build(:host, :managed, :architecture => architecture)
55
55
 
56
56
  assert host.bootdisk_downloadable?
57
57
  end
58
58
 
59
59
  test "should be false for non-intel architecture" do
60
60
  architecture = Architecture.where(:name => 's390').first
61
- host = FactoryGirl.build(:host, :managed, :architecture => architecture)
61
+ host = FactoryBot.build(:host, :managed, :architecture => architecture)
62
62
 
63
63
  assert_not host.bootdisk_downloadable?
64
64
  end
65
65
 
66
66
  test 'should be true if architecture is absent' do
67
- host = FactoryGirl.build(:host, :managed, :architecture => nil)
67
+ host = FactoryBot.build(:host, :managed, :architecture => nil)
68
68
 
69
- assert_equal host.architecture, nil
69
+ assert_nil host.architecture
70
70
  assert host.bootdisk_downloadable?
71
71
  end
72
72
  end
@@ -3,8 +3,8 @@ require 'test_plugin_helper'
3
3
  class ForemanBootdisk::OrchestrationComputeTest < ActiveSupport::TestCase
4
4
  setup do
5
5
  disable_orchestration
6
- @cr = FactoryGirl.build(:vmware_cr)
7
- @host = FactoryGirl.build(:host, :managed,
6
+ @cr = FactoryBot.build(:vmware_cr)
7
+ @host = FactoryBot.build(:host, :managed,
8
8
  :compute_resource => @cr,
9
9
  :provision_method => "bootdisk",
10
10
  )
@@ -37,7 +37,7 @@ class ForemanBootdisk::OrchestrationComputeTest < ActiveSupport::TestCase
37
37
  end
38
38
 
39
39
  test "should skip rebuild bootdisk" do
40
- host = FactoryGirl.build(:host,
40
+ host = FactoryBot.build(:host,
41
41
  :compute_resource => @cr
42
42
  )
43
43
  host.expects(:bootdisk_generate_iso_image).never
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_bootdisk
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.0.0
4
+ version: 10.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dominic Cleal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-22 00:00:00.000000000 Z
11
+ date: 2017-12-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Plugin for Foreman that creates iPXE-based boot disks to provision hosts
14
14
  without the need for PXE infrastructure.
@@ -49,6 +49,7 @@ files:
49
49
  - db/migrate/20130915201457_create_generic_host_bootdisk_template.rb
50
50
  - db/migrate/20131021095100_edit_host_bootdisk_template_dns_secondary.rb
51
51
  - db/migrate/20140522185700_change_templatekind_to_bootdisk.rb
52
+ - db/migrate/20171009225200_remove_duplicate_bootdisk_templates.rb
52
53
  - db/seeds.d/50-bootdisk_templates.rb
53
54
  - lib/foreman_bootdisk.rb
54
55
  - lib/foreman_bootdisk/engine.rb
@@ -115,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
115
116
  version: '0'
116
117
  requirements: []
117
118
  rubyforge_project:
118
- rubygems_version: 2.6.10
119
+ rubygems_version: 2.6.12
119
120
  signing_key:
120
121
  specification_version: 4
121
122
  summary: Create boot disks to provision hosts with Foreman