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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6ac7d31fa470fc53b81672be0f21309d8df92eef200481143055c9ad3af467be
4
- data.tar.gz: a71a4512c1bd4f90d0163dfaf07b5a670112f4825395a004c723e2f6da98d8ba
3
+ metadata.gz: 93f2f0828e78292ef40c46535f34d32d616ccf00b91465a5ca103d497510de5b
4
+ data.tar.gz: 3f661f14112f905f9e6b4c15955ebdd8b942f5a88349ab08c6568a07b51bed5f
5
5
  SHA512:
6
- metadata.gz: e271f6b3990930e40277c8921254e1fd45ae89796b7d4693816d6083eb5fdcce078eb310b73579bab68e7c07c51c3e3ebf2bf93242339e6b62424d6bc48692df
7
- data.tar.gz: ae858e8f800237891cb92ce4868d43820e9f20e409c26f0bd887df6bef3c783c9e3dffbb90ce8b91971a3b5b331334593c0968712a93dc3c5c7df174346651f3
6
+ metadata.gz: bbbc9c3d5fa3d24b86beecb90c7237e5ea8093331762a9667576d3472df5e7e099dcf076c0d3e277c8bc75bfc56a8ff5079dd381514e7ac4ded899bc22205e37
7
+ data.tar.gz: 209b24b5230750c5a428198c87405607ac925fa6bf173a45c5e593a93408d4b8a46e476f3563c93f2031b8c965bb3f3077b146283a1f87aec29df94a037c72e1
@@ -199,15 +199,17 @@ class DiscoveredHostsController < ::ApplicationController
199
199
 
200
200
  def setup_host_class_variables
201
201
  if @host.hostgroup
202
+ subnet = @host.hostgroup.subnet || @host.subnet
203
+ subnet6 = @host.hostgroup.subnet6 || @host.subnet6
202
204
  @architecture = @host.hostgroup.architecture
203
205
  @operatingsystem = @host.hostgroup.operatingsystem
204
206
  @environment = @host.hostgroup.environment
205
207
  @domain = @host.hostgroup.domain
206
- @subnet = @host.hostgroup.subnet
208
+ @subnet = subnet
209
+ @subnet6 = subnet6
207
210
  @compute_profile = @host.hostgroup.compute_profile
208
211
  @realm = @host.hostgroup.realm
209
- @host.interfaces.first.assign_attributes(subnet: @subnet,
210
- domain: @domain)
212
+ @host.interfaces.first.assign_attributes(subnet: subnet, subnet6: subnet6, domain: @domain)
211
213
  @host.environment = @environment
212
214
  end
213
215
  end
@@ -17,8 +17,6 @@
17
17
  <% if show_location_tab? %>
18
18
  <%= select_f f, :location_id, Location.my_locations, :id, :to_label, {}, {:size => 'col-md-10'} %>
19
19
  <% end %>
20
-
21
- <div>Changing the Host's Subnet is not possible via Customize Host form, use Create Host or Auto provisioning and set the desired Subnet in the Hostgroup.</div>
22
20
  </div>
23
21
  <div class="modal-footer">
24
22
  <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
data/extra/discover-host CHANGED
@@ -33,7 +33,7 @@ OptionParser.new do |opts|
33
33
  version = v
34
34
  end
35
35
 
36
- opts.on("-iARRAY", "--interface=ARRAY", Array, "Comma separated array: name,subnet,ip,mac (can be used multiple times, default: eth0,122,7,AA:BB:CC:DD:EE:FF") do |v|
36
+ opts.on("-iARRAY", "--interface=ARRAY", Array, "Comma separated array: name,network/prefix,mac,ip (can be used multiple times, default: eth0,192.168.122.0/24") do |v|
37
37
  interfaces << v
38
38
  end
39
39
 
@@ -66,7 +66,7 @@ OptionParser.new do |opts|
66
66
  end
67
67
  end.parse!
68
68
 
69
- interfaces << ["eth0", "122"] if interfaces.empty?
69
+ interfaces << ["eth0", "192.168.122.0/24"] if interfaces.empty?
70
70
  primary ||= interfaces.first.first
71
71
  bootif ||= interfaces.first.first
72
72
  json = JSON.parse(File.read(base))
@@ -76,15 +76,21 @@ json["discovery_version"] = version
76
76
  unless preserve_interfaces
77
77
  json["interfaces"] = interfaces.map{|i| i.first}.join(',')
78
78
  interfaces.each do |iface|
79
- name, subnet, ipo, mac = iface
79
+ name, subnet, mac, explicit_ip = iface
80
80
  mac ||= (["52"] + 5.times.map { '%02x' % rand(0..255) }).join(':')
81
- ipo ||= rand(1..253)
82
- ip = "192.168.#{subnet}.#{ipo}"
83
81
  json["macaddress_#{name}"] = mac
84
- json["ipaddress_#{name}"] = ip
82
+ subnet_woprefix, prefix = subnet.split('/')
83
+ if subnet.include?('.')
84
+ random_ip = IPAddr.new(subnet, Socket::AF_INET) | IPAddr.new(rand(2**prefix.to_i), Socket::AF_INET)
85
+ fact_name = "ipaddress"
86
+ else
87
+ random_ip = IPAddr.new(subnet, Socket::AF_INET6) | IPAddr.new(rand(2**prefix.to_i), Socket::AF_INET6)
88
+ fact_name = "ipaddress6"
89
+ end
90
+ json["#{fact_name}_#{name}"] = explicit_ip ? explicit_ip : random_ip
85
91
  if name == primary
86
- json["macaddress"] = mac
87
- json["ipaddress"] = ip
92
+ json["macaddress"] = json["macaddress_#{name}"]
93
+ json[fact_name] = json["#{fact_name}_#{name}"]
88
94
  end
89
95
  json["discovery_bootif"] = mac if name == bootif
90
96
  end
@@ -1,3 +1,3 @@
1
1
  module ForemanDiscovery
2
- VERSION = "16.1.3"
2
+ VERSION = "16.1.4"
3
3
  end
@@ -9,8 +9,8 @@ msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: foreman_discovery 16.3.4\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "PO-Revision-Date: 2020-05-26 17:21+0000\n"
13
- "Last-Translator: Transifex Bot <>\n"
12
+ "PO-Revision-Date: 2020-10-29 17:16+0000\n"
13
+ "Last-Translator: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>\n"
14
14
  "Language-Team: Catalan (http://www.transifex.com/foreman/foreman/language/ca/)"
15
15
  "\n"
16
16
  "MIME-Version: 1.0\n"
@@ -73,11 +73,11 @@ msgstr ""
73
73
 
74
74
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
75
75
  msgid "required if host is managed and custom partition has not been defined"
76
- msgstr ""
76
+ msgstr "es requereix si l'amfitrió està gestionat i no s'ha definit la partició personalitzada"
77
77
 
78
78
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
79
79
  msgid "Host's owner type"
80
- msgstr ""
80
+ msgstr "Tipus de propietari de l'amfitrió"
81
81
 
82
82
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
83
83
  msgid "Host's parameters (array or indexed hash)"
@@ -85,11 +85,11 @@ msgstr ""
85
85
 
86
86
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
87
87
  msgid "Name of the parameter"
88
- msgstr ""
88
+ msgstr "Nom del paràmetre"
89
89
 
90
90
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
91
91
  msgid "Parameter value"
92
- msgstr ""
92
+ msgstr "Valor del paràmetre"
93
93
 
94
94
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
95
95
  msgid "Type of value"
@@ -331,11 +331,11 @@ msgstr "Cap amfitrió seleccionat"
331
331
  msgid "Something went wrong while selecting hosts - %s"
332
332
  msgstr "Alguna cosa va anar malament mentre se seleccionaven els amfitrions - %s"
333
333
 
334
- #: ../app/controllers/discovery_rules_controller.rb:68
334
+ #: ../app/controllers/discovery_rules_controller.rb:72
335
335
  msgid "Rule enabled"
336
336
  msgstr "Regla habilitada"
337
337
 
338
- #: ../app/controllers/discovery_rules_controller.rb:68
338
+ #: ../app/controllers/discovery_rules_controller.rb:72
339
339
  msgid "Rule disabled"
340
340
  msgstr "Regla inhabilitada"
341
341
 
@@ -343,15 +343,15 @@ msgstr "Regla inhabilitada"
343
343
  msgid "%s ago"
344
344
  msgstr "fa %s"
345
345
 
346
- #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
346
+ #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
347
347
  msgid "Auto Provision"
348
348
  msgstr "Auto aprovisiona"
349
349
 
350
- #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
350
+ #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:41
351
351
  msgid "Refresh facts"
352
352
  msgstr "Refresca els objectes d'interès"
353
353
 
354
- #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
354
+ #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:42
355
355
  msgid "Reboot"
356
356
  msgstr "Reinicia"
357
357
 
@@ -363,7 +363,7 @@ msgstr "Enrere"
363
363
  msgid "Select Action"
364
364
  msgstr "Selecciona l'acció"
365
365
 
366
- #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
366
+ #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
367
367
  msgid "Delete %s?"
368
368
  msgstr "Voleu suprimir %s?"
369
369
 
@@ -753,15 +753,15 @@ msgstr ""
753
753
  msgid "Host"
754
754
  msgstr "Amfitrió"
755
755
 
756
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../app/views/discovered_hosts/_selected_hosts.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:18 ../app/views/discovered_mailer/discovered_summary.text.erb:10
756
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_hosts/_selected_hosts.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:18 ../app/views/discovered_mailer/discovered_summary.text.erb:10
757
757
  msgid "Model"
758
758
  msgstr "Model"
759
759
 
760
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
760
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
761
761
  msgid "CPUs"
762
762
  msgstr "Les CPU"
763
763
 
764
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
764
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
765
765
  msgid "Memory"
766
766
  msgstr "Memòria"
767
767
 
@@ -773,59 +773,59 @@ msgstr ""
773
773
  msgid "Create Host"
774
774
  msgstr "Crea un amfitrió"
775
775
 
776
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
776
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
777
777
  msgid "Select all items in this page"
778
778
  msgstr "Selecciona tots els ítems en aquesta pàgina"
779
779
 
780
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
780
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
781
781
  msgid "items selected. Uncheck to Clear"
782
782
  msgstr "ítems seleccionats. Desmarca per netejar"
783
783
 
784
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5 ../app/views/discovered_hosts/_selected_hosts.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:17 ../app/views/discovered_mailer/discovered_summary.text.erb:9
784
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../app/views/discovered_hosts/_selected_hosts.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:17 ../app/views/discovered_mailer/discovered_summary.text.erb:9
785
785
  msgid "Name"
786
786
  msgstr "Nom"
787
787
 
788
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
788
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
789
789
  msgid "IP Address"
790
790
  msgstr "Adreça IP"
791
791
 
792
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
792
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
793
793
  msgid "Disk Count"
794
794
  msgstr ""
795
795
 
796
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
796
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
797
797
  msgid "Disks Size"
798
798
  msgstr ""
799
799
 
800
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
800
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
801
801
  msgid "Location"
802
802
  msgstr "Ubicació"
803
803
 
804
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
804
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
805
805
  msgid "Organization"
806
806
  msgstr "Organització"
807
807
 
808
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
808
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
809
809
  msgid "Subnet"
810
810
  msgstr "Subxarxa"
811
811
 
812
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
812
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
813
813
  msgid "Last Facts Upload"
814
814
  msgstr ""
815
815
 
816
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 ../app/views/discovery_rules/index.html.erb:12
816
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:12
817
817
  msgid "Actions"
818
818
  msgstr "Accions"
819
819
 
820
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:51
820
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:55
821
821
  msgid "Please Confirm"
822
822
  msgstr "Si us plau, confirmeu"
823
823
 
824
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:57
824
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:61
825
825
  msgid "Cancel"
826
826
  msgstr "Cancel·la"
827
827
 
828
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:58
828
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:62
829
829
  msgid "Submit"
830
830
  msgstr "Envia"
831
831
 
@@ -969,7 +969,7 @@ msgstr "Edita %s"
969
969
  msgid "Discovery Rules"
970
970
  msgstr "Regles de descobriment"
971
971
 
972
- #: ../app/views/discovery_rules/index.html.erb:2
972
+ #: ../app/views/discovery_rules/index.html.erb:2 ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:9
973
973
  msgid "Create Rule"
974
974
  msgstr ""
975
975
 
@@ -1001,6 +1001,10 @@ msgstr "Habilitada"
1001
1001
  msgid "New Discovery Rule"
1002
1002
  msgstr "Regla de descobriment nova"
1003
1003
 
1004
+ #: ../app/views/discovery_rules/welcome.html.erb:8
1005
+ msgid "Discovered Rules"
1006
+ msgstr ""
1007
+
1004
1008
  #: ../db/seeds.d/50_discovery_templates.rb:5
1005
1009
  msgid "Command line options for kexec during PXE-less provisioning."
1006
1010
  msgstr ""
@@ -1037,21 +1041,26 @@ msgstr ""
1037
1041
  msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1038
1042
  msgstr ""
1039
1043
 
1044
+ #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:33
1045
+ msgid "For more information please see "
1046
+ msgstr ""
1047
+
1048
+ #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
1049
+ msgid "documentation"
1050
+ msgstr ""
1051
+
1040
1052
  #: action_names.rb:2
1041
- msgid "Remote action:"
1053
+ msgid "Action with sub plans"
1042
1054
  msgstr ""
1043
1055
 
1044
1056
  #: action_names.rb:3
1045
- msgid "Import Puppet classes"
1057
+ msgid "Import facts"
1046
1058
  msgstr ""
1047
1059
 
1048
1060
  #: action_names.rb:4
1049
- msgid "Import facts"
1061
+ msgid "Import Puppet classes"
1050
1062
  msgstr ""
1051
1063
 
1052
1064
  #: action_names.rb:5
1053
- msgid "Action with sub plans"
1065
+ msgid "Remote action:"
1054
1066
  msgstr ""
1055
-
1056
- #~ msgid "Learn more about this in the documentation."
1057
- #~ msgstr "Obteniu més informació sobre això a la documentació."
@@ -7,7 +7,7 @@
7
7
  # Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>, 2015-2016
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: foreman_discovery 16.0.1\n"
10
+ "Project-Id-Version: foreman_discovery 16.1.3\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
12
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
13
13
  "Last-Translator: Transifex Bot <>\n"
@@ -697,6 +697,9 @@ msgstr ""
697
697
  msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
698
698
  msgstr ""
699
699
 
700
+ msgid "Unable to perform %{action} on %{ips}"
701
+ msgstr ""
702
+
700
703
  msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
701
704
  msgstr ""
702
705
 
@@ -16,8 +16,8 @@ msgid ""
16
16
  msgstr ""
17
17
  "Project-Id-Version: foreman_discovery 16.3.4\n"
18
18
  "Report-Msgid-Bugs-To: \n"
19
- "PO-Revision-Date: 2020-05-26 17:21+0000\n"
20
- "Last-Translator: Transifex Bot <>\n"
19
+ "PO-Revision-Date: 2020-10-29 17:16+0000\n"
20
+ "Last-Translator: Crited <Alexander.Stoll@netways.de>\n"
21
21
  "Language-Team: German (http://www.transifex.com/foreman/foreman/language/de/)\n"
22
22
  "MIME-Version: 1.0\n"
23
23
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -63,7 +63,7 @@ msgstr "Entdeckten Host bereitstellen"
63
63
 
64
64
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:54 ../app/controllers/api/v2/discovered_hosts_controller.rb:57 ../app/controllers/api/v2/discovered_hosts_controller.rb:58 ../app/controllers/api/v2/discovered_hosts_controller.rb:61 ../app/controllers/api/v2/discovered_hosts_controller.rb:64
65
65
  msgid "required if host is managed and value is not inherited from host group"
66
- msgstr ""
66
+ msgstr "erforderlich, wenn der Host gemanagt und der Wert nicht von einer Hostgruppe vererbt ist"
67
67
 
68
68
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
69
69
  msgid "not required if using a subnet with DHCP proxy"
@@ -75,31 +75,31 @@ msgstr "nicht erforderlich für eine virtuelle Maschine"
75
75
 
76
76
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
77
77
  msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
78
- msgstr ""
78
+ msgstr "erforderlich, wenn die Bereitstellung nicht image-basiert, der Host gemanagt und der Wert nicht von einer Hostgruppe vererbt ist"
79
79
 
80
80
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
81
81
  msgid "required if host is managed and custom partition has not been defined"
82
- msgstr ""
82
+ msgstr "erforderlich, wenn der Host gemanagt und keine spezifische Partition definiert ist"
83
83
 
84
84
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
85
85
  msgid "Host's owner type"
86
- msgstr ""
86
+ msgstr "Eigentümertyp des Hosts"
87
87
 
88
88
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
89
89
  msgid "Host's parameters (array or indexed hash)"
90
- msgstr ""
90
+ msgstr "Hostparameter (Array oder indizierter Hash)"
91
91
 
92
92
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
93
93
  msgid "Name of the parameter"
94
- msgstr ""
94
+ msgstr "Name des Parameters"
95
95
 
96
96
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
97
97
  msgid "Parameter value"
98
- msgstr ""
98
+ msgstr "Parameterwert"
99
99
 
100
100
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
101
101
  msgid "Type of value"
102
- msgstr ""
102
+ msgstr "Typ des Wertes"
103
103
 
104
104
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
105
105
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
@@ -337,11 +337,11 @@ msgstr "Keine Hosts ausgewählt"
337
337
  msgid "Something went wrong while selecting hosts - %s"
338
338
  msgstr "Fehler beim Auswählen der Hosts – %s"
339
339
 
340
- #: ../app/controllers/discovery_rules_controller.rb:68
340
+ #: ../app/controllers/discovery_rules_controller.rb:72
341
341
  msgid "Rule enabled"
342
342
  msgstr "Regel aktiviert"
343
343
 
344
- #: ../app/controllers/discovery_rules_controller.rb:68
344
+ #: ../app/controllers/discovery_rules_controller.rb:72
345
345
  msgid "Rule disabled"
346
346
  msgstr "Regel deaktiviert"
347
347
 
@@ -349,15 +349,15 @@ msgstr "Regel deaktiviert"
349
349
  msgid "%s ago"
350
350
  msgstr "vor %s"
351
351
 
352
- #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
352
+ #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
353
353
  msgid "Auto Provision"
354
354
  msgstr "Automatisch bereitstellen"
355
355
 
356
- #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
356
+ #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:41
357
357
  msgid "Refresh facts"
358
358
  msgstr "Fakten aktualisieren"
359
359
 
360
- #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
360
+ #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:42
361
361
  msgid "Reboot"
362
362
  msgstr "Neustart"
363
363
 
@@ -369,7 +369,7 @@ msgstr "Zurück"
369
369
  msgid "Select Action"
370
370
  msgstr "Aktion auswählen"
371
371
 
372
- #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
372
+ #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
373
373
  msgid "Delete %s?"
374
374
  msgstr "%s löschen?"
375
375
 
@@ -759,15 +759,15 @@ msgstr "Keine entdeckten Hosts verfügbar"
759
759
  msgid "Host"
760
760
  msgstr "Host"
761
761
 
762
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../app/views/discovered_hosts/_selected_hosts.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:18 ../app/views/discovered_mailer/discovered_summary.text.erb:10
762
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_hosts/_selected_hosts.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:18 ../app/views/discovered_mailer/discovered_summary.text.erb:10
763
763
  msgid "Model"
764
764
  msgstr "Modell"
765
765
 
766
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
766
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
767
767
  msgid "CPUs"
768
768
  msgstr "Anzahl der CPUs:"
769
769
 
770
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
770
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
771
771
  msgid "Memory"
772
772
  msgstr "Speicher"
773
773
 
@@ -779,59 +779,59 @@ msgstr "Host anpassen"
779
779
  msgid "Create Host"
780
780
  msgstr "Host erstellen"
781
781
 
782
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
782
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
783
783
  msgid "Select all items in this page"
784
784
  msgstr "Alle Elemente auf dieser Seite auswählen"
785
785
 
786
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
786
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
787
787
  msgid "items selected. Uncheck to Clear"
788
788
  msgstr "Elemente ausgewählt. Zum Leeren abwählen"
789
789
 
790
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5 ../app/views/discovered_hosts/_selected_hosts.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:17 ../app/views/discovered_mailer/discovered_summary.text.erb:9
790
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../app/views/discovered_hosts/_selected_hosts.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:17 ../app/views/discovered_mailer/discovered_summary.text.erb:9
791
791
  msgid "Name"
792
792
  msgstr "Name"
793
793
 
794
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
794
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
795
795
  msgid "IP Address"
796
796
  msgstr "IP-Adresse"
797
797
 
798
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
798
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
799
799
  msgid "Disk Count"
800
800
  msgstr "Festplattenanzahl"
801
801
 
802
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
802
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
803
803
  msgid "Disks Size"
804
804
  msgstr "Festplattengröße"
805
805
 
806
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
806
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
807
807
  msgid "Location"
808
808
  msgstr "Standort"
809
809
 
810
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
810
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
811
811
  msgid "Organization"
812
812
  msgstr "Organisation"
813
813
 
814
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
814
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
815
815
  msgid "Subnet"
816
816
  msgstr "Subnetz"
817
817
 
818
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
818
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
819
819
  msgid "Last Facts Upload"
820
820
  msgstr "Letzter Fakten-Upload"
821
821
 
822
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 ../app/views/discovery_rules/index.html.erb:12
822
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:12
823
823
  msgid "Actions"
824
824
  msgstr "Aktionen"
825
825
 
826
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:51
826
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:55
827
827
  msgid "Please Confirm"
828
828
  msgstr "Bitte bestätigen"
829
829
 
830
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:57
830
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:61
831
831
  msgid "Cancel"
832
832
  msgstr "Abbrechen"
833
833
 
834
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:58
834
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:62
835
835
  msgid "Submit"
836
836
  msgstr "Absenden"
837
837
 
@@ -975,7 +975,7 @@ msgstr "%s bearbeiten"
975
975
  msgid "Discovery Rules"
976
976
  msgstr "Entdeckungsregeln"
977
977
 
978
- #: ../app/views/discovery_rules/index.html.erb:2
978
+ #: ../app/views/discovery_rules/index.html.erb:2 ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:9
979
979
  msgid "Create Rule"
980
980
  msgstr "Regel erstellen"
981
981
 
@@ -1007,6 +1007,10 @@ msgstr "Aktiviert"
1007
1007
  msgid "New Discovery Rule"
1008
1008
  msgstr "Neue Entdeckungsregel"
1009
1009
 
1010
+ #: ../app/views/discovery_rules/welcome.html.erb:8
1011
+ msgid "Discovered Rules"
1012
+ msgstr ""
1013
+
1010
1014
  #: ../db/seeds.d/50_discovery_templates.rb:5
1011
1015
  msgid "Command line options for kexec during PXE-less provisioning."
1012
1016
  msgstr "Kommandozeilenoptionen für kexec während PXE-loser Bereitstellung"
@@ -1043,23 +1047,26 @@ msgstr ""
1043
1047
  msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1044
1048
  msgstr ""
1045
1049
 
1046
- #: action_names.rb:2
1047
- msgid "Remote action:"
1050
+ #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:33
1051
+ msgid "For more information please see "
1048
1052
  msgstr ""
1049
1053
 
1050
- #: action_names.rb:3
1051
- msgid "Import Puppet classes"
1054
+ #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
1055
+ msgid "documentation"
1052
1056
  msgstr ""
1053
1057
 
1054
- #: action_names.rb:4
1058
+ #: action_names.rb:2
1059
+ msgid "Action with sub plans"
1060
+ msgstr "Aktion mit Unterplänen"
1061
+
1062
+ #: action_names.rb:3
1055
1063
  msgid "Import facts"
1056
- msgstr ""
1064
+ msgstr "Fakten importieren"
1057
1065
 
1058
- #: action_names.rb:5
1059
- msgid "Action with sub plans"
1060
- msgstr ""
1066
+ #: action_names.rb:4
1067
+ msgid "Import Puppet classes"
1068
+ msgstr "Puppet-Klassen importieren"
1061
1069
 
1062
- #~ msgid "Learn more about this in the documentation."
1063
- #~ msgstr "Mehr dazu in der Dokumentation."
1064
- #~ msgid "No discovered hosts found in this context."
1065
- #~ msgstr "Keine entdeckten Hosts gefunden in diesem Kontext."
1070
+ #: action_names.rb:5
1071
+ msgid "Remote action:"
1072
+ msgstr "Entfernte Aktion:"