foreman_discovery 16.1.3 → 16.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/discovered_hosts_controller.rb +5 -3
  3. data/app/views/discovered_hosts/_discovered_host_modal.html.erb +0 -2
  4. data/extra/discover-host +14 -8
  5. data/lib/foreman_discovery/version.rb +1 -1
  6. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  7. data/locale/ca/foreman_discovery.edit.po +46 -37
  8. data/locale/ca/foreman_discovery.po +4 -1
  9. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  10. data/locale/de/foreman_discovery.edit.po +54 -47
  11. data/locale/de/foreman_discovery.po +4 -1
  12. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  13. data/locale/en/foreman_discovery.edit.po +40 -28
  14. data/locale/en/foreman_discovery.po +4 -1
  15. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  16. data/locale/en_GB/foreman_discovery.edit.po +45 -44
  17. data/locale/en_GB/foreman_discovery.po +4 -1
  18. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  19. data/locale/es/foreman_discovery.edit.po +79 -76
  20. data/locale/es/foreman_discovery.po +4 -1
  21. data/locale/foreman_discovery.pot +25 -21
  22. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  23. data/locale/fr/foreman_discovery.edit.po +85 -82
  24. data/locale/fr/foreman_discovery.po +4 -1
  25. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  26. data/locale/gl/foreman_discovery.edit.po +41 -29
  27. data/locale/gl/foreman_discovery.po +4 -1
  28. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  29. data/locale/it/foreman_discovery.edit.po +54 -42
  30. data/locale/it/foreman_discovery.po +4 -1
  31. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  32. data/locale/ja/foreman_discovery.edit.po +88 -87
  33. data/locale/ja/foreman_discovery.po +4 -1
  34. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  35. data/locale/ko/foreman_discovery.edit.po +53 -41
  36. data/locale/ko/foreman_discovery.po +4 -1
  37. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  38. data/locale/pt_BR/foreman_discovery.edit.po +78 -72
  39. data/locale/pt_BR/foreman_discovery.po +4 -1
  40. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  41. data/locale/ru/foreman_discovery.edit.po +53 -41
  42. data/locale/ru/foreman_discovery.po +4 -1
  43. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  44. data/locale/sv_SE/foreman_discovery.edit.po +44 -32
  45. data/locale/sv_SE/foreman_discovery.po +4 -1
  46. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  47. data/locale/zh_CN/foreman_discovery.edit.po +123 -123
  48. data/locale/zh_CN/foreman_discovery.po +4 -1
  49. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  50. data/locale/zh_TW/foreman_discovery.edit.po +53 -41
  51. data/locale/zh_TW/foreman_discovery.po +4 -1
  52. data/test/facts/vmware-facter4-nolegacy.json +402 -0
  53. metadata +12 -10
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: 16.1.3
4
+ version: 16.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aditi Puntambekar
@@ -71,7 +71,7 @@ authors:
71
71
  autorequire:
72
72
  bindir: bin
73
73
  cert_chain: []
74
- date: 2021-01-11 00:00:00.000000000 Z
74
+ date: 2021-03-09 00:00:00.000000000 Z
75
75
  dependencies: []
76
76
  description: MaaS Discovery Plugin engine for Foreman
77
77
  email: gsutclif@redhat.com
@@ -251,6 +251,7 @@ files:
251
251
  - test/facts/rhel7-vlan.json
252
252
  - test/facts/simple-bond.json
253
253
  - test/facts/suse-vmware.json
254
+ - test/facts/vmware-facter4-nolegacy.json
254
255
  - test/facts/vmware_local.json
255
256
  - test/functional/api/v2/discovered_hosts_controller_test.rb
256
257
  - test/functional/api/v2/discovery_rules_controller_test.rb
@@ -294,7 +295,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
294
295
  - !ruby/object:Gem::Version
295
296
  version: '0'
296
297
  requirements: []
297
- rubygems_version: 3.1.2
298
+ rubygems_version: 3.1.4
298
299
  signing_key:
299
300
  specification_version: 4
300
301
  summary: MaaS Discovery Plugin for Foreman
@@ -314,27 +315,28 @@ test_files:
314
315
  - test/facts/rhel7-vlan.json
315
316
  - test/facts/simple-bond.json
316
317
  - test/facts/suse-vmware.json
318
+ - test/facts/vmware-facter4-nolegacy.json
317
319
  - test/facts/vmware_local.json
318
- - test/functional/api/v2/discovered_hosts_controller_test.rb
319
320
  - test/functional/api/v2/discovery_rules_controller_test.rb
320
321
  - test/functional/api/v2/fact_value_extensions_test.rb
322
+ - test/functional/api/v2/discovered_hosts_controller_test.rb
321
323
  - test/functional/api/v2/settings_controller_test.rb
322
324
  - test/functional/foreman_discovery/concerns/hosts_controller_extensions_test.rb
323
325
  - test/functional/discovered_hosts_controller_test.rb
324
326
  - test/functional/discovery_rules_controller_test.rb
325
327
  - test/integration/discovered_hosts_test.rb
326
328
  - test/models/setting_test.rb
327
- - test/test_helper_discovery.rb
328
- - test/test_plugin_helper.rb
329
+ - test/unit/ui_notifications/destroy_host_test.rb
330
+ - test/unit/ui_notifications/new_host_test.rb
331
+ - test/unit/discovered_extensions_test.rb
329
332
  - test/unit/discovered_mailer_test.rb
330
333
  - test/unit/discovery_attribute_set_test.rb
331
334
  - test/unit/discovery_rule_test.rb
332
335
  - test/unit/discovery_taxonomy_extensions_test.rb
333
336
  - test/unit/fact_parser_test.rb
334
337
  - test/unit/lldp_neighbors_test.rb
335
- - test/unit/setting_discovered_test.rb
336
- - test/unit/ui_notifications/destroy_host_test.rb
337
- - test/unit/ui_notifications/new_host_test.rb
338
- - test/unit/discovered_extensions_test.rb
339
338
  - test/unit/managed_extensions_test.rb
339
+ - test/unit/setting_discovered_test.rb
340
340
  - test/unit/host_discovered_test.rb
341
+ - test/test_plugin_helper.rb
342
+ - test/test_helper_discovery.rb