foreman_discovery 25.0.1 → 25.1.1

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.
Files changed (88) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_discovery/locale/ca/foreman_discovery.js +13 -4
  3. data/app/assets/javascripts/foreman_discovery/locale/cs_CZ/foreman_discovery.js +13 -4
  4. data/app/assets/javascripts/foreman_discovery/locale/de/foreman_discovery.js +13 -4
  5. data/app/assets/javascripts/foreman_discovery/locale/es/foreman_discovery.js +14 -5
  6. data/app/assets/javascripts/foreman_discovery/locale/fr/foreman_discovery.js +17 -8
  7. data/app/assets/javascripts/foreman_discovery/locale/gl/foreman_discovery.js +13 -4
  8. data/app/assets/javascripts/foreman_discovery/locale/it/foreman_discovery.js +13 -4
  9. data/app/assets/javascripts/foreman_discovery/locale/ja/foreman_discovery.js +17 -8
  10. data/app/assets/javascripts/foreman_discovery/locale/ka/foreman_discovery.js +13 -4
  11. data/app/assets/javascripts/foreman_discovery/locale/ko/foreman_discovery.js +136 -130
  12. data/app/assets/javascripts/foreman_discovery/locale/pt_BR/foreman_discovery.js +13 -4
  13. data/app/assets/javascripts/foreman_discovery/locale/ru/foreman_discovery.js +13 -4
  14. data/app/assets/javascripts/foreman_discovery/locale/sv_SE/foreman_discovery.js +13 -4
  15. data/app/assets/javascripts/foreman_discovery/locale/zh_CN/foreman_discovery.js +18 -9
  16. data/app/assets/javascripts/foreman_discovery/locale/zh_TW/foreman_discovery.js +13 -4
  17. data/app/controllers/api/v2/discovered_hosts_controller.rb +2 -0
  18. data/app/controllers/concerns/foreman/controller/parameters/discovered_host.rb +41 -35
  19. data/app/controllers/concerns/foreman/controller/parameters/discovery_rule.rb +18 -12
  20. data/app/controllers/discovered_hosts_controller.rb +0 -13
  21. data/app/models/host/discovered.rb +1 -0
  22. data/app/services/foreman_discovery/fact_to_category_resolver.rb +11 -6
  23. data/app/services/foreman_discovery/lldp_neighbors.rb +6 -2
  24. data/app/views/api/v2/discovered_hosts/main.json.rabl +2 -1
  25. data/app/views/discovered_hosts/_discovered_host.html.erb +1 -0
  26. data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +2 -1
  27. data/app/views/discovered_hosts/show.html.erb +3 -1
  28. data/app/views/discovered_mailer/_discovered_host.html.erb +5 -0
  29. data/lib/foreman_discovery/version.rb +1 -1
  30. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  31. data/locale/ca/foreman_discovery.po +13 -4
  32. data/locale/cs_CZ/LC_MESSAGES/foreman_discovery.mo +0 -0
  33. data/locale/cs_CZ/foreman_discovery.po +13 -4
  34. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  35. data/locale/de/foreman_discovery.po +13 -4
  36. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  37. data/locale/es/foreman_discovery.po +17 -8
  38. data/locale/foreman_discovery.pot +136 -137
  39. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  40. data/locale/fr/foreman_discovery.po +17 -8
  41. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  42. data/locale/gl/foreman_discovery.po +13 -4
  43. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  44. data/locale/it/foreman_discovery.po +13 -4
  45. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  46. data/locale/ja/foreman_discovery.po +17 -8
  47. data/locale/ka/LC_MESSAGES/foreman_discovery.mo +0 -0
  48. data/locale/ka/foreman_discovery.po +13 -4
  49. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  50. data/locale/ko/foreman_discovery.po +136 -130
  51. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  52. data/locale/pt_BR/foreman_discovery.po +13 -4
  53. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  54. data/locale/ru/foreman_discovery.po +13 -4
  55. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  56. data/locale/sv_SE/foreman_discovery.po +13 -4
  57. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  58. data/locale/zh_CN/foreman_discovery.po +20 -9
  59. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  60. data/locale/zh_TW/foreman_discovery.po +13 -4
  61. data/test/facts/facts_with_lldp_bond_candidate.json +7 -0
  62. data/test/functional/api/v2/discovered_hosts_controller_test.rb +35 -0
  63. data/test/test_helper_discovery.rb +21 -7
  64. data/test/unit/lldp_neighbors_test.rb +34 -0
  65. metadata +3 -26
  66. data/app/assets/javascripts/foreman_discovery/locale/en/foreman_discovery.js +0 -835
  67. data/app/assets/javascripts/foreman_discovery/locale/en_GB/foreman_discovery.js +0 -835
  68. data/locale/ca/foreman_discovery.edit.po +0 -1122
  69. data/locale/cs_CZ/foreman_discovery.edit.po +0 -1120
  70. data/locale/de/foreman_discovery.edit.po +0 -1129
  71. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  72. data/locale/en/foreman_discovery.edit.po +0 -1115
  73. data/locale/en/foreman_discovery.po +0 -834
  74. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  75. data/locale/en_GB/foreman_discovery.edit.po +0 -1125
  76. data/locale/en_GB/foreman_discovery.po +0 -839
  77. data/locale/es/foreman_discovery.edit.po +0 -1130
  78. data/locale/fr/foreman_discovery.edit.po +0 -1126
  79. data/locale/gl/foreman_discovery.edit.po +0 -1120
  80. data/locale/it/foreman_discovery.edit.po +0 -1123
  81. data/locale/ja/foreman_discovery.edit.po +0 -1119
  82. data/locale/ka/foreman_discovery.edit.po +0 -1120
  83. data/locale/ko/foreman_discovery.edit.po +0 -1119
  84. data/locale/pt_BR/foreman_discovery.edit.po +0 -1132
  85. data/locale/ru/foreman_discovery.edit.po +0 -1131
  86. data/locale/sv_SE/foreman_discovery.edit.po +0 -1123
  87. data/locale/zh_CN/foreman_discovery.edit.po +0 -1117
  88. data/locale/zh_TW/foreman_discovery.edit.po +0 -1120
@@ -6,7 +6,7 @@
6
6
  # Pavel Borecki <pavel.borecki@gmail.com>, 2018-2020
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: foreman_discovery 25.0.0\n"
9
+ "Project-Id-Version: foreman_discovery 25.1.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
11
  "PO-Revision-Date: 2013-11-15 17:25+0000\n"
12
12
  "Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2018-2020\n"
@@ -376,9 +376,6 @@ msgstr ""
376
376
  msgid "IP Address"
377
377
  msgstr "IP adresa"
378
378
 
379
- msgid "IP address"
380
- msgstr "IP adresa"
381
-
382
379
  msgid "IPAM must be configured for subnet '%s'"
383
380
  msgstr ""
384
381
 
@@ -388,6 +385,12 @@ msgstr "IPMI"
388
385
  msgid "IPMI facts"
389
386
  msgstr "Fakta o IPMI"
390
387
 
388
+ msgid "IPv4"
389
+ msgstr "IPv4"
390
+
391
+ msgid "IPv6"
392
+ msgstr "IPv6"
393
+
391
394
  msgid "Identifier"
392
395
  msgstr "Identifikátor"
393
396
 
@@ -799,6 +802,9 @@ msgstr "není třeba pokud se jedná o virtuální stroj"
799
802
  msgid "not required if using a subnet with DHCP proxy"
800
803
  msgstr ""
801
804
 
805
+ msgid "not required if using an IPv6 subnet with DHCP proxy"
806
+ msgstr ""
807
+
802
808
  msgid "number of entries per request"
803
809
  msgstr "počet položek na požadavek"
804
810
 
@@ -823,6 +829,9 @@ msgstr ""
823
829
  msgid "required if host is managed and value is not inherited from host group"
824
830
  msgstr ""
825
831
 
832
+ msgid "required if host is managed, does not have IPv4 IP / Subnet, or the value is not inherited from the host group"
833
+ msgstr ""
834
+
826
835
  msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
827
836
  msgstr ""
828
837
 
@@ -15,7 +15,7 @@
15
15
  # stbenjam <stephen@redhat.com>, 2016
16
16
  msgid ""
17
17
  msgstr ""
18
- "Project-Id-Version: foreman_discovery 25.0.0\n"
18
+ "Project-Id-Version: foreman_discovery 25.1.0\n"
19
19
  "Report-Msgid-Bugs-To: \n"
20
20
  "PO-Revision-Date: 2013-11-15 17:25+0000\n"
21
21
  "Last-Translator: pdolinic, 2021\n"
@@ -383,9 +383,6 @@ msgstr "ID des Discovery-Proxys, der in diesem Subnetz zum Verwalten der Verbind
383
383
  msgid "IP Address"
384
384
  msgstr "IP-Adresse"
385
385
 
386
- msgid "IP address"
387
- msgstr "IP-Adresse"
388
-
389
386
  msgid "IPAM must be configured for subnet '%s'"
390
387
  msgstr "IPAM muss für Subnetz '%s' konfiguriert sein"
391
388
 
@@ -395,6 +392,12 @@ msgstr "IPMI"
395
392
  msgid "IPMI facts"
396
393
  msgstr "IPMI-Fakten"
397
394
 
395
+ msgid "IPv4"
396
+ msgstr "IPv4"
397
+
398
+ msgid "IPv6"
399
+ msgstr "IPv6"
400
+
398
401
  msgid "Identifier"
399
402
  msgstr "Kennung"
400
403
 
@@ -806,6 +809,9 @@ msgstr "nicht erforderlich für eine virtuelle Maschine"
806
809
  msgid "not required if using a subnet with DHCP proxy"
807
810
  msgstr "nicht erforderlich, wenn ein Subnetz mit DHCP-Proxy verwendet wird"
808
811
 
812
+ msgid "not required if using an IPv6 subnet with DHCP proxy"
813
+ msgstr ""
814
+
809
815
  msgid "number of entries per request"
810
816
  msgstr "Anzahl der Einträge pro Anfrage"
811
817
 
@@ -830,6 +836,9 @@ msgstr "erforderlich, wenn der Host gemanagt und keine spezifische Partition def
830
836
  msgid "required if host is managed and value is not inherited from host group"
831
837
  msgstr "erforderlich, wenn der Host gemanagt und der Wert nicht von einer Hostgruppe vererbt ist"
832
838
 
839
+ msgid "required if host is managed, does not have IPv4 IP / Subnet, or the value is not inherited from the host group"
840
+ msgstr ""
841
+
833
842
  msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
834
843
  msgstr "erforderlich, wenn die Bereitstellung nicht image-basiert, der Host gemanagt und der Wert nicht von einer Hostgruppe vererbt ist"
835
844
 
@@ -6,15 +6,15 @@
6
6
  # elobato <elobatocs@gmail.com>, 2015
7
7
  # elobato <elobatocs@gmail.com>, 2015
8
8
  # francis <hackgo@gmail.com>, 2013-2014
9
- # Sergio Ocón-Cárdenas <sergio.ocon@redhat.com>, 2014
10
- # Sergio Ocón-Cárdenas <sergio.ocon@redhat.com>, 2014-2015
11
- # Sergio Ocón-Cárdenas <sergio.ocon@redhat.com>, 2014
9
+ # Sergio Ocón-Cárdenas, 2014
10
+ # Sergio Ocón-Cárdenas, 2014-2015
11
+ # Sergio Ocón-Cárdenas, 2014
12
12
  msgid ""
13
13
  msgstr ""
14
- "Project-Id-Version: foreman_discovery 25.0.0\n"
14
+ "Project-Id-Version: foreman_discovery 25.1.0\n"
15
15
  "Report-Msgid-Bugs-To: \n"
16
16
  "PO-Revision-Date: 2013-11-15 17:25+0000\n"
17
- "Last-Translator: Sergio Ocón-Cárdenas <sergio.ocon@redhat.com>, 2014\n"
17
+ "Last-Translator: Sergio Ocón-Cárdenas, 2014\n"
18
18
  "Language-Team: Spanish (http://app.transifex.com/foreman/foreman/language/es/)"
19
19
  "\n"
20
20
  "MIME-Version: 1.0\n"
@@ -384,9 +384,6 @@ msgstr "ID del proxy de detección para usar en esta subred para administrar la
384
384
  msgid "IP Address"
385
385
  msgstr "Dirección IP"
386
386
 
387
- msgid "IP address"
388
- msgstr "Dirección IP"
389
-
390
387
  msgid "IPAM must be configured for subnet '%s'"
391
388
  msgstr "IPAM debe estar configurado para la subred '%s'"
392
389
 
@@ -396,6 +393,12 @@ msgstr "IPMI"
396
393
  msgid "IPMI facts"
397
394
  msgstr "Eventos IPMI"
398
395
 
396
+ msgid "IPv4"
397
+ msgstr "IPv4"
398
+
399
+ msgid "IPv6"
400
+ msgstr "IPv6"
401
+
399
402
  msgid "Identifier"
400
403
  msgstr "Identificador"
401
404
 
@@ -807,6 +810,9 @@ msgstr "no es necesario si no se trata de una máquina virtual"
807
810
  msgid "not required if using a subnet with DHCP proxy"
808
811
  msgstr "no es necesario si se usa una subred con un proxy DHCP"
809
812
 
813
+ msgid "not required if using an IPv6 subnet with DHCP proxy"
814
+ msgstr ""
815
+
810
816
  msgid "number of entries per request"
811
817
  msgstr "número de entradas por solicitud"
812
818
 
@@ -831,6 +837,9 @@ msgstr "obligatorio si el host está administrado y no se han definido particion
831
837
  msgid "required if host is managed and value is not inherited from host group"
832
838
  msgstr "obligatorio si los hosts están administrados y el valor no se ha heredado de un grupo de hosts"
833
839
 
840
+ msgid "required if host is managed, does not have IPv4 IP / Subnet, or the value is not inherited from the host group"
841
+ msgstr ""
842
+
834
843
  msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
835
844
  msgstr "obligatorio si el aprovisionamiento no se basa en imágenes, el host está administrado y el valor no se hereda de un grupo de hosts"
836
845