foreman_discovery 19.0.5 → 20.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/models/concerns/discovery_taxonomy_extensions.rb +1 -1
- data/app/models/setting/discovered.rb +2 -2
- data/app/views/foreman_discovery/debian_kexec.erb +12 -11
- data/app/views/foreman_discovery/redhat_kexec.erb +14 -13
- data/lib/foreman_discovery/engine.rb +2 -2
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/foreman_discovery.edit.po +1099 -0
- data/locale/de/foreman_discovery.edit.po +1106 -0
- data/locale/en/foreman_discovery.edit.po +1091 -0
- data/locale/en_GB/foreman_discovery.edit.po +1102 -0
- data/locale/es/foreman_discovery.edit.po +1103 -0
- data/locale/fr/foreman_discovery.edit.po +1099 -0
- data/locale/gl/foreman_discovery.edit.po +1097 -0
- data/locale/it/foreman_discovery.edit.po +1099 -0
- data/locale/ja/foreman_discovery.edit.po +1096 -0
- data/locale/ko/foreman_discovery.edit.po +1096 -0
- data/locale/messages.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +1105 -0
- data/locale/ru/foreman_discovery.edit.po +1108 -0
- data/locale/sv_SE/foreman_discovery.edit.po +1100 -0
- data/locale/zh_CN/foreman_discovery.edit.po +1094 -0
- data/locale/zh_TW/foreman_discovery.edit.po +1097 -0
- data/test/unit/managed_extensions_test.rb +1 -1
- metadata +46 -30
@@ -91,7 +91,7 @@ class ManagedExtensionsTest < ActiveSupport::TestCase
|
|
91
91
|
|
92
92
|
test "kexec template is correctly rendered" do
|
93
93
|
expected = {
|
94
|
-
"append" => "
|
94
|
+
"append" => "ks=http://foreman.some.host.fqdn/unattended/provision&static=yes inst.ks.sendmac ip=::::::none nameserver= ksdevice=bootif BOOTIF= nomodeset nokaslr nomodeset",
|
95
95
|
"extra" => []
|
96
96
|
}
|
97
97
|
assert @host.operatingsystem.respond_to?(:pxe_type)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_discovery
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 20.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aditi Puntambekar
|
@@ -74,7 +74,7 @@ authors:
|
|
74
74
|
autorequire:
|
75
75
|
bindir: bin
|
76
76
|
cert_chain: []
|
77
|
-
date:
|
77
|
+
date: 2021-11-25 00:00:00.000000000 Z
|
78
78
|
dependencies: []
|
79
79
|
description: MaaS Discovery Plugin engine for Foreman
|
80
80
|
email: gsutclif@redhat.com
|
@@ -201,35 +201,51 @@ files:
|
|
201
201
|
- lib/foreman_discovery/engine.rb
|
202
202
|
- lib/foreman_discovery/version.rb
|
203
203
|
- locale/ca/LC_MESSAGES/foreman_discovery.mo
|
204
|
+
- locale/ca/foreman_discovery.edit.po
|
204
205
|
- locale/ca/foreman_discovery.po
|
205
206
|
- locale/de/LC_MESSAGES/foreman_discovery.mo
|
207
|
+
- locale/de/foreman_discovery.edit.po
|
206
208
|
- locale/de/foreman_discovery.po
|
207
209
|
- locale/en/LC_MESSAGES/foreman_discovery.mo
|
210
|
+
- locale/en/foreman_discovery.edit.po
|
208
211
|
- locale/en/foreman_discovery.po
|
209
212
|
- locale/en_GB/LC_MESSAGES/foreman_discovery.mo
|
213
|
+
- locale/en_GB/foreman_discovery.edit.po
|
210
214
|
- locale/en_GB/foreman_discovery.po
|
211
215
|
- locale/es/LC_MESSAGES/foreman_discovery.mo
|
216
|
+
- locale/es/foreman_discovery.edit.po
|
212
217
|
- locale/es/foreman_discovery.po
|
213
218
|
- locale/foreman_discovery.pot
|
214
219
|
- locale/fr/LC_MESSAGES/foreman_discovery.mo
|
220
|
+
- locale/fr/foreman_discovery.edit.po
|
215
221
|
- locale/fr/foreman_discovery.po
|
216
222
|
- locale/gl/LC_MESSAGES/foreman_discovery.mo
|
223
|
+
- locale/gl/foreman_discovery.edit.po
|
217
224
|
- locale/gl/foreman_discovery.po
|
218
225
|
- locale/it/LC_MESSAGES/foreman_discovery.mo
|
226
|
+
- locale/it/foreman_discovery.edit.po
|
219
227
|
- locale/it/foreman_discovery.po
|
220
228
|
- locale/ja/LC_MESSAGES/foreman_discovery.mo
|
229
|
+
- locale/ja/foreman_discovery.edit.po
|
221
230
|
- locale/ja/foreman_discovery.po
|
222
231
|
- locale/ko/LC_MESSAGES/foreman_discovery.mo
|
232
|
+
- locale/ko/foreman_discovery.edit.po
|
223
233
|
- locale/ko/foreman_discovery.po
|
234
|
+
- locale/messages.mo
|
224
235
|
- locale/pt_BR/LC_MESSAGES/foreman_discovery.mo
|
236
|
+
- locale/pt_BR/foreman_discovery.edit.po
|
225
237
|
- locale/pt_BR/foreman_discovery.po
|
226
238
|
- locale/ru/LC_MESSAGES/foreman_discovery.mo
|
239
|
+
- locale/ru/foreman_discovery.edit.po
|
227
240
|
- locale/ru/foreman_discovery.po
|
228
241
|
- locale/sv_SE/LC_MESSAGES/foreman_discovery.mo
|
242
|
+
- locale/sv_SE/foreman_discovery.edit.po
|
229
243
|
- locale/sv_SE/foreman_discovery.po
|
230
244
|
- locale/zh_CN/LC_MESSAGES/foreman_discovery.mo
|
245
|
+
- locale/zh_CN/foreman_discovery.edit.po
|
231
246
|
- locale/zh_CN/foreman_discovery.po
|
232
247
|
- locale/zh_TW/LC_MESSAGES/foreman_discovery.mo
|
248
|
+
- locale/zh_TW/foreman_discovery.edit.po
|
233
249
|
- locale/zh_TW/foreman_discovery.po
|
234
250
|
- package.json
|
235
251
|
- test/factories/discovery_host_related.rb
|
@@ -309,47 +325,47 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
309
325
|
- !ruby/object:Gem::Version
|
310
326
|
version: '0'
|
311
327
|
requirements: []
|
312
|
-
rubygems_version: 3.
|
328
|
+
rubygems_version: 3.1.4
|
313
329
|
signing_key:
|
314
330
|
specification_version: 4
|
315
331
|
summary: MaaS Discovery Plugin for Foreman
|
316
332
|
test_files:
|
317
|
-
- test/
|
318
|
-
- test/
|
319
|
-
- test/functional/api/v2/fact_value_extensions_test.rb
|
320
|
-
- test/functional/api/v2/discovered_hosts_controller_test.rb
|
321
|
-
- test/functional/foreman_discovery/concerns/hosts_controller_extensions_test.rb
|
322
|
-
- test/functional/discovered_hosts_controller_test.rb
|
323
|
-
- test/facts/regular_host.json
|
324
|
-
- test/facts/rhel7-vlan.json
|
325
|
-
- test/facts/facts_with_lldp_bond_candidate.json
|
326
|
-
- test/facts/rhel-r730.json
|
333
|
+
- test/factories/discovery_host_related.rb
|
334
|
+
- test/factories/discovery_rule_related.rb
|
327
335
|
- test/facts/default.json
|
328
|
-
- test/facts/pxeless-vlan.json
|
329
|
-
- test/facts/bond0-eth0-eth1-active-passive.json
|
330
|
-
- test/facts/suse-vmware.json
|
331
336
|
- test/facts/dell_npars.json
|
332
|
-
- test/facts/facts_with_lldp.json
|
333
337
|
- test/facts/dell_vlan.json
|
334
|
-
- test/facts/
|
338
|
+
- test/facts/facts_with_lldp.json
|
339
|
+
- test/facts/pxeless-vlan.json
|
340
|
+
- test/facts/regular_host.json
|
341
|
+
- test/facts/rhel-dl380-1kdisks.json
|
342
|
+
- test/facts/rhel-r730.json
|
343
|
+
- test/facts/rhel7-vlan.json
|
344
|
+
- test/facts/simple-bond.json
|
345
|
+
- test/facts/suse-vmware.json
|
335
346
|
- test/facts/vmware_local.json
|
347
|
+
- test/facts/bond0-eth0-eth1-active-passive.json
|
348
|
+
- test/facts/facts_with_lldp_bond_candidate.json
|
349
|
+
- test/facts/only-ipv6.json
|
336
350
|
- test/facts/skylake-ipv6.json
|
337
|
-
- test/
|
338
|
-
- test/
|
351
|
+
- test/functional/api/v2/discovery_rules_controller_test.rb
|
352
|
+
- test/functional/api/v2/discovered_hosts_controller_test.rb
|
353
|
+
- test/functional/api/v2/fact_value_extensions_test.rb
|
354
|
+
- test/functional/foreman_discovery/concerns/hosts_controller_extensions_test.rb
|
355
|
+
- test/functional/discovery_rules_controller_test.rb
|
356
|
+
- test/functional/discovered_hosts_controller_test.rb
|
357
|
+
- test/integration/discovered_hosts_test.rb
|
358
|
+
- test/unit/ui_notifications/destroy_host_test.rb
|
359
|
+
- test/unit/ui_notifications/new_host_test.rb
|
360
|
+
- test/unit/discovered_mailer_test.rb
|
361
|
+
- test/unit/discovery_taxonomy_extensions_test.rb
|
339
362
|
- test/unit/lldp_neighbors_test.rb
|
363
|
+
- test/unit/discovery_rule_test.rb
|
364
|
+
- test/unit/fact_to_category_resolver_test.rb
|
340
365
|
- test/unit/managed_extensions_test.rb
|
341
|
-
- test/unit/discovery_attribute_set_test.rb
|
342
366
|
- test/unit/host_discovered_test.rb
|
343
367
|
- test/unit/discovered_extensions_test.rb
|
344
|
-
- test/unit/
|
345
|
-
- test/unit/discovery_taxonomy_extensions_test.rb
|
346
|
-
- test/unit/discovered_mailer_test.rb
|
347
|
-
- test/unit/ui_notifications/new_host_test.rb
|
348
|
-
- test/unit/ui_notifications/destroy_host_test.rb
|
349
|
-
- test/unit/fact_to_category_resolver_test.rb
|
368
|
+
- test/unit/discovery_attribute_set_test.rb
|
350
369
|
- test/unit/fact_parser_test.rb
|
351
370
|
- test/test_helper_discovery.rb
|
352
|
-
- test/integration/discovered_hosts_test.rb
|
353
371
|
- test/test_plugin_helper.rb
|
354
|
-
- test/factories/discovery_rule_related.rb
|
355
|
-
- test/factories/discovery_host_related.rb
|