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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_discovery/locale/ca/foreman_discovery.js +13 -4
- data/app/assets/javascripts/foreman_discovery/locale/cs_CZ/foreman_discovery.js +13 -4
- data/app/assets/javascripts/foreman_discovery/locale/de/foreman_discovery.js +13 -4
- data/app/assets/javascripts/foreman_discovery/locale/es/foreman_discovery.js +14 -5
- data/app/assets/javascripts/foreman_discovery/locale/fr/foreman_discovery.js +17 -8
- data/app/assets/javascripts/foreman_discovery/locale/gl/foreman_discovery.js +13 -4
- data/app/assets/javascripts/foreman_discovery/locale/it/foreman_discovery.js +13 -4
- data/app/assets/javascripts/foreman_discovery/locale/ja/foreman_discovery.js +17 -8
- data/app/assets/javascripts/foreman_discovery/locale/ka/foreman_discovery.js +13 -4
- data/app/assets/javascripts/foreman_discovery/locale/ko/foreman_discovery.js +136 -130
- data/app/assets/javascripts/foreman_discovery/locale/pt_BR/foreman_discovery.js +13 -4
- data/app/assets/javascripts/foreman_discovery/locale/ru/foreman_discovery.js +13 -4
- data/app/assets/javascripts/foreman_discovery/locale/sv_SE/foreman_discovery.js +13 -4
- data/app/assets/javascripts/foreman_discovery/locale/zh_CN/foreman_discovery.js +18 -9
- data/app/assets/javascripts/foreman_discovery/locale/zh_TW/foreman_discovery.js +13 -4
- data/app/controllers/api/v2/discovered_hosts_controller.rb +2 -0
- data/app/controllers/concerns/foreman/controller/parameters/discovered_host.rb +41 -35
- data/app/controllers/concerns/foreman/controller/parameters/discovery_rule.rb +18 -12
- data/app/controllers/discovered_hosts_controller.rb +0 -13
- data/app/models/host/discovered.rb +1 -0
- data/app/services/foreman_discovery/fact_to_category_resolver.rb +11 -6
- data/app/services/foreman_discovery/lldp_neighbors.rb +6 -2
- data/app/views/api/v2/discovered_hosts/main.json.rabl +2 -1
- data/app/views/discovered_hosts/_discovered_host.html.erb +1 -0
- data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +2 -1
- data/app/views/discovered_hosts/show.html.erb +3 -1
- data/app/views/discovered_mailer/_discovered_host.html.erb +5 -0
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ca/foreman_discovery.po +13 -4
- data/locale/cs_CZ/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/cs_CZ/foreman_discovery.po +13 -4
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.po +13 -4
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.po +17 -8
- data/locale/foreman_discovery.pot +136 -137
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.po +17 -8
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.po +13 -4
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.po +13 -4
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.po +17 -8
- data/locale/ka/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ka/foreman_discovery.po +13 -4
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.po +136 -130
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.po +13 -4
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.po +13 -4
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.po +13 -4
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.po +20 -9
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.po +13 -4
- data/test/facts/facts_with_lldp_bond_candidate.json +7 -0
- data/test/functional/api/v2/discovered_hosts_controller_test.rb +35 -0
- data/test/test_helper_discovery.rb +21 -7
- data/test/unit/lldp_neighbors_test.rb +34 -0
- metadata +3 -26
- data/app/assets/javascripts/foreman_discovery/locale/en/foreman_discovery.js +0 -835
- data/app/assets/javascripts/foreman_discovery/locale/en_GB/foreman_discovery.js +0 -835
- data/locale/ca/foreman_discovery.edit.po +0 -1122
- data/locale/cs_CZ/foreman_discovery.edit.po +0 -1120
- data/locale/de/foreman_discovery.edit.po +0 -1129
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.edit.po +0 -1115
- data/locale/en/foreman_discovery.po +0 -834
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +0 -1125
- data/locale/en_GB/foreman_discovery.po +0 -839
- data/locale/es/foreman_discovery.edit.po +0 -1130
- data/locale/fr/foreman_discovery.edit.po +0 -1126
- data/locale/gl/foreman_discovery.edit.po +0 -1120
- data/locale/it/foreman_discovery.edit.po +0 -1123
- data/locale/ja/foreman_discovery.edit.po +0 -1119
- data/locale/ka/foreman_discovery.edit.po +0 -1120
- data/locale/ko/foreman_discovery.edit.po +0 -1119
- data/locale/pt_BR/foreman_discovery.edit.po +0 -1132
- data/locale/ru/foreman_discovery.edit.po +0 -1131
- data/locale/sv_SE/foreman_discovery.edit.po +0 -1123
- data/locale/zh_CN/foreman_discovery.edit.po +0 -1117
- data/locale/zh_TW/foreman_discovery.edit.po +0 -1120
Binary file
|
@@ -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.
|
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
|
|
Binary file
|
@@ -15,7 +15,7 @@
|
|
15
15
|
# stbenjam <stephen@redhat.com>, 2016
|
16
16
|
msgid ""
|
17
17
|
msgstr ""
|
18
|
-
"Project-Id-Version: foreman_discovery 25.
|
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
|
|
Binary file
|
@@ -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
|
10
|
-
# Sergio Ocón-Cárdenas
|
11
|
-
# Sergio Ocón-Cárdenas
|
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.
|
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
|
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
|
|