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
@@ -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: Galician (http://www.transifex.com/foreman/foreman/language/gl/)\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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 "Aprovisionamento"
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 ""
@@ -469,19 +470,19 @@ msgstr ""
469
470
  msgid "Unable to assign subnet, primary interface is missing IP address"
470
471
  msgstr ""
471
472
 
472
- #: ../app/models/host/discovered.rb:173
473
+ #: ../app/models/host/discovered.rb:174
473
474
  msgid "Could not get facts from proxy %{url}: %{error}"
474
475
  msgstr ""
475
476
 
476
- #: ../app/models/host/discovered.rb:189
477
+ #: ../app/models/host/discovered.rb:190
477
478
  msgid "Unable to reboot %{name} via %{url}: %{msg}"
478
479
  msgstr ""
479
480
 
480
- #: ../app/models/host/discovered.rb:197
481
+ #: ../app/models/host/discovered.rb:198
481
482
  msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
482
483
  msgstr ""
483
484
 
484
- #: ../app/models/host/discovered.rb:216
485
+ #: ../app/models/host/discovered.rb:217
485
486
  msgid "Invalid hostname: Could not normalize the hostname"
486
487
  msgstr ""
487
488
 
@@ -493,10 +494,18 @@ msgstr ""
493
494
  msgid "Rebooting %s"
494
495
  msgstr ""
495
496
 
496
- #: ../app/models/host/managed_extensions.rb:45
497
+ #: ../app/models/host/managed_extensions.rb:46
497
498
  msgid "Kexec template not associated with operating system"
498
499
  msgstr ""
499
500
 
501
+ #: ../app/models/host/managed_extensions.rb:51
502
+ msgid "Kernel kexec URL is invalid: '%s'"
503
+ msgstr ""
504
+
505
+ #: ../app/models/host/managed_extensions.rb:52
506
+ msgid "Init RAM kexec URL is invalid: '%s'"
507
+ msgstr ""
508
+
500
509
  #: ../app/models/nic/managed_extensions.rb:14
501
510
  msgid "Rebuild DNS for %s"
502
511
  msgstr ""
@@ -710,16 +719,11 @@ msgid "Select initial host properties"
710
719
  msgstr ""
711
720
 
712
721
  #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
713
- msgid "Quick create"
722
+ msgid "Quick Create"
714
723
  msgstr ""
715
724
 
716
725
  #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:25
717
- msgid "Create host"
718
- msgstr ""
719
-
720
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
721
- #: ../lib/foreman_discovery/engine.rb:150
722
- msgid "Discovered hosts"
726
+ msgid "Create Host"
723
727
  msgstr ""
724
728
 
725
729
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
@@ -744,15 +748,11 @@ msgid "IP Address"
744
748
  msgstr "Dirección IP"
745
749
 
746
750
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
747
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
748
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
749
- msgid "Disk count"
751
+ msgid "Disk Count"
750
752
  msgstr ""
751
753
 
752
754
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
753
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
754
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
755
- msgid "Disks size"
755
+ msgid "Disks Size"
756
756
  msgstr ""
757
757
 
758
758
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
@@ -770,7 +770,7 @@ msgid "Subnet"
770
770
  msgstr "Subrede"
771
771
 
772
772
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:23
773
- msgid "Last facts upload"
773
+ msgid "Last Facts Upload"
774
774
  msgstr ""
775
775
 
776
776
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:60
@@ -785,6 +785,10 @@ msgstr "Cancelar"
785
785
  msgid "Submit"
786
786
  msgstr "Introducir"
787
787
 
788
+ #: ../app/views/discovered_hosts/edit.html.erb:1
789
+ msgid "Provision %s"
790
+ msgstr ""
791
+
788
792
  #: ../app/views/discovered_hosts/index.html.erb:2
789
793
  msgid "Reboot All"
790
794
  msgstr ""
@@ -853,6 +857,16 @@ msgstr ""
853
857
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
854
858
  msgstr ""
855
859
 
860
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
861
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
862
+ msgid "Disk count"
863
+ msgstr ""
864
+
865
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
866
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
867
+ msgid "Disks size"
868
+ msgstr ""
869
+
856
870
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:31
857
871
  msgid "No discovered hosts for the selected period"
858
872
  msgstr ""
@@ -886,7 +900,7 @@ msgid "Hostname for provisioned hosts"
886
900
  msgstr ""
887
901
 
888
902
  #: ../app/views/discovery_rules/_form.html.erb:26
889
- msgid "Hosts limit"
903
+ msgid "Hosts Limit"
890
904
  msgstr ""
891
905
 
892
906
  #: ../app/views/discovery_rules/_form.html.erb:26
@@ -952,11 +966,11 @@ msgid "DiscoveryRule|Query"
952
966
  msgstr ""
953
967
 
954
968
  #: ../app/views/discovery_rules/index.html.erb:9
955
- msgid "Host group"
956
- msgstr "Grupo de Equipos"
969
+ msgid "Host Group"
970
+ msgstr ""
957
971
 
958
972
  #: ../app/views/discovery_rules/index.html.erb:10
959
- msgid "Hosts/limit"
973
+ msgid "Hosts/Limit"
960
974
  msgstr ""
961
975
 
962
976
  #: ../app/views/discovery_rules/index.html.erb:11
@@ -983,21 +997,29 @@ msgstr ""
983
997
  msgid "Details"
984
998
  msgstr ""
985
999
 
1000
+ #: ../lib/foreman_discovery/engine.rb:150
1001
+ msgid "Discovered hosts"
1002
+ msgstr ""
1003
+
986
1004
  #: ../lib/foreman_discovery/engine.rb:155
987
1005
  msgid "Discovery rules"
988
1006
  msgstr ""
989
1007
 
990
- #: ../lib/foreman_discovery/engine.rb:178
1008
+ #: ../lib/foreman_discovery/engine.rb:171
1009
+ msgid "Discovery Kexec template"
1010
+ msgstr ""
1011
+
1012
+ #: ../lib/foreman_discovery/engine.rb:180
991
1013
  msgid "Discovery Proxy"
992
1014
  msgstr ""
993
1015
 
994
- #: ../lib/foreman_discovery/engine.rb:179
1016
+ #: ../lib/foreman_discovery/engine.rb:181
995
1017
  msgid ""
996
1018
  "Discovery Proxy to use within this subnet for managing connection to "
997
1019
  "discovered hosts"
998
1020
  msgstr ""
999
1021
 
1000
- #: ../lib/foreman_discovery/engine.rb:180
1022
+ #: ../lib/foreman_discovery/engine.rb:182
1001
1023
  msgid ""
1002
1024
  "ID of Discovery Proxy to use within this subnet for managing connection to "
1003
1025
  "discovered hosts"
@@ -7,10 +7,10 @@
7
7
  # caifti <caifti@gmail.com>, 2014
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: foreman_discovery 9.0.0\n"
10
+ "Project-Id-Version: foreman_discovery 9.1.2\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2017-04-07 13:02+0200\n"
13
- "PO-Revision-Date: 2017-04-08 10:07+0000\n"
12
+ "POT-Creation-Date: 2017-06-14 13:49+0200\n"
13
+ "PO-Revision-Date: 2017-08-03 17:21+0000\n"
14
14
  "Last-Translator: Lukáš Zapletal\n"
15
15
  "Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)\n"
16
16
  "MIME-Version: 1.0\n"
@@ -89,55 +89,55 @@ msgid ""
89
89
  "eth0 (example in case primary interface is named eth0)"
90
90
  msgstr ""
91
91
 
92
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:111
92
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:113
93
93
  msgid "Execute rules against a discovered host"
94
94
  msgstr "Esegui le regole nei confronti di un host rilevato"
95
95
 
96
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:117
96
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:119
97
97
  #: ../app/controllers/discovered_hosts_controller.rb:162
98
98
  msgid "Host %{host} was provisioned with rule %{rule}"
99
99
  msgstr "È stato eseguito il provisioning dell'host %{host} con la regola %{rule}"
100
100
 
101
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:120
101
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
102
102
  msgid "Unable to provision %{host}: %{errors}"
103
103
  msgstr ""
104
104
 
105
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:126
105
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:128
106
106
  #: ../app/controllers/discovered_hosts_controller.rb:169
107
107
  msgid "No rule found for host %s"
108
108
  msgstr "Nessuna regola trovata per l'host %s"
109
109
 
110
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:133
110
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135
111
111
  msgid "Execute rules against all currently discovered hosts"
112
112
  msgstr "Esegui le regole nei confronti degli host attualemente rilevati"
113
113
 
114
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:137
114
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:139
115
115
  #: ../app/controllers/discovered_hosts_controller.rb:175
116
116
  msgid "Errors during auto provisioning: %s"
117
117
  msgstr "Errore durante auto provisioning: %s"
118
118
 
119
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:140
119
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
120
120
  #: ../app/controllers/discovered_hosts_controller.rb:178
121
121
  msgid "No discovered hosts to provision"
122
122
  msgstr "Nessun host rilevato per il provisioning"
123
123
 
124
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:162
124
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:164
125
125
  msgid "%s discovered hosts were provisioned"
126
126
  msgstr ""
127
127
 
128
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:173
128
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:175
129
129
  msgid "Refreshing the facts of a discovered host"
130
130
  msgstr "Aggiornamento eventi di un host rilevato"
131
131
 
132
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:182
132
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:184
133
133
  msgid "Rebooting a discovered host"
134
134
  msgstr "Riavvio di un host rilevato"
135
135
 
136
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
136
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:193
137
137
  msgid "Rebooting all discovered hosts"
138
138
  msgstr ""
139
139
 
140
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:202
140
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:204
141
141
  #: ../app/controllers/discovered_hosts_controller.rb:120
142
142
  msgid "Discovered hosts are rebooting now"
143
143
  msgstr ""
@@ -204,11 +204,11 @@ msgstr ""
204
204
  msgid "No hostgroup associated with rule '%s'"
205
205
  msgstr ""
206
206
 
207
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:66
207
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:71
208
208
  msgid "Errors during reboot: %s"
209
209
  msgstr ""
210
210
 
211
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:84
211
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:89
212
212
  msgid "No discovered hosts to reboot"
213
213
  msgstr ""
214
214
 
@@ -388,6 +388,7 @@ msgid "Provision"
388
388
  msgstr "Provisioning"
389
389
 
390
390
  #: ../app/helpers/discovery_rules_helper.rb:26
391
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
391
392
  #: ../lib/foreman_discovery/engine.rb:165
392
393
  msgid "Discovered Hosts"
393
394
  msgstr ""
@@ -471,19 +472,19 @@ msgstr ""
471
472
  msgid "Unable to assign subnet, primary interface is missing IP address"
472
473
  msgstr ""
473
474
 
474
- #: ../app/models/host/discovered.rb:173
475
+ #: ../app/models/host/discovered.rb:174
475
476
  msgid "Could not get facts from proxy %{url}: %{error}"
476
477
  msgstr "Impossibile ottenere gli eventi dal proxy %{url}: %{error}"
477
478
 
478
- #: ../app/models/host/discovered.rb:189
479
+ #: ../app/models/host/discovered.rb:190
479
480
  msgid "Unable to reboot %{name} via %{url}: %{msg}"
480
481
  msgstr ""
481
482
 
482
- #: ../app/models/host/discovered.rb:197
483
+ #: ../app/models/host/discovered.rb:198
483
484
  msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
484
485
  msgstr ""
485
486
 
486
- #: ../app/models/host/discovered.rb:216
487
+ #: ../app/models/host/discovered.rb:217
487
488
  msgid "Invalid hostname: Could not normalize the hostname"
488
489
  msgstr ""
489
490
 
@@ -495,10 +496,18 @@ msgstr ""
495
496
  msgid "Rebooting %s"
496
497
  msgstr "Riavvio di %s"
497
498
 
498
- #: ../app/models/host/managed_extensions.rb:45
499
+ #: ../app/models/host/managed_extensions.rb:46
499
500
  msgid "Kexec template not associated with operating system"
500
501
  msgstr ""
501
502
 
503
+ #: ../app/models/host/managed_extensions.rb:51
504
+ msgid "Kernel kexec URL is invalid: '%s'"
505
+ msgstr ""
506
+
507
+ #: ../app/models/host/managed_extensions.rb:52
508
+ msgid "Init RAM kexec URL is invalid: '%s'"
509
+ msgstr ""
510
+
502
511
  #: ../app/models/nic/managed_extensions.rb:14
503
512
  msgid "Rebuild DNS for %s"
504
513
  msgstr ""
@@ -712,18 +721,13 @@ msgid "Select initial host properties"
712
721
  msgstr ""
713
722
 
714
723
  #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
715
- msgid "Quick create"
724
+ msgid "Quick Create"
716
725
  msgstr ""
717
726
 
718
727
  #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:25
719
- msgid "Create host"
728
+ msgid "Create Host"
720
729
  msgstr ""
721
730
 
722
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
723
- #: ../lib/foreman_discovery/engine.rb:150
724
- msgid "Discovered hosts"
725
- msgstr "Host trovati"
726
-
727
731
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
728
732
  msgid "Select all items in this page"
729
733
  msgstr "Seleziona tutti gli oggetti in questa pagina"
@@ -746,16 +750,12 @@ msgid "IP Address"
746
750
  msgstr "Indirizzo IP"
747
751
 
748
752
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
749
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
750
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
751
- msgid "Disk count"
752
- msgstr "Conteggio disco"
753
+ msgid "Disk Count"
754
+ msgstr ""
753
755
 
754
756
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
755
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
756
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
757
- msgid "Disks size"
758
- msgstr "Dimensione dischi"
757
+ msgid "Disks Size"
758
+ msgstr ""
759
759
 
760
760
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
761
761
  #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
@@ -772,8 +772,8 @@ msgid "Subnet"
772
772
  msgstr "Sottorete"
773
773
 
774
774
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:23
775
- msgid "Last facts upload"
776
- msgstr "Ultimo caricamento eventi"
775
+ msgid "Last Facts Upload"
776
+ msgstr ""
777
777
 
778
778
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:60
779
779
  msgid "Please Confirm"
@@ -787,6 +787,10 @@ msgstr "Annulla"
787
787
  msgid "Submit"
788
788
  msgstr "Invia"
789
789
 
790
+ #: ../app/views/discovered_hosts/edit.html.erb:1
791
+ msgid "Provision %s"
792
+ msgstr ""
793
+
790
794
  #: ../app/views/discovered_hosts/index.html.erb:2
791
795
  msgid "Reboot All"
792
796
  msgstr ""
@@ -855,6 +859,16 @@ msgstr ""
855
859
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
856
860
  msgstr ""
857
861
 
862
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
863
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
864
+ msgid "Disk count"
865
+ msgstr "Conteggio disco"
866
+
867
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
868
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
869
+ msgid "Disks size"
870
+ msgstr "Dimensione dischi"
871
+
858
872
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:31
859
873
  msgid "No discovered hosts for the selected period"
860
874
  msgstr ""
@@ -888,8 +902,8 @@ msgid "Hostname for provisioned hosts"
888
902
  msgstr "Hostname per gli host con provisioning"
889
903
 
890
904
  #: ../app/views/discovery_rules/_form.html.erb:26
891
- msgid "Hosts limit"
892
- msgstr "Limite host"
905
+ msgid "Hosts Limit"
906
+ msgstr ""
893
907
 
894
908
  #: ../app/views/discovery_rules/_form.html.erb:26
895
909
  msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
@@ -954,12 +968,12 @@ msgid "DiscoveryRule|Query"
954
968
  msgstr "Interrogazione"
955
969
 
956
970
  #: ../app/views/discovery_rules/index.html.erb:9
957
- msgid "Host group"
958
- msgstr "Gruppo di host"
971
+ msgid "Host Group"
972
+ msgstr ""
959
973
 
960
974
  #: ../app/views/discovery_rules/index.html.erb:10
961
- msgid "Hosts/limit"
962
- msgstr "Host/limite"
975
+ msgid "Hosts/Limit"
976
+ msgstr ""
963
977
 
964
978
  #: ../app/views/discovery_rules/index.html.erb:11
965
979
  msgid "DiscoveryRule|Enabled"
@@ -985,21 +999,29 @@ msgstr ""
985
999
  msgid "Details"
986
1000
  msgstr ""
987
1001
 
1002
+ #: ../lib/foreman_discovery/engine.rb:150
1003
+ msgid "Discovered hosts"
1004
+ msgstr "Host trovati"
1005
+
988
1006
  #: ../lib/foreman_discovery/engine.rb:155
989
1007
  msgid "Discovery rules"
990
1008
  msgstr "Regola per la scoperta"
991
1009
 
992
- #: ../lib/foreman_discovery/engine.rb:178
1010
+ #: ../lib/foreman_discovery/engine.rb:171
1011
+ msgid "Discovery Kexec template"
1012
+ msgstr ""
1013
+
1014
+ #: ../lib/foreman_discovery/engine.rb:180
993
1015
  msgid "Discovery Proxy"
994
1016
  msgstr ""
995
1017
 
996
- #: ../lib/foreman_discovery/engine.rb:179
1018
+ #: ../lib/foreman_discovery/engine.rb:181
997
1019
  msgid ""
998
1020
  "Discovery Proxy to use within this subnet for managing connection to "
999
1021
  "discovered hosts"
1000
1022
  msgstr ""
1001
1023
 
1002
- #: ../lib/foreman_discovery/engine.rb:180
1024
+ #: ../lib/foreman_discovery/engine.rb:182
1003
1025
  msgid ""
1004
1026
  "ID of Discovery Proxy to use within this subnet for managing connection to "
1005
1027
  "discovered hosts"