foreman_discovery 16.1.2 → 16.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 16.1.0\n"
8
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
11
11
  "Last-Translator: Transifex Bot <>\n"
@@ -41,7 +41,7 @@ msgstr "每個請求的項目數量"
41
41
  msgid "Show a discovered host"
42
42
  msgstr ""
43
43
 
44
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:79
44
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:85
45
45
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
46
46
  msgstr ""
47
47
 
@@ -53,6 +53,10 @@ msgstr ""
53
53
  msgid "Provision a discovered host"
54
54
  msgstr ""
55
55
 
56
+ #: ../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
57
+ msgid "required if host is managed and value is not inherited from host group"
58
+ msgstr ""
59
+
56
60
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
57
61
  msgid "not required if using a subnet with DHCP proxy"
58
62
  msgstr "若是使用一個含有 DHCP 協定的子網路則不需要"
@@ -61,71 +65,99 @@ msgstr "若是使用一個含有 DHCP 協定的子網路則不需要"
61
65
  msgid "not required if it's a virtual machine"
62
66
  msgstr ""
63
67
 
64
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
68
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
69
+ msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
70
+ msgstr ""
71
+
72
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
73
+ msgid "required if host is managed and custom partition has not been defined"
74
+ msgstr ""
75
+
76
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
77
+ msgid "Host's owner type"
78
+ msgstr ""
79
+
80
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
81
+ msgid "Host's parameters (array or indexed hash)"
82
+ msgstr ""
83
+
84
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
85
+ msgid "Name of the parameter"
86
+ msgstr ""
87
+
88
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
89
+ msgid "Parameter value"
90
+ msgstr ""
91
+
92
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
93
+ msgid "Type of value"
94
+ msgstr ""
95
+
96
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
65
97
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
66
98
  msgstr "用來追蹤協調流程任務狀態的 UUID,GET /api/orchestration/:UUID/tasks"
67
99
 
68
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
100
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
69
101
  msgid "required if value is not inherited from host group or default password in settings"
70
102
  msgstr ""
71
103
 
72
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
104
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
73
105
  msgid "Delete a discovered host"
74
106
  msgstr ""
75
107
 
76
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:96
108
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
77
109
  msgid "Upload facts for a host, creating the host if required"
78
110
  msgstr "上傳主機的詳情,並視需求建立主機"
79
111
 
80
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
112
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
81
113
  msgid "hash containing facts for the host with minimum set of facts: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in case primary interface is named eth0)"
82
114
  msgstr ""
83
115
 
84
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
116
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
85
117
  msgid "Execute rules against a discovered host"
86
118
  msgstr ""
87
119
 
88
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:160
120
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135 ../app/controllers/discovered_hosts_controller.rb:160
89
121
  msgid "Host %{host} was provisioned with rule %{rule}"
90
122
  msgstr ""
91
123
 
92
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:125
124
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
93
125
  msgid "Unable to provision %{host}: %{errors}"
94
126
  msgstr ""
95
127
 
96
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:167
128
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:144 ../app/controllers/discovered_hosts_controller.rb:167
97
129
  msgid "No rule found for host %s"
98
130
  msgstr ""
99
131
 
100
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
132
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:151
101
133
  msgid "Execute rules against all currently discovered hosts"
102
134
  msgstr ""
103
135
 
104
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:173
136
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:155 ../app/controllers/discovered_hosts_controller.rb:173
105
137
  msgid "Errors during auto provisioning: %s"
106
138
  msgstr ""
107
139
 
108
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:176
140
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:158 ../app/controllers/discovered_hosts_controller.rb:176
109
141
  msgid "No discovered hosts to provision"
110
142
  msgstr ""
111
143
 
112
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:167
144
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
113
145
  msgid "%s discovered hosts were provisioned"
114
146
  msgstr ""
115
147
 
116
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:178
148
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
117
149
  msgid "Refreshing the facts of a discovered host"
118
150
  msgstr ""
119
151
 
120
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:187
152
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
121
153
  msgid "Rebooting a discovered host"
122
154
  msgstr ""
123
155
 
124
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:196
156
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:209
125
157
  msgid "Rebooting all discovered hosts"
126
158
  msgstr ""
127
159
 
128
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:129
160
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:220 ../app/controllers/discovered_hosts_controller.rb:129
129
161
  msgid "Discovered hosts are rebooting now"
130
162
  msgstr ""
131
163
 
@@ -369,7 +401,7 @@ msgstr ""
369
401
  msgid "Provision"
370
402
  msgstr "佈建"
371
403
 
372
- #: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:6 ../lib/foreman_discovery/engine.rb:158 ../lib/foreman_discovery/engine.rb:173
404
+ #: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:8 ../lib/foreman_discovery/engine.rb:159 ../lib/foreman_discovery/engine.rb:174
373
405
  msgid "Discovered Hosts"
374
406
  msgstr ""
375
407
 
@@ -839,18 +871,6 @@ msgstr "IP 位址"
839
871
  msgid "Collapse All"
840
872
  msgstr "全部收回"
841
873
 
842
- #: ../app/views/discovered_hosts/welcome.html.erb:7
843
- msgid "No discovered hosts found in this context."
844
- msgstr ""
845
-
846
- #: ../app/views/discovered_hosts/welcome.html.erb:8
847
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
848
- msgstr ""
849
-
850
- #: ../app/views/discovered_hosts/welcome.html.erb:9
851
- msgid "Learn more about this in the documentation."
852
- msgstr ""
853
-
854
874
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
855
875
  msgid "Summary report for discovered hosts from Foreman"
856
876
  msgstr ""
@@ -943,7 +963,7 @@ msgstr ""
943
963
  msgid "Edit %s"
944
964
  msgstr "編輯 %s"
945
965
 
946
- #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:163
966
+ #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:164
947
967
  msgid "Discovery Rules"
948
968
  msgstr ""
949
969
 
@@ -999,19 +1019,19 @@ msgstr ""
999
1019
  msgid "Details"
1000
1020
  msgstr "詳細資料"
1001
1021
 
1002
- #: ../lib/foreman_discovery/engine.rb:179
1022
+ #: ../lib/foreman_discovery/engine.rb:180
1003
1023
  msgid "Discovery Kexec template"
1004
1024
  msgstr ""
1005
1025
 
1006
- #: ../lib/foreman_discovery/engine.rb:188
1026
+ #: ../lib/foreman_discovery/engine.rb:189
1007
1027
  msgid "Discovery Proxy"
1008
1028
  msgstr ""
1009
1029
 
1010
- #: ../lib/foreman_discovery/engine.rb:189
1030
+ #: ../lib/foreman_discovery/engine.rb:190
1011
1031
  msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1012
1032
  msgstr ""
1013
1033
 
1014
- #: ../lib/foreman_discovery/engine.rb:190
1034
+ #: ../lib/foreman_discovery/engine.rb:191
1015
1035
  msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1016
1036
  msgstr ""
1017
1037
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_discovery
3
3
  version: !ruby/object:Gem::Version
4
- version: 16.1.2
4
+ version: 16.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aditi Puntambekar
@@ -68,10 +68,10 @@ authors:
68
68
  - Tom Caspy
69
69
  - Tomer Brisker
70
70
  - Yann Cézard
71
- autorequire:
71
+ autorequire:
72
72
  bindir: bin
73
73
  cert_chain: []
74
- date: 2020-09-18 00:00:00.000000000 Z
74
+ date: 2021-01-11 00:00:00.000000000 Z
75
75
  dependencies: []
76
76
  description: MaaS Discovery Plugin engine for Foreman
77
77
  email: gsutclif@redhat.com
@@ -279,7 +279,7 @@ homepage: https://github.com/theforeman/foreman_discovery
279
279
  licenses:
280
280
  - GPL-3.0
281
281
  metadata: {}
282
- post_install_message:
282
+ post_install_message:
283
283
  rdoc_options: []
284
284
  require_paths:
285
285
  - lib
@@ -295,7 +295,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
295
295
  version: '0'
296
296
  requirements: []
297
297
  rubygems_version: 3.1.2
298
- signing_key:
298
+ signing_key:
299
299
  specification_version: 4
300
300
  summary: MaaS Discovery Plugin for Foreman
301
301
  test_files:
@@ -319,9 +319,9 @@ test_files:
319
319
  - test/functional/api/v2/discovery_rules_controller_test.rb
320
320
  - test/functional/api/v2/fact_value_extensions_test.rb
321
321
  - test/functional/api/v2/settings_controller_test.rb
322
- - test/functional/discovery_rules_controller_test.rb
323
322
  - test/functional/foreman_discovery/concerns/hosts_controller_extensions_test.rb
324
323
  - test/functional/discovered_hosts_controller_test.rb
324
+ - test/functional/discovery_rules_controller_test.rb
325
325
  - test/integration/discovered_hosts_test.rb
326
326
  - test/models/setting_test.rb
327
327
  - test/test_helper_discovery.rb
@@ -335,6 +335,6 @@ test_files:
335
335
  - test/unit/setting_discovered_test.rb
336
336
  - test/unit/ui_notifications/destroy_host_test.rb
337
337
  - test/unit/ui_notifications/new_host_test.rb
338
- - test/unit/host_discovered_test.rb
339
338
  - test/unit/discovered_extensions_test.rb
340
339
  - test/unit/managed_extensions_test.rb
340
+ - test/unit/host_discovered_test.rb