foreman_discovery 9.1.1 → 9.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/discovered_hosts_controller.rb +1 -0
  3. data/app/models/host/discovered.rb +4 -2
  4. data/app/models/host/managed_extensions.rb +1 -1
  5. data/db/seeds.d/90_add_permissions_from_default_roles.rb +9 -7
  6. data/extra/discover-host +80 -0
  7. data/extra/discovery/default.json +7 -0
  8. data/extra/discovery/rhel-dl380-1kdisks.json +3722 -0
  9. data/extra/discovery/rhel-r730.json +264 -0
  10. data/extra/discovery/suse-vmware.json +149 -0
  11. data/lib/foreman_discovery/version.rb +1 -1
  12. data/locale/ca/foreman_discovery.edit.po +70 -48
  13. data/locale/de/foreman_discovery.edit.po +72 -50
  14. data/locale/en/foreman_discovery.edit.po +1 -1
  15. data/locale/en_GB/foreman_discovery.edit.po +72 -50
  16. data/locale/es/foreman_discovery.edit.po +90 -68
  17. data/locale/fr/foreman_discovery.edit.po +72 -50
  18. data/locale/gl/foreman_discovery.edit.po +65 -43
  19. data/locale/it/foreman_discovery.edit.po +70 -48
  20. data/locale/ja/foreman_discovery.edit.po +79 -57
  21. data/locale/ko/foreman_discovery.edit.po +70 -48
  22. data/locale/messages.mo +0 -0
  23. data/locale/pt_BR/foreman_discovery.edit.po +70 -48
  24. data/locale/ru/foreman_discovery.edit.po +70 -48
  25. data/locale/sv_SE/foreman_discovery.edit.po +66 -44
  26. data/locale/zh_CN/foreman_discovery.edit.po +70 -48
  27. data/locale/zh_TW/foreman_discovery.edit.po +70 -48
  28. data/test/functional/discovered_hosts_controller_test.rb +7 -0
  29. data/test/unit/host_discovered_test.rb +13 -1
  30. data/test/unit/managed_extensions_test.rb +1 -1
  31. metadata +8 -10
  32. data/extra/build_iso.sh +0 -195
  33. data/extra/discover_host +0 -93
  34. data/extra/discovery_init.sh.example +0 -11
  35. data/extra/disk_facts.rb +0 -33
  36. data/extra/foreman_startup.rb +0 -60
  37. data/extra/ovirt-node-build/Vagrantfile +0 -55
  38. data/extra/ovirt-node-build/build_image.sh +0 -96
  39. data/extra/wait_for_network.sh +0 -23
@@ -8,10 +8,10 @@
8
8
  # johnny.westerlund <johnny.westerlund@gmail.com>, 2014
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: foreman_discovery 9.0.0\n"
11
+ "Project-Id-Version: foreman_discovery 9.1.2\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
- "POT-Creation-Date: 2017-04-07 13:02+0200\n"
14
- "PO-Revision-Date: 2017-04-08 10:07+0000\n"
13
+ "POT-Creation-Date: 2017-06-14 13:49+0200\n"
14
+ "PO-Revision-Date: 2017-08-03 17:21+0000\n"
15
15
  "Last-Translator: Lukáš Zapletal\n"
16
16
  "Language-Team: Swedish (Sweden) (http://www.transifex.com/foreman/foreman/language/sv_SE/)\n"
17
17
  "MIME-Version: 1.0\n"
@@ -90,55 +90,55 @@ msgid ""
90
90
  "eth0 (example in case primary interface is named eth0)"
91
91
  msgstr ""
92
92
 
93
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:111
93
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:113
94
94
  msgid "Execute rules against a discovered host"
95
95
  msgstr ""
96
96
 
97
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:117
97
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:119
98
98
  #: ../app/controllers/discovered_hosts_controller.rb:162
99
99
  msgid "Host %{host} was provisioned with rule %{rule}"
100
100
  msgstr ""
101
101
 
102
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:120
102
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
103
103
  msgid "Unable to provision %{host}: %{errors}"
104
104
  msgstr ""
105
105
 
106
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:126
106
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:128
107
107
  #: ../app/controllers/discovered_hosts_controller.rb:169
108
108
  msgid "No rule found for host %s"
109
109
  msgstr ""
110
110
 
111
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:133
111
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135
112
112
  msgid "Execute rules against all currently discovered hosts"
113
113
  msgstr ""
114
114
 
115
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:137
115
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:139
116
116
  #: ../app/controllers/discovered_hosts_controller.rb:175
117
117
  msgid "Errors during auto provisioning: %s"
118
118
  msgstr ""
119
119
 
120
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:140
120
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
121
121
  #: ../app/controllers/discovered_hosts_controller.rb:178
122
122
  msgid "No discovered hosts to provision"
123
123
  msgstr ""
124
124
 
125
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:162
125
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:164
126
126
  msgid "%s discovered hosts were provisioned"
127
127
  msgstr ""
128
128
 
129
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:173
129
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:175
130
130
  msgid "Refreshing the facts of a discovered host"
131
131
  msgstr ""
132
132
 
133
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:182
133
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:184
134
134
  msgid "Rebooting a discovered host"
135
135
  msgstr ""
136
136
 
137
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
137
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:193
138
138
  msgid "Rebooting all discovered hosts"
139
139
  msgstr ""
140
140
 
141
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:202
141
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:204
142
142
  #: ../app/controllers/discovered_hosts_controller.rb:120
143
143
  msgid "Discovered hosts are rebooting now"
144
144
  msgstr ""
@@ -205,11 +205,11 @@ msgstr ""
205
205
  msgid "No hostgroup associated with rule '%s'"
206
206
  msgstr ""
207
207
 
208
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:66
208
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:71
209
209
  msgid "Errors during reboot: %s"
210
210
  msgstr ""
211
211
 
212
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:84
212
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:89
213
213
  msgid "No discovered hosts to reboot"
214
214
  msgstr ""
215
215
 
@@ -389,6 +389,7 @@ msgid "Provision"
389
389
  msgstr "Provisionera"
390
390
 
391
391
  #: ../app/helpers/discovery_rules_helper.rb:26
392
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
392
393
  #: ../lib/foreman_discovery/engine.rb:165
393
394
  msgid "Discovered Hosts"
394
395
  msgstr "Hittade värdar"
@@ -472,19 +473,19 @@ msgstr ""
472
473
  msgid "Unable to assign subnet, primary interface is missing IP address"
473
474
  msgstr ""
474
475
 
475
- #: ../app/models/host/discovered.rb:173
476
+ #: ../app/models/host/discovered.rb:174
476
477
  msgid "Could not get facts from proxy %{url}: %{error}"
477
478
  msgstr ""
478
479
 
479
- #: ../app/models/host/discovered.rb:189
480
+ #: ../app/models/host/discovered.rb:190
480
481
  msgid "Unable to reboot %{name} via %{url}: %{msg}"
481
482
  msgstr ""
482
483
 
483
- #: ../app/models/host/discovered.rb:197
484
+ #: ../app/models/host/discovered.rb:198
484
485
  msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
485
486
  msgstr ""
486
487
 
487
- #: ../app/models/host/discovered.rb:216
488
+ #: ../app/models/host/discovered.rb:217
488
489
  msgid "Invalid hostname: Could not normalize the hostname"
489
490
  msgstr ""
490
491
 
@@ -496,10 +497,18 @@ msgstr ""
496
497
  msgid "Rebooting %s"
497
498
  msgstr "Startar om %s"
498
499
 
499
- #: ../app/models/host/managed_extensions.rb:45
500
+ #: ../app/models/host/managed_extensions.rb:46
500
501
  msgid "Kexec template not associated with operating system"
501
502
  msgstr ""
502
503
 
504
+ #: ../app/models/host/managed_extensions.rb:51
505
+ msgid "Kernel kexec URL is invalid: '%s'"
506
+ msgstr ""
507
+
508
+ #: ../app/models/host/managed_extensions.rb:52
509
+ msgid "Init RAM kexec URL is invalid: '%s'"
510
+ msgstr ""
511
+
503
512
  #: ../app/models/nic/managed_extensions.rb:14
504
513
  msgid "Rebuild DNS for %s"
505
514
  msgstr ""
@@ -713,18 +722,13 @@ msgid "Select initial host properties"
713
722
  msgstr ""
714
723
 
715
724
  #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
716
- msgid "Quick create"
725
+ msgid "Quick Create"
717
726
  msgstr ""
718
727
 
719
728
  #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:25
720
- msgid "Create host"
729
+ msgid "Create Host"
721
730
  msgstr ""
722
731
 
723
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
724
- #: ../lib/foreman_discovery/engine.rb:150
725
- msgid "Discovered hosts"
726
- msgstr "Hittade värdar"
727
-
728
732
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
729
733
  msgid "Select all items in this page"
730
734
  msgstr "Markera alla valbara på denna sida"
@@ -747,15 +751,11 @@ msgid "IP Address"
747
751
  msgstr "IPadress"
748
752
 
749
753
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
750
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
751
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
752
- msgid "Disk count"
754
+ msgid "Disk Count"
753
755
  msgstr ""
754
756
 
755
757
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
756
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
757
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
758
- msgid "Disks size"
758
+ msgid "Disks Size"
759
759
  msgstr ""
760
760
 
761
761
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
@@ -773,8 +773,8 @@ msgid "Subnet"
773
773
  msgstr "Subnät"
774
774
 
775
775
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:23
776
- msgid "Last facts upload"
777
- msgstr "Sista faktauppladdning"
776
+ msgid "Last Facts Upload"
777
+ msgstr ""
778
778
 
779
779
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:60
780
780
  msgid "Please Confirm"
@@ -788,6 +788,10 @@ msgstr "Avbryt"
788
788
  msgid "Submit"
789
789
  msgstr "Sänd"
790
790
 
791
+ #: ../app/views/discovered_hosts/edit.html.erb:1
792
+ msgid "Provision %s"
793
+ msgstr ""
794
+
791
795
  #: ../app/views/discovered_hosts/index.html.erb:2
792
796
  msgid "Reboot All"
793
797
  msgstr ""
@@ -856,6 +860,16 @@ msgstr ""
856
860
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
857
861
  msgstr ""
858
862
 
863
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
864
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
865
+ msgid "Disk count"
866
+ msgstr ""
867
+
868
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
869
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
870
+ msgid "Disks size"
871
+ msgstr ""
872
+
859
873
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:31
860
874
  msgid "No discovered hosts for the selected period"
861
875
  msgstr ""
@@ -889,7 +903,7 @@ msgid "Hostname for provisioned hosts"
889
903
  msgstr ""
890
904
 
891
905
  #: ../app/views/discovery_rules/_form.html.erb:26
892
- msgid "Hosts limit"
906
+ msgid "Hosts Limit"
893
907
  msgstr ""
894
908
 
895
909
  #: ../app/views/discovery_rules/_form.html.erb:26
@@ -955,11 +969,11 @@ msgid "DiscoveryRule|Query"
955
969
  msgstr ""
956
970
 
957
971
  #: ../app/views/discovery_rules/index.html.erb:9
958
- msgid "Host group"
959
- msgstr "Värdgrupp"
972
+ msgid "Host Group"
973
+ msgstr ""
960
974
 
961
975
  #: ../app/views/discovery_rules/index.html.erb:10
962
- msgid "Hosts/limit"
976
+ msgid "Hosts/Limit"
963
977
  msgstr ""
964
978
 
965
979
  #: ../app/views/discovery_rules/index.html.erb:11
@@ -986,21 +1000,29 @@ msgstr ""
986
1000
  msgid "Details"
987
1001
  msgstr ""
988
1002
 
1003
+ #: ../lib/foreman_discovery/engine.rb:150
1004
+ msgid "Discovered hosts"
1005
+ msgstr "Hittade värdar"
1006
+
989
1007
  #: ../lib/foreman_discovery/engine.rb:155
990
1008
  msgid "Discovery rules"
991
1009
  msgstr ""
992
1010
 
993
- #: ../lib/foreman_discovery/engine.rb:178
1011
+ #: ../lib/foreman_discovery/engine.rb:171
1012
+ msgid "Discovery Kexec template"
1013
+ msgstr ""
1014
+
1015
+ #: ../lib/foreman_discovery/engine.rb:180
994
1016
  msgid "Discovery Proxy"
995
1017
  msgstr ""
996
1018
 
997
- #: ../lib/foreman_discovery/engine.rb:179
1019
+ #: ../lib/foreman_discovery/engine.rb:181
998
1020
  msgid ""
999
1021
  "Discovery Proxy to use within this subnet for managing connection to "
1000
1022
  "discovered hosts"
1001
1023
  msgstr ""
1002
1024
 
1003
- #: ../lib/foreman_discovery/engine.rb:180
1025
+ #: ../lib/foreman_discovery/engine.rb:182
1004
1026
  msgid ""
1005
1027
  "ID of Discovery Proxy to use within this subnet for managing connection to "
1006
1028
  "discovered hosts"
@@ -5,10 +5,10 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 9.0.0\n"
8
+ "Project-Id-Version: foreman_discovery 9.1.2\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2017-04-07 13:02+0200\n"
11
- "PO-Revision-Date: 2017-04-08 10:07+0000\n"
10
+ "POT-Creation-Date: 2017-06-14 13:49+0200\n"
11
+ "PO-Revision-Date: 2017-08-03 17:21+0000\n"
12
12
  "Last-Translator: Lukáš Zapletal\n"
13
13
  "Language-Team: Chinese (China) (http://www.transifex.com/foreman/foreman/language/zh_CN/)\n"
14
14
  "MIME-Version: 1.0\n"
@@ -87,55 +87,55 @@ msgid ""
87
87
  "eth0 (example in case primary interface is named eth0)"
88
88
  msgstr "包含使用最小信息系统集主机的信息系统哈希:discovery_bootif、macaddress_eth0、ipaddress, ipaddress_eth0、interfaces: eth0(例如:主接口名称为 eth0)"
89
89
 
90
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:111
90
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:113
91
91
  msgid "Execute rules against a discovered host"
92
92
  msgstr "根据发现的主机执行规则"
93
93
 
94
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:117
94
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:119
95
95
  #: ../app/controllers/discovered_hosts_controller.rb:162
96
96
  msgid "Host %{host} was provisioned with rule %{rule}"
97
97
  msgstr "根据规则 %{rule} 供应主机 %{host}"
98
98
 
99
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:120
99
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
100
100
  msgid "Unable to provision %{host}: %{errors}"
101
101
  msgstr "无法预配 %{host}: %{errors}"
102
102
 
103
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:126
103
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:128
104
104
  #: ../app/controllers/discovered_hosts_controller.rb:169
105
105
  msgid "No rule found for host %s"
106
106
  msgstr "未找到主机 %s 的规则"
107
107
 
108
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:133
108
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135
109
109
  msgid "Execute rules against all currently discovered hosts"
110
110
  msgstr "根据所有目前已发现主机执行规则"
111
111
 
112
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:137
112
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:139
113
113
  #: ../app/controllers/discovered_hosts_controller.rb:175
114
114
  msgid "Errors during auto provisioning: %s"
115
115
  msgstr "自动供应时出错:%s"
116
116
 
117
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:140
117
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
118
118
  #: ../app/controllers/discovered_hosts_controller.rb:178
119
119
  msgid "No discovered hosts to provision"
120
120
  msgstr "没有发现的主机需要供应"
121
121
 
122
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:162
122
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:164
123
123
  msgid "%s discovered hosts were provisioned"
124
124
  msgstr "预配 %s 已发现的主机"
125
125
 
126
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:173
126
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:175
127
127
  msgid "Refreshing the facts of a discovered host"
128
128
  msgstr "刷新已发现主机的详情"
129
129
 
130
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:182
130
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:184
131
131
  msgid "Rebooting a discovered host"
132
132
  msgstr "重启已发现主机"
133
133
 
134
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
134
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:193
135
135
  msgid "Rebooting all discovered hosts"
136
136
  msgstr "重启已发现主机"
137
137
 
138
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:202
138
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:204
139
139
  #: ../app/controllers/discovered_hosts_controller.rb:120
140
140
  msgid "Discovered hosts are rebooting now"
141
141
  msgstr "正在重启已发现主机"
@@ -202,11 +202,11 @@ msgstr "无法找到发现规则,未提供任何主机(检查权限)"
202
202
  msgid "No hostgroup associated with rule '%s'"
203
203
  msgstr "没有与规则 '%s' 关联的主机组"
204
204
 
205
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:66
205
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:71
206
206
  msgid "Errors during reboot: %s"
207
207
  msgstr "重启过程出错:%s"
208
208
 
209
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:84
209
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:89
210
210
  msgid "No discovered hosts to reboot"
211
211
  msgstr "没有要重启的已发现主机"
212
212
 
@@ -386,6 +386,7 @@ msgid "Provision"
386
386
  msgstr "供应"
387
387
 
388
388
  #: ../app/helpers/discovery_rules_helper.rb:26
389
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
389
390
  #: ../lib/foreman_discovery/engine.rb:165
390
391
  msgid "Discovered Hosts"
391
392
  msgstr ""
@@ -467,19 +468,19 @@ msgstr ""
467
468
  msgid "Unable to assign subnet, primary interface is missing IP address"
468
469
  msgstr "无法分配子网,主接口缺少 IP 地址。"
469
470
 
470
- #: ../app/models/host/discovered.rb:173
471
+ #: ../app/models/host/discovered.rb:174
471
472
  msgid "Could not get facts from proxy %{url}: %{error}"
472
473
  msgstr "无法从代理服务器 %{url} 获取详情: %{error}"
473
474
 
474
- #: ../app/models/host/discovered.rb:189
475
+ #: ../app/models/host/discovered.rb:190
475
476
  msgid "Unable to reboot %{name} via %{url}: %{msg}"
476
477
  msgstr "无法在 %{url} 重启 %{name}:%{msg}"
477
478
 
478
- #: ../app/models/host/discovered.rb:197
479
+ #: ../app/models/host/discovered.rb:198
479
480
  msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
480
481
  msgstr "无法通过 %{url} 在 %{name} 中执行 kexec:%{msg}"
481
482
 
482
- #: ../app/models/host/discovered.rb:216
483
+ #: ../app/models/host/discovered.rb:217
483
484
  msgid "Invalid hostname: Could not normalize the hostname"
484
485
  msgstr ""
485
486
 
@@ -491,10 +492,18 @@ msgstr "在 %s 重新载入内核"
491
492
  msgid "Rebooting %s"
492
493
  msgstr "正在重启 %s"
493
494
 
494
- #: ../app/models/host/managed_extensions.rb:45
495
+ #: ../app/models/host/managed_extensions.rb:46
495
496
  msgid "Kexec template not associated with operating system"
496
497
  msgstr "Kexec 模板没有与操作系统关联"
497
498
 
499
+ #: ../app/models/host/managed_extensions.rb:51
500
+ msgid "Kernel kexec URL is invalid: '%s'"
501
+ msgstr ""
502
+
503
+ #: ../app/models/host/managed_extensions.rb:52
504
+ msgid "Init RAM kexec URL is invalid: '%s'"
505
+ msgstr ""
506
+
498
507
  #: ../app/models/nic/managed_extensions.rb:14
499
508
  msgid "Rebuild DNS for %s"
500
509
  msgstr ""
@@ -708,18 +717,13 @@ msgid "Select initial host properties"
708
717
  msgstr ""
709
718
 
710
719
  #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
711
- msgid "Quick create"
720
+ msgid "Quick Create"
712
721
  msgstr ""
713
722
 
714
723
  #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:25
715
- msgid "Create host"
724
+ msgid "Create Host"
716
725
  msgstr ""
717
726
 
718
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
719
- #: ../lib/foreman_discovery/engine.rb:150
720
- msgid "Discovered hosts"
721
- msgstr "找到的主机"
722
-
723
727
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
724
728
  msgid "Select all items in this page"
725
729
  msgstr "选择本页中的所有项目"
@@ -742,16 +746,12 @@ msgid "IP Address"
742
746
  msgstr "IP地址"
743
747
 
744
748
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
745
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
746
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
747
- msgid "Disk count"
748
- msgstr "磁盘计数"
749
+ msgid "Disk Count"
750
+ msgstr ""
749
751
 
750
752
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
751
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
752
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
753
- msgid "Disks size"
754
- msgstr "磁盘大小"
753
+ msgid "Disks Size"
754
+ msgstr ""
755
755
 
756
756
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
757
757
  #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
@@ -768,8 +768,8 @@ msgid "Subnet"
768
768
  msgstr "子网"
769
769
 
770
770
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:23
771
- msgid "Last facts upload"
772
- msgstr "最后一个上传的详情"
771
+ msgid "Last Facts Upload"
772
+ msgstr ""
773
773
 
774
774
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:60
775
775
  msgid "Please Confirm"
@@ -783,6 +783,10 @@ msgstr "取消"
783
783
  msgid "Submit"
784
784
  msgstr "提交"
785
785
 
786
+ #: ../app/views/discovered_hosts/edit.html.erb:1
787
+ msgid "Provision %s"
788
+ msgstr ""
789
+
786
790
  #: ../app/views/discovered_hosts/index.html.erb:2
787
791
  msgid "Reboot All"
788
792
  msgstr "重启全部"
@@ -851,6 +855,16 @@ msgstr ""
851
855
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
852
856
  msgstr ""
853
857
 
858
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
859
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
860
+ msgid "Disk count"
861
+ msgstr "磁盘计数"
862
+
863
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
864
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
865
+ msgid "Disks size"
866
+ msgstr "磁盘大小"
867
+
854
868
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:31
855
869
  msgid "No discovered hosts for the selected period"
856
870
  msgstr ""
@@ -884,8 +898,8 @@ msgid "Hostname for provisioned hosts"
884
898
  msgstr "已供应主机的主机名"
885
899
 
886
900
  #: ../app/views/discovery_rules/_form.html.erb:26
887
- msgid "Hosts limit"
888
- msgstr "主机限制"
901
+ msgid "Hosts Limit"
902
+ msgstr ""
889
903
 
890
904
  #: ../app/views/discovery_rules/_form.html.erb:26
891
905
  msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
@@ -950,12 +964,12 @@ msgid "DiscoveryRule|Query"
950
964
  msgstr "查询"
951
965
 
952
966
  #: ../app/views/discovery_rules/index.html.erb:9
953
- msgid "Host group"
954
- msgstr "主机组"
967
+ msgid "Host Group"
968
+ msgstr ""
955
969
 
956
970
  #: ../app/views/discovery_rules/index.html.erb:10
957
- msgid "Hosts/limit"
958
- msgstr "主机/限制"
971
+ msgid "Hosts/Limit"
972
+ msgstr ""
959
973
 
960
974
  #: ../app/views/discovery_rules/index.html.erb:11
961
975
  msgid "DiscoveryRule|Enabled"
@@ -981,21 +995,29 @@ msgstr ""
981
995
  msgid "Details"
982
996
  msgstr ""
983
997
 
998
+ #: ../lib/foreman_discovery/engine.rb:150
999
+ msgid "Discovered hosts"
1000
+ msgstr "找到的主机"
1001
+
984
1002
  #: ../lib/foreman_discovery/engine.rb:155
985
1003
  msgid "Discovery rules"
986
1004
  msgstr "发现规则"
987
1005
 
988
- #: ../lib/foreman_discovery/engine.rb:178
1006
+ #: ../lib/foreman_discovery/engine.rb:171
1007
+ msgid "Discovery Kexec template"
1008
+ msgstr ""
1009
+
1010
+ #: ../lib/foreman_discovery/engine.rb:180
989
1011
  msgid "Discovery Proxy"
990
1012
  msgstr ""
991
1013
 
992
- #: ../lib/foreman_discovery/engine.rb:179
1014
+ #: ../lib/foreman_discovery/engine.rb:181
993
1015
  msgid ""
994
1016
  "Discovery Proxy to use within this subnet for managing connection to "
995
1017
  "discovered hosts"
996
1018
  msgstr ""
997
1019
 
998
- #: ../lib/foreman_discovery/engine.rb:180
1020
+ #: ../lib/foreman_discovery/engine.rb:182
999
1021
  msgid ""
1000
1022
  "ID of Discovery Proxy to use within this subnet for managing connection to "
1001
1023
  "discovered hosts"