foreman_discovery 24.0.1 → 25.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/api/v2/discovered_hosts_controller.rb +1 -1
- data/app/helpers/discovered_hosts_helper.rb +1 -1
- data/app/models/host/discovered.rb +1 -1
- data/app/views/discovered_hosts/show.html.erb +23 -21
- data/app/views/discovery_rules/_form.html.erb +0 -6
- data/config/initializers/inflections.rb +5 -0
- data/db/migrate/20141223142759_fill_discovery_attribute_sets_for_existing_hosts.rb +1 -1
- data/db/migrate/20150512150432_remove_old_discovery_reader_permissions.rb +1 -1
- data/lib/foreman_discovery/engine.rb +300 -305
- data/lib/foreman_discovery/version.rb +1 -1
- data/lib/foreman_discovery.rake +1 -5
- data/locale/ca/foreman_discovery.edit.po +64 -64
- data/locale/cs_CZ/foreman_discovery.edit.po +64 -64
- data/locale/de/foreman_discovery.edit.po +64 -64
- data/locale/en/foreman_discovery.edit.po +64 -64
- data/locale/en_GB/foreman_discovery.edit.po +64 -64
- data/locale/es/foreman_discovery.edit.po +64 -64
- data/locale/foreman_discovery.pot +68 -68
- data/locale/fr/foreman_discovery.edit.po +64 -64
- data/locale/gl/foreman_discovery.edit.po +64 -64
- data/locale/it/foreman_discovery.edit.po +64 -64
- data/locale/ja/foreman_discovery.edit.po +64 -64
- data/locale/ka/foreman_discovery.edit.po +64 -64
- data/locale/ko/foreman_discovery.edit.po +64 -64
- data/locale/pt_BR/foreman_discovery.edit.po +64 -64
- data/locale/ru/foreman_discovery.edit.po +64 -64
- data/locale/sv_SE/foreman_discovery.edit.po +64 -64
- data/locale/zh_CN/foreman_discovery.edit.po +64 -64
- data/locale/zh_TW/foreman_discovery.edit.po +64 -64
- data/package.json +0 -2
- data/test/functional/discovered_hosts_controller_test.rb +1 -1
- metadata +14 -15
- data/test/migrations/20221102075151_migrate_discovery_hostname_and_fact_column_to_array_test.rb.orig +0 -81
@@ -119,7 +119,7 @@ msgstr "ファクトの最小セットが設定されたホストのファクト
|
|
119
119
|
msgid "Execute rules against a discovered host"
|
120
120
|
msgstr "検出されたホストに対するルールの実行"
|
121
121
|
|
122
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:136 ../app/controllers/discovered_hosts_controller.rb:
|
122
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:136 ../app/controllers/discovered_hosts_controller.rb:164
|
123
123
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
124
124
|
msgstr "ホスト %{host} がルール %{rule} でプロビジョニングされています"
|
125
125
|
|
@@ -127,7 +127,7 @@ msgstr "ホスト %{host} がルール %{rule} でプロビジョニングされ
|
|
127
127
|
msgid "Unable to provision %{host}: %{errors}"
|
128
128
|
msgstr "%{host} をプロビジョニングできません: %{errors}"
|
129
129
|
|
130
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:
|
130
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:171
|
131
131
|
msgid "No rule found for host %s"
|
132
132
|
msgstr "ホスト %s に対するルールは見つかりません"
|
133
133
|
|
@@ -135,11 +135,11 @@ msgstr "ホスト %s に対するルールは見つかりません"
|
|
135
135
|
msgid "Execute rules against all currently discovered hosts"
|
136
136
|
msgstr "現在検出されているすべてのホストに対するルールの実行"
|
137
137
|
|
138
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:156 ../app/controllers/discovered_hosts_controller.rb:
|
138
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:156 ../app/controllers/discovered_hosts_controller.rb:177
|
139
139
|
msgid "Errors during auto provisioning: %s"
|
140
140
|
msgstr "自動プロビジョニング時のエラー: %s"
|
141
141
|
|
142
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:159 ../app/controllers/discovered_hosts_controller.rb:
|
142
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:159 ../app/controllers/discovered_hosts_controller.rb:180
|
143
143
|
msgid "No discovered hosts to provision"
|
144
144
|
msgstr "プロビジョニングする検出されたホストがありません"
|
145
145
|
|
@@ -159,7 +159,7 @@ msgstr "検出されたホストの再起動中"
|
|
159
159
|
msgid "Rebooting all discovered hosts"
|
160
160
|
msgstr "すべての検出されたホストの再起動中"
|
161
161
|
|
162
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:221 ../app/controllers/discovered_hosts_controller.rb:
|
162
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:221 ../app/controllers/discovered_hosts_controller.rb:133
|
163
163
|
msgid "Discovered hosts are rebooting now"
|
164
164
|
msgstr "検出されたホストを現在再起動中"
|
165
165
|
|
@@ -243,71 +243,71 @@ msgstr "再起動する検出されたホストがありません"
|
|
243
243
|
msgid "Successfully provisioned %s"
|
244
244
|
msgstr "%s が正常にプロビジョニングされました"
|
245
245
|
|
246
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
246
|
+
#: ../app/controllers/discovered_hosts_controller.rb:101
|
247
247
|
msgid "Facts refreshed for %s"
|
248
248
|
msgstr "%s の更新済みファクト"
|
249
249
|
|
250
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
250
|
+
#: ../app/controllers/discovered_hosts_controller.rb:103
|
251
251
|
msgid "Failed to refresh facts for %s"
|
252
252
|
msgstr "%s のファクトの更新に失敗しました"
|
253
253
|
|
254
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
254
|
+
#: ../app/controllers/discovered_hosts_controller.rb:106
|
255
255
|
msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
|
256
256
|
msgstr "%{error_message} エラーで %{hostname} のファクトの更新に失敗しました"
|
257
257
|
|
258
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
258
|
+
#: ../app/controllers/discovered_hosts_controller.rb:113
|
259
259
|
msgid "Host of type %s can not be rebooted"
|
260
260
|
msgstr "タイプ %s のホストを再起動できません"
|
261
261
|
|
262
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
262
|
+
#: ../app/controllers/discovered_hosts_controller.rb:117
|
263
263
|
msgid "Rebooting host %s"
|
264
264
|
msgstr "ホスト %s の再起動"
|
265
265
|
|
266
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
266
|
+
#: ../app/controllers/discovered_hosts_controller.rb:119
|
267
267
|
msgid "Failed to reboot host %s"
|
268
268
|
msgstr "ホスト %s の再起動に失敗しました"
|
269
269
|
|
270
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
270
|
+
#: ../app/controllers/discovered_hosts_controller.rb:122
|
271
271
|
msgid "Failed to reboot host %{hostname} with error %{error_message}"
|
272
272
|
msgstr "ホスト %{hostname} は %{error_message} のエラーで再起動に失敗しました"
|
273
273
|
|
274
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
274
|
+
#: ../app/controllers/discovered_hosts_controller.rb:136
|
275
275
|
msgid "Failed to reboot hosts with error %s"
|
276
276
|
msgstr "ホストは %s のエラーで再起動に失敗しました"
|
277
277
|
|
278
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
278
|
+
#: ../app/controllers/discovered_hosts_controller.rb:154
|
279
279
|
msgid "Destroyed selected hosts"
|
280
280
|
msgstr "破棄された選択済みホスト"
|
281
281
|
|
282
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
282
|
+
#: ../app/controllers/discovered_hosts_controller.rb:156
|
283
283
|
msgid "The following hosts were not deleted: %s"
|
284
284
|
msgstr "以下のホストは削除されませんでした: %s"
|
285
285
|
|
286
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
286
|
+
#: ../app/controllers/discovered_hosts_controller.rb:168
|
287
287
|
msgid "Failed to auto provision host %s: %s"
|
288
288
|
msgstr "ホスト %s の自動プロビジョニングに失敗しました: %s"
|
289
289
|
|
290
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
290
|
+
#: ../app/controllers/discovered_hosts_controller.rb:196
|
291
291
|
msgid "Discovered hosts are provisioning now"
|
292
292
|
msgstr "検出されたホストは現在プロビジョニング中です"
|
293
293
|
|
294
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
294
|
+
#: ../app/controllers/discovered_hosts_controller.rb:285
|
295
295
|
msgid "Discovered host reported from unknown subnet, communication will not be proxied."
|
296
296
|
msgstr "不明なサブネットから報告された検出されたホスト。通信はプロキシー化されません。"
|
297
297
|
|
298
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
298
|
+
#: ../app/controllers/discovered_hosts_controller.rb:290
|
299
299
|
msgid "Discovered hosts reported from unknown subnet are %s, communication will not be proxied."
|
300
300
|
msgstr "不明なサブネットから報告された検出されたホストは %s、通信はプロキシー化されません。"
|
301
301
|
|
302
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
302
|
+
#: ../app/controllers/discovered_hosts_controller.rb:304
|
303
303
|
msgid "No hosts were found with that id or name"
|
304
304
|
msgstr "該当する ID または名前のホストが見つかりませんでした"
|
305
305
|
|
306
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
306
|
+
#: ../app/controllers/discovered_hosts_controller.rb:308
|
307
307
|
msgid "No hosts selected"
|
308
308
|
msgstr "ホストが選択されていません"
|
309
309
|
|
310
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
310
|
+
#: ../app/controllers/discovered_hosts_controller.rb:314
|
311
311
|
msgid "Something went wrong while selecting hosts - %s"
|
312
312
|
msgstr "ホストの選択中に問題が発生しました: %s"
|
313
313
|
|
@@ -327,7 +327,7 @@ msgstr "自動プロビジョニング"
|
|
327
327
|
msgid "Refresh facts"
|
328
328
|
msgstr "ファクトの更新"
|
329
329
|
|
330
|
-
#: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:42 ../lib/foreman_discovery/engine.rb:
|
330
|
+
#: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:42 ../lib/foreman_discovery/engine.rb:91
|
331
331
|
msgid "Reboot"
|
332
332
|
msgstr "再起動"
|
333
333
|
|
@@ -379,7 +379,7 @@ msgstr "過去 7 日以内に報告あり"
|
|
379
379
|
msgid "Provision"
|
380
380
|
msgstr "プロビジョニング"
|
381
381
|
|
382
|
-
#: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:
|
382
|
+
#: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:5 ../lib/foreman_discovery/engine.rb:309 ../lib/foreman_discovery/engine.rb:324
|
383
383
|
msgid "Discovered Hosts"
|
384
384
|
msgstr "検出されたホスト"
|
385
385
|
|
@@ -814,7 +814,7 @@ msgstr "%s のクローン作成"
|
|
814
814
|
msgid "Edit %s"
|
815
815
|
msgstr "%s の編集"
|
816
816
|
|
817
|
-
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:
|
817
|
+
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:314 ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:20
|
818
818
|
msgid "Discovery Rules"
|
819
819
|
msgstr "検出ルール"
|
820
820
|
|
@@ -850,7 +850,7 @@ msgstr "有効化"
|
|
850
850
|
msgid "New Discovery Rule"
|
851
851
|
msgstr "新規の検出ルール"
|
852
852
|
|
853
|
-
#: ../app/views/discovery_rules/welcome.html.erb:
|
853
|
+
#: ../app/views/discovery_rules/welcome.html.erb:5
|
854
854
|
msgid "Discovered Rules"
|
855
855
|
msgstr "検出されたルール"
|
856
856
|
|
@@ -922,23 +922,23 @@ msgstr "すべてのファクトのクリーニング"
|
|
922
922
|
msgid "Clean all reported facts during provisioning (except discovery facts)"
|
923
923
|
msgstr "プロビジョニング時に報告されたすべてのファクトをクリーニング (検出ファクトを除く)"
|
924
924
|
|
925
|
-
#: ../lib/foreman_discovery/engine.rb:
|
925
|
+
#: ../lib/foreman_discovery/engine.rb:79
|
926
926
|
msgid "Hostname facts"
|
927
927
|
msgstr "ホスト名ファクト"
|
928
928
|
|
929
|
-
#: ../lib/foreman_discovery/engine.rb:
|
929
|
+
#: ../lib/foreman_discovery/engine.rb:80
|
930
930
|
msgid "List of facts to use for the hostname (first wins)"
|
931
931
|
msgstr ""
|
932
932
|
|
933
|
-
#: ../lib/foreman_discovery/engine.rb:
|
933
|
+
#: ../lib/foreman_discovery/engine.rb:85
|
934
934
|
msgid "Auto provisioning"
|
935
935
|
msgstr "自動プロビジョニング"
|
936
936
|
|
937
|
-
#: ../lib/foreman_discovery/engine.rb:
|
937
|
+
#: ../lib/foreman_discovery/engine.rb:86
|
938
938
|
msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
|
939
939
|
msgstr "プロビジョニングルールに基づく新たに検出されたホストの自動プロビジョニング"
|
940
940
|
|
941
|
-
#: ../lib/foreman_discovery/engine.rb:
|
941
|
+
#: ../lib/foreman_discovery/engine.rb:92
|
942
942
|
msgid "Automatically reboot or kexec discovered host during provisioning"
|
943
943
|
msgstr "プロビジョニング時の検出されたホストの自動的な再起動または kexec の実行"
|
944
944
|
|
@@ -950,135 +950,135 @@ msgstr "ホスト名のプレフィックス"
|
|
950
950
|
msgid "The default prefix to use for the host name, must start with a letter"
|
951
951
|
msgstr "ホスト名に使用するデフォルトのプレフィックスは文字で開始する必要があります"
|
952
952
|
|
953
|
-
#: ../lib/foreman_discovery/engine.rb:
|
953
|
+
#: ../lib/foreman_discovery/engine.rb:104
|
954
954
|
msgid "Fact columns"
|
955
955
|
msgstr "Fact 列"
|
956
956
|
|
957
|
-
#: ../lib/foreman_discovery/engine.rb:
|
957
|
+
#: ../lib/foreman_discovery/engine.rb:105
|
958
958
|
msgid "Extra facter columns to show in host lists"
|
959
959
|
msgstr ""
|
960
960
|
|
961
|
-
#: ../lib/foreman_discovery/engine.rb:
|
961
|
+
#: ../lib/foreman_discovery/engine.rb:110
|
962
962
|
msgid "Highlighted facts"
|
963
963
|
msgstr "ハイライトされたファクト"
|
964
964
|
|
965
|
-
#: ../lib/foreman_discovery/engine.rb:
|
965
|
+
#: ../lib/foreman_discovery/engine.rb:111
|
966
966
|
msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
|
967
967
|
msgstr "ハイライトセクションのファクトを整理するための Regex (例: ^(abc|cde)$)"
|
968
968
|
|
969
|
-
#: ../lib/foreman_discovery/engine.rb:
|
969
|
+
#: ../lib/foreman_discovery/engine.rb:116
|
970
970
|
msgid "Storage facts"
|
971
971
|
msgstr "ストレージファクト"
|
972
972
|
|
973
|
-
#: ../lib/foreman_discovery/engine.rb:
|
973
|
+
#: ../lib/foreman_discovery/engine.rb:117
|
974
974
|
msgid "Regex to organize facts for storage section"
|
975
975
|
msgstr "ストレージセクションのファクトを整理するための Regex"
|
976
976
|
|
977
|
-
#: ../lib/foreman_discovery/engine.rb:
|
977
|
+
#: ../lib/foreman_discovery/engine.rb:122
|
978
978
|
msgid "Software facts"
|
979
979
|
msgstr "ソフトウェアファクト"
|
980
980
|
|
981
|
-
#: ../lib/foreman_discovery/engine.rb:
|
981
|
+
#: ../lib/foreman_discovery/engine.rb:123
|
982
982
|
msgid "Regex to organize facts for software section"
|
983
983
|
msgstr "ソフトウェアセクションのファクトを整理するための Regex"
|
984
984
|
|
985
|
-
#: ../lib/foreman_discovery/engine.rb:
|
985
|
+
#: ../lib/foreman_discovery/engine.rb:128
|
986
986
|
msgid "Hardware facts"
|
987
987
|
msgstr "ハードウェアファクト"
|
988
988
|
|
989
|
-
#: ../lib/foreman_discovery/engine.rb:
|
989
|
+
#: ../lib/foreman_discovery/engine.rb:129
|
990
990
|
msgid "Regex to organize facts for hardware section"
|
991
991
|
msgstr "ハードウェアセクションのファクトを整理するための Regex"
|
992
992
|
|
993
|
-
#: ../lib/foreman_discovery/engine.rb:
|
993
|
+
#: ../lib/foreman_discovery/engine.rb:134
|
994
994
|
msgid "Network facts"
|
995
995
|
msgstr "ネットワークファクト"
|
996
996
|
|
997
|
-
#: ../lib/foreman_discovery/engine.rb:
|
997
|
+
#: ../lib/foreman_discovery/engine.rb:135
|
998
998
|
msgid "Regex to organize facts for network section"
|
999
999
|
msgstr "ネットワークセクションのファクトを整理するための Regex"
|
1000
1000
|
|
1001
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1001
|
+
#: ../lib/foreman_discovery/engine.rb:140
|
1002
1002
|
msgid "IPMI facts"
|
1003
1003
|
msgstr "IPMI ファクト"
|
1004
1004
|
|
1005
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1005
|
+
#: ../lib/foreman_discovery/engine.rb:141
|
1006
1006
|
msgid "Regex to organize facts for ipmi section"
|
1007
1007
|
msgstr "ipmi セクションのファクトを整理するための Regex"
|
1008
1008
|
|
1009
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1009
|
+
#: ../lib/foreman_discovery/engine.rb:146
|
1010
1010
|
msgid "Lock PXE"
|
1011
1011
|
msgstr "PXE のロック"
|
1012
1012
|
|
1013
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1013
|
+
#: ../lib/foreman_discovery/engine.rb:147
|
1014
1014
|
msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
|
1015
1015
|
msgstr "新規に検出されたホストを検出に固定するための PXE 設定の自動生成"
|
1016
1016
|
|
1017
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1017
|
+
#: ../lib/foreman_discovery/engine.rb:153
|
1018
1018
|
msgid "Locked PXELinux template name"
|
1019
1019
|
msgstr "ロックされた PXELinux テンプレート名"
|
1020
1020
|
|
1021
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1021
|
+
#: ../lib/foreman_discovery/engine.rb:154
|
1022
1022
|
msgid "PXELinux template to be used when pinning a host to discovery"
|
1023
1023
|
msgstr "ホストを検出に固定する際に使用される PXELinux テンプレート"
|
1024
1024
|
|
1025
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1025
|
+
#: ../lib/foreman_discovery/engine.rb:160
|
1026
1026
|
msgid "Locked PXEGrub template name"
|
1027
1027
|
msgstr "ロックされた PXEGrub テンプレート名"
|
1028
1028
|
|
1029
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1029
|
+
#: ../lib/foreman_discovery/engine.rb:161
|
1030
1030
|
msgid "PXEGrub template to be used when pinning a host to discovery"
|
1031
1031
|
msgstr "ホストを検出に固定する際に使用される PXEGrub テンプレート"
|
1032
1032
|
|
1033
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1033
|
+
#: ../lib/foreman_discovery/engine.rb:167
|
1034
1034
|
msgid "Locked PXEGrub2 template name"
|
1035
1035
|
msgstr "ロックされた PXEGrub2 テンプレート名"
|
1036
1036
|
|
1037
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1037
|
+
#: ../lib/foreman_discovery/engine.rb:168
|
1038
1038
|
msgid "PXEGrub2 template to be used when pinning a host to discovery"
|
1039
1039
|
msgstr "ホストを検出に固定する際に使用される PXEGrub2 テンプレート"
|
1040
1040
|
|
1041
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1041
|
+
#: ../lib/foreman_discovery/engine.rb:173
|
1042
1042
|
msgid "Force DNS"
|
1043
1043
|
msgstr "DNS の強制的な実行"
|
1044
1044
|
|
1045
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1045
|
+
#: ../lib/foreman_discovery/engine.rb:174
|
1046
1046
|
msgid "Force DNS entries creation when provisioning discovered host"
|
1047
1047
|
msgstr "検出されたホストのプロビジョニング時の DNS エントリーの作成を強制的に実行"
|
1048
1048
|
|
1049
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1049
|
+
#: ../lib/foreman_discovery/engine.rb:179
|
1050
1050
|
msgid "Error on existing NIC"
|
1051
1051
|
msgstr "既存の NIC でのエラー"
|
1052
1052
|
|
1053
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1053
|
+
#: ../lib/foreman_discovery/engine.rb:180
|
1054
1054
|
msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
|
1055
1055
|
msgstr "プロビジョニング NIC の MAC と一致する既存の管理ホストの検出を許可しない (エラーは早い段階で出されます)"
|
1056
1056
|
|
1057
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1057
|
+
#: ../lib/foreman_discovery/engine.rb:186
|
1058
1058
|
msgid "Type of name generator"
|
1059
1059
|
msgstr "名前ジェネレーターのタイプ"
|
1060
1060
|
|
1061
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1061
|
+
#: ../lib/foreman_discovery/engine.rb:187
|
1062
1062
|
msgid "Discovery hostname naming pattern"
|
1063
1063
|
msgstr "検出ホスト名の名前パターン"
|
1064
1064
|
|
1065
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1065
|
+
#: ../lib/foreman_discovery/engine.rb:192
|
1066
1066
|
msgid "Prefer IPv6"
|
1067
1067
|
msgstr "IPv6 を優先します"
|
1068
1068
|
|
1069
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1069
|
+
#: ../lib/foreman_discovery/engine.rb:193
|
1070
1070
|
msgid "Prefer IPv6 to IPv4 when calling discovered nodes"
|
1071
1071
|
msgstr "検出されたノードを呼び出す際に、IPv4 よりも IPv6 を優先します。"
|
1072
1072
|
|
1073
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1073
|
+
#: ../lib/foreman_discovery/engine.rb:333
|
1074
1074
|
msgid "Discovery Proxy"
|
1075
1075
|
msgstr "検出プロキシー"
|
1076
1076
|
|
1077
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1077
|
+
#: ../lib/foreman_discovery/engine.rb:334
|
1078
1078
|
msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1079
1079
|
msgstr "検出されたホストへの接続を管理するためにこのサブネット内で使用する検出プロキシー"
|
1080
1080
|
|
1081
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1081
|
+
#: ../lib/foreman_discovery/engine.rb:335
|
1082
1082
|
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1083
1083
|
msgstr "検出されたホストへの接続を管理するためにこのサブネット内で使用する検出プロキシーの ID"
|
1084
1084
|
|