hammer_cli_foreman_remote_execution 0.1.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +3 -3
- data/.tx/config +1 -1
- data/hammer_cli_foreman_remote_execution.gemspec +1 -1
- data/lib/hammer_cli_foreman_remote_execution.rb +2 -0
- data/lib/hammer_cli_foreman_remote_execution/interface_extensions.rb +30 -0
- data/lib/hammer_cli_foreman_remote_execution/job_invocation.rb +65 -20
- data/lib/hammer_cli_foreman_remote_execution/subnet_extensions.rb +16 -0
- data/lib/hammer_cli_foreman_remote_execution/version.rb +1 -1
- data/locale/README.md +2 -2
- data/locale/de/hammer-cli-foreman-remote-execution.po +217 -48
- data/locale/en/hammer-cli-foreman-remote-execution.po +49 -1
- data/locale/es/hammer-cli-foreman-remote-execution.po +217 -48
- data/locale/fr/hammer-cli-foreman-remote-execution.po +217 -48
- data/locale/it/hammer-cli-foreman-remote-execution.po +197 -29
- data/locale/ja/hammer-cli-foreman-remote-execution.po +217 -48
- data/locale/ko/hammer-cli-foreman-remote-execution.po +217 -48
- data/locale/pt_BR/hammer-cli-foreman-remote-execution.po +217 -48
- data/locale/ru/hammer-cli-foreman-remote-execution.po +217 -48
- data/locale/zh_CN/hammer-cli-foreman-remote-execution.po +217 -48
- data/locale/zh_TW/hammer-cli-foreman-remote-execution.po +217 -48
- metadata +10 -8
@@ -3,10 +3,9 @@
|
|
3
3
|
# This file is distributed under the same license as the hammer_cli_foreman_tasks package.
|
4
4
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5
5
|
#
|
6
|
-
#, fuzzy
|
7
6
|
msgid ""
|
8
7
|
msgstr ""
|
9
|
-
"Project-Id-Version:
|
8
|
+
"Project-Id-Version: hammer-cli-foreman-remote-execution 0.2.0\n"
|
10
9
|
"Report-Msgid-Bugs-To: \n"
|
11
10
|
"PO-Revision-Date: 2016-02-18 10:36-0500\n"
|
12
11
|
"Last-Translator: Dominic Cleal <dominic@cleal.org>, 2017\n"
|
@@ -18,77 +17,247 @@ msgstr ""
|
|
18
17
|
"Language: zh_TW\n"
|
19
18
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
20
19
|
|
20
|
+
msgid "Manage foreign input sets"
|
21
|
+
msgstr ""
|
22
|
+
|
21
23
|
msgid "ID"
|
22
24
|
msgstr "ID"
|
23
25
|
|
26
|
+
#, fuzzy
|
27
|
+
msgid "Target template ID"
|
28
|
+
msgstr "ID"
|
29
|
+
|
30
|
+
msgid "Target template name"
|
31
|
+
msgstr ""
|
32
|
+
|
33
|
+
msgid "Name"
|
34
|
+
msgstr "名稱"
|
35
|
+
|
36
|
+
msgid "Include all"
|
37
|
+
msgstr ""
|
38
|
+
|
39
|
+
msgid "Include"
|
40
|
+
msgstr ""
|
41
|
+
|
42
|
+
msgid "Exclude"
|
43
|
+
msgstr ""
|
44
|
+
|
45
|
+
msgid "Foreign input set updated"
|
46
|
+
msgstr ""
|
47
|
+
|
48
|
+
msgid "Could not update the input set"
|
49
|
+
msgstr ""
|
50
|
+
|
51
|
+
msgid "Foreign input set created"
|
52
|
+
msgstr ""
|
53
|
+
|
54
|
+
msgid "Could not create the input set"
|
55
|
+
msgstr ""
|
56
|
+
|
57
|
+
msgid "Foreign input set deleted"
|
58
|
+
msgstr ""
|
59
|
+
|
60
|
+
msgid "Could not delete the input set"
|
61
|
+
msgstr ""
|
62
|
+
|
63
|
+
msgid "Description"
|
64
|
+
msgstr ""
|
65
|
+
|
66
|
+
#, fuzzy
|
67
|
+
msgid "Status"
|
68
|
+
msgstr "狀態"
|
69
|
+
|
70
|
+
msgid "Success"
|
71
|
+
msgstr ""
|
72
|
+
|
73
|
+
msgid "Failed"
|
74
|
+
msgstr ""
|
75
|
+
|
76
|
+
msgid "Pending"
|
77
|
+
msgstr ""
|
78
|
+
|
79
|
+
msgid "Total"
|
80
|
+
msgstr ""
|
81
|
+
|
82
|
+
#, fuzzy
|
83
|
+
msgid "Start"
|
84
|
+
msgstr "狀態"
|
85
|
+
|
86
|
+
msgid "Job Category"
|
87
|
+
msgstr ""
|
88
|
+
|
89
|
+
msgid "Mode"
|
90
|
+
msgstr ""
|
91
|
+
|
24
92
|
msgid "Cron line"
|
25
93
|
msgstr "Cron 行"
|
26
94
|
|
27
|
-
|
28
|
-
|
95
|
+
#, fuzzy
|
96
|
+
msgid "Recurring logic ID"
|
97
|
+
msgstr "ID"
|
29
98
|
|
30
|
-
msgid "
|
31
|
-
msgstr "
|
99
|
+
msgid "Hosts"
|
100
|
+
msgstr ""
|
32
101
|
|
33
|
-
msgid "
|
34
|
-
msgstr "
|
102
|
+
msgid "View the output for a host"
|
103
|
+
msgstr ""
|
35
104
|
|
36
|
-
msgid "
|
37
|
-
msgstr "
|
105
|
+
msgid "Do not wait for job to complete, shows current output only"
|
106
|
+
msgstr ""
|
38
107
|
|
39
|
-
msgid "
|
40
|
-
msgstr "
|
108
|
+
msgid "The job is scheduled to start at %{timestamp}"
|
109
|
+
msgstr ""
|
41
110
|
|
42
|
-
msgid "
|
43
|
-
msgstr "
|
111
|
+
msgid "Job invocation %{id} created"
|
112
|
+
msgstr ""
|
44
113
|
|
45
|
-
msgid "
|
46
|
-
msgstr "
|
114
|
+
msgid "Schedule the execution for a later time"
|
115
|
+
msgstr ""
|
47
116
|
|
48
|
-
msgid "
|
49
|
-
msgstr "
|
117
|
+
msgid "Execution should be cancelled if it cannot be started before --start-at"
|
118
|
+
msgstr ""
|
119
|
+
|
120
|
+
msgid "Create a recurring execution"
|
121
|
+
msgstr ""
|
122
|
+
|
123
|
+
msgid "Perform no more executions after this time, used with --cron-line"
|
124
|
+
msgstr ""
|
125
|
+
|
126
|
+
msgid "Specify inputs from command line"
|
127
|
+
msgstr ""
|
128
|
+
|
129
|
+
msgid "Read input values from files"
|
130
|
+
msgstr ""
|
131
|
+
|
132
|
+
msgid "Dynamic search queries are evaluated at run time"
|
133
|
+
msgstr ""
|
134
|
+
|
135
|
+
msgid "Cancel the job"
|
136
|
+
msgstr ""
|
137
|
+
|
138
|
+
msgid "Job invocation %{id} cancelled"
|
139
|
+
msgstr ""
|
140
|
+
|
141
|
+
msgid "Could not cancel the job invocation"
|
142
|
+
msgstr ""
|
143
|
+
|
144
|
+
msgid "Rerun the job"
|
145
|
+
msgstr ""
|
146
|
+
|
147
|
+
msgid "Job invocation was rerun as %{id}"
|
148
|
+
msgstr ""
|
149
|
+
|
150
|
+
msgid "Manage job invocations"
|
151
|
+
msgstr ""
|
152
|
+
|
153
|
+
msgid "Provider"
|
154
|
+
msgstr ""
|
155
|
+
|
156
|
+
msgid "Type"
|
157
|
+
msgstr ""
|
158
|
+
|
159
|
+
msgid "Inputs"
|
160
|
+
msgstr ""
|
161
|
+
|
162
|
+
msgid "View job template content"
|
163
|
+
msgstr ""
|
164
|
+
|
165
|
+
msgid "Path to a file that contains the template"
|
166
|
+
msgstr ""
|
167
|
+
|
168
|
+
msgid "Job template created"
|
169
|
+
msgstr ""
|
170
|
+
|
171
|
+
msgid "Could not create the job template"
|
172
|
+
msgstr ""
|
173
|
+
|
174
|
+
msgid "Path to a file that contains the template - must include ERB metadata"
|
175
|
+
msgstr ""
|
176
|
+
|
177
|
+
msgid "Job template imported"
|
178
|
+
msgstr ""
|
179
|
+
|
180
|
+
msgid "Could not import the job template"
|
181
|
+
msgstr ""
|
182
|
+
|
183
|
+
msgid "Export a template including all metadata"
|
184
|
+
msgstr ""
|
50
185
|
|
51
|
-
msgid "
|
52
|
-
msgstr "
|
186
|
+
msgid "Job template updated"
|
187
|
+
msgstr ""
|
53
188
|
|
54
|
-
msgid "
|
55
|
-
msgstr "
|
189
|
+
msgid "Could not update the job template"
|
190
|
+
msgstr ""
|
56
191
|
|
57
|
-
msgid "
|
58
|
-
msgstr "
|
192
|
+
msgid "Job template deleted"
|
193
|
+
msgstr ""
|
59
194
|
|
60
|
-
msgid "
|
61
|
-
msgstr "
|
195
|
+
msgid "Could not delete the job template"
|
196
|
+
msgstr ""
|
62
197
|
|
63
|
-
msgid "
|
64
|
-
msgstr "
|
198
|
+
msgid "Manage job templates"
|
199
|
+
msgstr ""
|
65
200
|
|
66
|
-
msgid "
|
67
|
-
|
201
|
+
msgid ""
|
202
|
+
"Comma-separated list of key=file, where file is a path to a text file to be re"
|
203
|
+
"ad"
|
204
|
+
msgstr ""
|
68
205
|
|
69
|
-
|
70
|
-
|
206
|
+
#, fuzzy
|
207
|
+
msgid ""
|
208
|
+
"Cron line format 'a b c d e', where:\n"
|
209
|
+
" a. is minute (range: 0-59)\n"
|
210
|
+
" b. is hour (range: 0-23)\n"
|
211
|
+
" c. is day of month (range: 1-31)\n"
|
212
|
+
" d. is month (range: 1-12)\n"
|
213
|
+
" e. is day of week (range: 0-6)"
|
214
|
+
msgstr "Cron 行"
|
71
215
|
|
72
|
-
msgid "
|
73
|
-
msgstr "
|
216
|
+
msgid "Manage remote execution features"
|
217
|
+
msgstr ""
|
74
218
|
|
75
|
-
msgid "
|
76
|
-
msgstr "
|
219
|
+
msgid "Job template name"
|
220
|
+
msgstr ""
|
77
221
|
|
78
|
-
msgid "
|
79
|
-
msgstr "
|
222
|
+
msgid "Label"
|
223
|
+
msgstr ""
|
80
224
|
|
81
|
-
|
82
|
-
|
225
|
+
#, fuzzy
|
226
|
+
msgid "Job template ID"
|
227
|
+
msgstr "ID"
|
83
228
|
|
84
|
-
msgid "
|
85
|
-
msgstr "
|
229
|
+
msgid "Remote execution feature updated"
|
230
|
+
msgstr ""
|
86
231
|
|
87
|
-
msgid "
|
88
|
-
msgstr "
|
232
|
+
msgid "Could not update the remote execution feature"
|
233
|
+
msgstr ""
|
89
234
|
|
90
|
-
msgid "
|
91
|
-
msgstr "
|
235
|
+
msgid "Manage template inputs"
|
236
|
+
msgstr ""
|
92
237
|
|
93
|
-
msgid "
|
94
|
-
msgstr "
|
238
|
+
msgid "Input type"
|
239
|
+
msgstr ""
|
240
|
+
|
241
|
+
msgid "Fact name"
|
242
|
+
msgstr ""
|
243
|
+
|
244
|
+
msgid "Variable name"
|
245
|
+
msgstr ""
|
246
|
+
|
247
|
+
msgid "Puppet parameter name"
|
248
|
+
msgstr ""
|
249
|
+
|
250
|
+
msgid "Options"
|
251
|
+
msgstr ""
|
252
|
+
|
253
|
+
msgid "Template input created"
|
254
|
+
msgstr ""
|
255
|
+
|
256
|
+
msgid "Could not create the template input"
|
257
|
+
msgstr ""
|
258
|
+
|
259
|
+
msgid "Template input deleted"
|
260
|
+
msgstr ""
|
261
|
+
|
262
|
+
msgid "Could not delete the template input"
|
263
|
+
msgstr ""
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hammer_cli_foreman_remote_execution
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Foreman Remote Execution team
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-07-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: hammer_cli_foreman
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: 0.1.3
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version:
|
22
|
+
version: 4.0.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: 0.1.3
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version:
|
32
|
+
version: 4.0.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: hammer_cli_foreman_tasks
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -66,10 +66,12 @@ files:
|
|
66
66
|
- lib/hammer_cli_foreman_remote_execution.rb
|
67
67
|
- lib/hammer_cli_foreman_remote_execution/foreign_input_set.rb
|
68
68
|
- lib/hammer_cli_foreman_remote_execution/i18n.rb
|
69
|
+
- lib/hammer_cli_foreman_remote_execution/interface_extensions.rb
|
69
70
|
- lib/hammer_cli_foreman_remote_execution/job_invocation.rb
|
70
71
|
- lib/hammer_cli_foreman_remote_execution/job_template.rb
|
71
72
|
- lib/hammer_cli_foreman_remote_execution/options/normalizers.rb
|
72
73
|
- lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb
|
74
|
+
- lib/hammer_cli_foreman_remote_execution/subnet_extensions.rb
|
73
75
|
- lib/hammer_cli_foreman_remote_execution/template_input.rb
|
74
76
|
- lib/hammer_cli_foreman_remote_execution/version.rb
|
75
77
|
- locale/Makefile
|
@@ -100,7 +102,7 @@ homepage: https://github.com/theforeman/hammer_cli_foreman_remote_execution
|
|
100
102
|
licenses:
|
101
103
|
- GPL-3.0-or-later
|
102
104
|
metadata: {}
|
103
|
-
post_install_message:
|
105
|
+
post_install_message:
|
104
106
|
rdoc_options: []
|
105
107
|
require_paths:
|
106
108
|
- lib
|
@@ -115,8 +117,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
115
117
|
- !ruby/object:Gem::Version
|
116
118
|
version: '0'
|
117
119
|
requirements: []
|
118
|
-
rubygems_version: 3.
|
119
|
-
signing_key:
|
120
|
+
rubygems_version: 3.1.2
|
121
|
+
signing_key:
|
120
122
|
specification_version: 4
|
121
123
|
summary: CLI for the Foreman remote execution plugin
|
122
124
|
test_files:
|