hammer_cli_foreman_discovery 1.0.2 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/lib/hammer_cli_foreman_discovery/command_extensions/provision_with_puppet.rb +75 -0
  3. data/lib/hammer_cli_foreman_discovery/discovery.rb +35 -30
  4. data/lib/hammer_cli_foreman_discovery/discovery_rule.rb +2 -3
  5. data/lib/hammer_cli_foreman_discovery/version.rb +1 -1
  6. metadata +5 -30
  7. data/locale/ca/hammer_cli_foreman_discovery.edit.po +0 -213
  8. data/locale/ca/hammer_cli_foreman_discovery.po.time_stamp +0 -0
  9. data/locale/de/hammer_cli_foreman_discovery.edit.po +0 -213
  10. data/locale/de/hammer_cli_foreman_discovery.po.time_stamp +0 -0
  11. data/locale/en/hammer_cli_foreman_discovery.edit.po +0 -209
  12. data/locale/en/hammer_cli_foreman_discovery.po.time_stamp +0 -0
  13. data/locale/en_GB/hammer_cli_foreman_discovery.edit.po +0 -214
  14. data/locale/en_GB/hammer_cli_foreman_discovery.po.time_stamp +0 -0
  15. data/locale/es/hammer_cli_foreman_discovery.edit.po +0 -213
  16. data/locale/es/hammer_cli_foreman_discovery.po.time_stamp +0 -0
  17. data/locale/fr/hammer_cli_foreman_discovery.edit.po +0 -212
  18. data/locale/fr/hammer_cli_foreman_discovery.po.time_stamp +0 -0
  19. data/locale/it/hammer_cli_foreman_discovery.edit.po +0 -215
  20. data/locale/it/hammer_cli_foreman_discovery.po.time_stamp +0 -0
  21. data/locale/ja/hammer_cli_foreman_discovery.edit.po +0 -213
  22. data/locale/ja/hammer_cli_foreman_discovery.po.time_stamp +0 -0
  23. data/locale/ko/hammer_cli_foreman_discovery.edit.po +0 -214
  24. data/locale/ko/hammer_cli_foreman_discovery.po.time_stamp +0 -0
  25. data/locale/pt_BR/hammer_cli_foreman_discovery.edit.po +0 -215
  26. data/locale/pt_BR/hammer_cli_foreman_discovery.po.time_stamp +0 -0
  27. data/locale/ru/hammer_cli_foreman_discovery.edit.po +0 -215
  28. data/locale/ru/hammer_cli_foreman_discovery.po.time_stamp +0 -0
  29. data/locale/zh_CN/hammer_cli_foreman_discovery.edit.po +0 -215
  30. data/locale/zh_CN/hammer_cli_foreman_discovery.po.time_stamp +0 -0
  31. data/locale/zh_TW/hammer_cli_foreman_discovery.edit.po +0 -215
  32. data/locale/zh_TW/hammer_cli_foreman_discovery.po.time_stamp +0 -0
@@ -1,213 +0,0 @@
1
- # SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
- # This file is distributed under the same license as the PACKAGE package.
4
- #
5
- # Translators:
6
- # Christina Gurski <Gurski_christina@yahoo.de>, 2015
7
- # Ettore Atalan <atalanttore@googlemail.com>, 2015
8
- msgid ""
9
- msgstr ""
10
- "Project-Id-Version: hammer_cli_foreman_discovery 1.0.0\n"
11
- "Report-Msgid-Bugs-To: \n"
12
- "PO-Revision-Date: 2015-06-18 19:38+0000\n"
13
- "Last-Translator: Christina Gurski <Gurski_christina@yahoo.de>\n"
14
- "Language-Team: German (http://www.transifex.com/foreman/foreman/language/de/)\n"
15
- "Language: de\n"
16
- "MIME-Version: 1.0\n"
17
- "Content-Type: text/plain; charset=UTF-8\n"
18
- "Content-Transfer-Encoding: 8bit\n"
19
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
-
21
- #: ../lib/hammer_cli_foreman_discovery.rb:7
22
- msgid "Manipulate discovered hosts."
23
- msgstr "Entdeckte Hosts bearbeiten"
24
-
25
- #: ../lib/hammer_cli_foreman_discovery.rb:11
26
- msgid "Manipulate discovered rules."
27
- msgstr "Entdeckte Regeln bearbeiten"
28
-
29
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:16 ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:26
30
- msgid "ID"
31
- msgstr "Kennung"
32
-
33
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:17 ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:27
34
- msgid "Name"
35
- msgstr "Name"
36
-
37
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:18
38
- msgid "MAC"
39
- msgstr "MAC"
40
-
41
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:19
42
- msgid "CPUs"
43
- msgstr "CPUs"
44
-
45
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:20
46
- msgid "Memory"
47
- msgstr "Speicher"
48
-
49
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:21
50
- msgid "Disk count"
51
- msgstr "Festplattenanzahl"
52
-
53
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:22
54
- msgid "Disks size"
55
- msgstr "Festplattengröße"
56
-
57
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:23
58
- msgid "Subnet"
59
- msgstr "Subnetz"
60
-
61
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:24
62
- msgid "Last report"
63
- msgstr "Letzter Bericht"
64
-
65
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:32
66
- msgid "IP"
67
- msgstr "IP"
68
-
69
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:33
70
- msgid "Model"
71
- msgstr "Modell"
72
-
73
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:34
74
- msgid "Organization"
75
- msgstr "Organisation"
76
-
77
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:35
78
- msgid "Location"
79
- msgstr "Ort"
80
-
81
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:48
82
- msgid "Fact"
83
- msgstr "Fakt"
84
-
85
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:49
86
- msgid "Value"
87
- msgstr "Wert"
88
-
89
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:66
90
- msgid "Host deleted"
91
- msgstr "Host gelöscht"
92
-
93
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:67
94
- msgid "Could not delete the host"
95
- msgstr "Host konnte nicht gelöscht werden"
96
-
97
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:75 ../lib/hammer_cli_foreman_discovery/discovery.rb:157
98
- msgid "Host created"
99
- msgstr "Host erstellt"
100
-
101
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:76 ../lib/hammer_cli_foreman_discovery/discovery.rb:158
102
- msgid "Could not create the host"
103
- msgstr "Host konnte nicht erstellt werden"
104
-
105
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:96
106
- msgid "Host parameters"
107
- msgstr "Hostparameter"
108
-
109
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:98
110
- msgid "Interface parameters"
111
- msgstr "Schnittstellenparameter"
112
-
113
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:107
114
- msgid "Enter the root password for the host:"
115
- msgstr "Geben Sie das Root-Passwort für den Host ein:"
116
-
117
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:143
118
- msgid "Auto provision a host"
119
- msgstr "Host automatisch bereitstellen"
120
-
121
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:145
122
- msgid "Auto provision all discovered hosts"
123
- msgstr ""
124
-
125
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:150
126
- #, fuzzy
127
- msgid "Hosts created"
128
- msgstr "Host erstellt"
129
-
130
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:166
131
- msgid "Reboot a host"
132
- msgstr "Host neu starten"
133
-
134
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:168
135
- msgid "Reboot all discovered hosts"
136
- msgstr ""
137
-
138
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:174
139
- #, fuzzy
140
- msgid "Rebooting hosts"
141
- msgstr "Host neu starten"
142
-
143
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:187
144
- msgid "Host reboot started"
145
- msgstr "Host wird neu gestartet"
146
-
147
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:188
148
- msgid "Could not reboot the host"
149
- msgstr "Host konnte nicht neu gestartet werden"
150
-
151
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:196
152
- msgid "Refresh the facts of a host"
153
- msgstr "Aktualisieren Sie die Daten eines Hosts"
154
-
155
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:197
156
- msgid "Host facts refreshed"
157
- msgstr "Hostdaten aktualisiert"
158
-
159
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:198
160
- msgid "Could not refresh the facts of the host"
161
- msgstr "Daten des Hosts konnten nicht aktualisiert werden"
162
-
163
- #: ../lib/hammer_cli_foreman_discovery/discovery_references.rb:6
164
- msgid "Hosts"
165
- msgstr "Hosts"
166
-
167
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:28
168
- msgid "Priority"
169
- msgstr "Priorität"
170
-
171
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:29
172
- msgid "Search"
173
- msgstr "Suche"
174
-
175
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:30
176
- msgid "Host Group"
177
- msgstr "Hostgruppe"
178
-
179
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:31
180
- msgid "Hosts Limit"
181
- msgstr "Hosts-Limit"
182
-
183
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:32
184
- msgid "Enabled"
185
- msgstr "Aktiviert"
186
-
187
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:41
188
- msgid "Hostname template"
189
- msgstr "Hostnamenvorlage"
190
-
191
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:50
192
- msgid "Rule created"
193
- msgstr "Regel erstellt"
194
-
195
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:51
196
- msgid "Could not create the rule"
197
- msgstr "Regel konnte nicht erstellt werden"
198
-
199
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:58
200
- msgid "Rule updated"
201
- msgstr "Regel aktualisiert"
202
-
203
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:59
204
- msgid "Could not update the rule"
205
- msgstr "Regel konnte nicht aktualisiert werden"
206
-
207
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:66
208
- msgid "Rule deleted"
209
- msgstr "Regel gelöscht"
210
-
211
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:67
212
- msgid "Could not delete the rule"
213
- msgstr "Regel konnte nicht gelöscht werden"
File without changes
@@ -1,209 +0,0 @@
1
- # SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
- # This file is distributed under the same license as the hammer_cli_foreman_discovery package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: hammer_cli_foreman_discovery 1.0.0\n"
9
- "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2015-01-21 12:06+0200\n"
11
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12
- "Language-Team: LANGUAGE <LL@li.org>\n"
13
- "Language: \n"
14
- "MIME-Version: 1.0\n"
15
- "Content-Type: text/plain; charset=UTF-8\n"
16
- "Content-Transfer-Encoding: 8bit\n"
17
- "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
18
-
19
- #: ../lib/hammer_cli_foreman_discovery.rb:7
20
- msgid "Manipulate discovered hosts."
21
- msgstr ""
22
-
23
- #: ../lib/hammer_cli_foreman_discovery.rb:11
24
- msgid "Manipulate discovered rules."
25
- msgstr ""
26
-
27
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:16 ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:26
28
- msgid "ID"
29
- msgstr ""
30
-
31
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:17 ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:27
32
- msgid "Name"
33
- msgstr ""
34
-
35
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:18
36
- msgid "MAC"
37
- msgstr ""
38
-
39
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:19
40
- msgid "CPUs"
41
- msgstr ""
42
-
43
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:20
44
- msgid "Memory"
45
- msgstr ""
46
-
47
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:21
48
- msgid "Disk count"
49
- msgstr ""
50
-
51
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:22
52
- msgid "Disks size"
53
- msgstr ""
54
-
55
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:23
56
- msgid "Subnet"
57
- msgstr ""
58
-
59
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:24
60
- msgid "Last report"
61
- msgstr ""
62
-
63
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:32
64
- msgid "IP"
65
- msgstr ""
66
-
67
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:33
68
- msgid "Model"
69
- msgstr ""
70
-
71
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:34
72
- msgid "Organization"
73
- msgstr ""
74
-
75
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:35
76
- msgid "Location"
77
- msgstr ""
78
-
79
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:48
80
- msgid "Fact"
81
- msgstr ""
82
-
83
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:49
84
- msgid "Value"
85
- msgstr ""
86
-
87
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:66
88
- msgid "Host deleted"
89
- msgstr ""
90
-
91
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:67
92
- msgid "Could not delete the host"
93
- msgstr ""
94
-
95
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:75 ../lib/hammer_cli_foreman_discovery/discovery.rb:157
96
- msgid "Host created"
97
- msgstr ""
98
-
99
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:76 ../lib/hammer_cli_foreman_discovery/discovery.rb:158
100
- msgid "Could not create the host"
101
- msgstr ""
102
-
103
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:96
104
- msgid "Host parameters"
105
- msgstr ""
106
-
107
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:98
108
- msgid "Interface parameters"
109
- msgstr ""
110
-
111
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:107
112
- msgid "Enter the root password for the host:"
113
- msgstr ""
114
-
115
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:143
116
- msgid "Auto provision a host"
117
- msgstr ""
118
-
119
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:145
120
- msgid "Auto provision all discovered hosts"
121
- msgstr ""
122
-
123
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:150
124
- msgid "Hosts created"
125
- msgstr ""
126
-
127
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:166
128
- msgid "Reboot a host"
129
- msgstr ""
130
-
131
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:168
132
- msgid "Reboot all discovered hosts"
133
- msgstr ""
134
-
135
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:174
136
- msgid "Rebooting hosts"
137
- msgstr ""
138
-
139
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:187
140
- msgid "Host reboot started"
141
- msgstr ""
142
-
143
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:188
144
- msgid "Could not reboot the host"
145
- msgstr ""
146
-
147
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:196
148
- msgid "Refresh the facts of a host"
149
- msgstr ""
150
-
151
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:197
152
- msgid "Host facts refreshed"
153
- msgstr ""
154
-
155
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:198
156
- msgid "Could not refresh the facts of the host"
157
- msgstr ""
158
-
159
- #: ../lib/hammer_cli_foreman_discovery/discovery_references.rb:6
160
- msgid "Hosts"
161
- msgstr ""
162
-
163
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:28
164
- msgid "Priority"
165
- msgstr ""
166
-
167
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:29
168
- msgid "Search"
169
- msgstr ""
170
-
171
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:30
172
- msgid "Host Group"
173
- msgstr ""
174
-
175
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:31
176
- msgid "Hosts Limit"
177
- msgstr ""
178
-
179
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:32
180
- msgid "Enabled"
181
- msgstr ""
182
-
183
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:41
184
- msgid "Hostname template"
185
- msgstr ""
186
-
187
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:50
188
- msgid "Rule created"
189
- msgstr ""
190
-
191
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:51
192
- msgid "Could not create the rule"
193
- msgstr ""
194
-
195
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:58
196
- msgid "Rule updated"
197
- msgstr ""
198
-
199
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:59
200
- msgid "Could not update the rule"
201
- msgstr ""
202
-
203
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:66
204
- msgid "Rule deleted"
205
- msgstr ""
206
-
207
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:67
208
- msgid "Could not delete the rule"
209
- msgstr ""
File without changes
@@ -1,214 +0,0 @@
1
- # SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
- # This file is distributed under the same license as the PACKAGE package.
4
- #
5
- # Translators:
6
- # Andi Chandler <andi@gowling.com>, 2015
7
- # Dominic Cleal <dcleal@redhat.com>, 2015
8
- msgid ""
9
- msgstr ""
10
- "Project-Id-Version: hammer_cli_foreman_discovery 1.0.0\n"
11
- "Report-Msgid-Bugs-To: \n"
12
- "PO-Revision-Date: 2015-05-28 23:40+0000\n"
13
- "Last-Translator: Andi Chandler <andi@gowling.com>\n"
14
- "Language-Team: English (United Kingdom) (http://www.transifex.com/foreman/fore"
15
- "man/language/en_GB/)\n"
16
- "MIME-Version: 1.0\n"
17
- "Content-Type: text/plain; charset=UTF-8\n"
18
- "Content-Transfer-Encoding: 8bit\n"
19
- "Language: en_GB\n"
20
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
-
22
- #: ../lib/hammer_cli_foreman_discovery.rb:7
23
- msgid "Manipulate discovered hosts."
24
- msgstr "Manipulate discovered hosts."
25
-
26
- #: ../lib/hammer_cli_foreman_discovery.rb:11
27
- msgid "Manipulate discovered rules."
28
- msgstr "Manipulate discovered rules."
29
-
30
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:16 ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:26
31
- msgid "ID"
32
- msgstr "ID"
33
-
34
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:17 ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:27
35
- msgid "Name"
36
- msgstr "Name"
37
-
38
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:18
39
- msgid "MAC"
40
- msgstr "MAC"
41
-
42
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:19
43
- msgid "CPUs"
44
- msgstr "CPUs"
45
-
46
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:20
47
- msgid "Memory"
48
- msgstr "Memory"
49
-
50
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:21
51
- msgid "Disk count"
52
- msgstr "Disk count"
53
-
54
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:22
55
- msgid "Disks size"
56
- msgstr "Disks size"
57
-
58
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:23
59
- msgid "Subnet"
60
- msgstr "Subnet"
61
-
62
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:24
63
- msgid "Last report"
64
- msgstr "Last report"
65
-
66
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:32
67
- msgid "IP"
68
- msgstr "IP"
69
-
70
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:33
71
- msgid "Model"
72
- msgstr "Model"
73
-
74
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:34
75
- msgid "Organization"
76
- msgstr "Organisation"
77
-
78
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:35
79
- msgid "Location"
80
- msgstr "Location"
81
-
82
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:48
83
- msgid "Fact"
84
- msgstr "Fact"
85
-
86
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:49
87
- msgid "Value"
88
- msgstr "Value"
89
-
90
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:66
91
- msgid "Host deleted"
92
- msgstr "Host deleted"
93
-
94
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:67
95
- msgid "Could not delete the host"
96
- msgstr "Could not delete the host"
97
-
98
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:75 ../lib/hammer_cli_foreman_discovery/discovery.rb:157
99
- msgid "Host created"
100
- msgstr "Host created"
101
-
102
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:76 ../lib/hammer_cli_foreman_discovery/discovery.rb:158
103
- msgid "Could not create the host"
104
- msgstr "Could not create the host"
105
-
106
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:96
107
- msgid "Host parameters"
108
- msgstr "Host parameters"
109
-
110
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:98
111
- msgid "Interface parameters"
112
- msgstr "Interface parameters"
113
-
114
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:107
115
- msgid "Enter the root password for the host:"
116
- msgstr "Enter the root password for the host:"
117
-
118
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:143
119
- msgid "Auto provision a host"
120
- msgstr "Auto provision a host"
121
-
122
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:145
123
- msgid "Auto provision all discovered hosts"
124
- msgstr ""
125
-
126
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:150
127
- #, fuzzy
128
- msgid "Hosts created"
129
- msgstr "Host created"
130
-
131
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:166
132
- msgid "Reboot a host"
133
- msgstr "Reboot a host"
134
-
135
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:168
136
- msgid "Reboot all discovered hosts"
137
- msgstr ""
138
-
139
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:174
140
- #, fuzzy
141
- msgid "Rebooting hosts"
142
- msgstr "Reboot a host"
143
-
144
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:187
145
- msgid "Host reboot started"
146
- msgstr "Host reboot started"
147
-
148
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:188
149
- msgid "Could not reboot the host"
150
- msgstr "Could not reboot the host"
151
-
152
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:196
153
- msgid "Refresh the facts of a host"
154
- msgstr "Refresh the facts of a host"
155
-
156
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:197
157
- msgid "Host facts refreshed"
158
- msgstr "Host facts refreshed"
159
-
160
- #: ../lib/hammer_cli_foreman_discovery/discovery.rb:198
161
- msgid "Could not refresh the facts of the host"
162
- msgstr "Could not refresh the facts of the host"
163
-
164
- #: ../lib/hammer_cli_foreman_discovery/discovery_references.rb:6
165
- msgid "Hosts"
166
- msgstr "Hosts"
167
-
168
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:28
169
- msgid "Priority"
170
- msgstr "Priority"
171
-
172
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:29
173
- msgid "Search"
174
- msgstr "Search"
175
-
176
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:30
177
- msgid "Host Group"
178
- msgstr "Host Group"
179
-
180
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:31
181
- msgid "Hosts Limit"
182
- msgstr "Hosts Limit"
183
-
184
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:32
185
- msgid "Enabled"
186
- msgstr "Enabled"
187
-
188
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:41
189
- msgid "Hostname template"
190
- msgstr "Hostname template"
191
-
192
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:50
193
- msgid "Rule created"
194
- msgstr "Rule created"
195
-
196
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:51
197
- msgid "Could not create the rule"
198
- msgstr "Could not create the rule"
199
-
200
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:58
201
- msgid "Rule updated"
202
- msgstr "Rule updated"
203
-
204
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:59
205
- msgid "Could not update the rule"
206
- msgstr "Could not update the rule"
207
-
208
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:66
209
- msgid "Rule deleted"
210
- msgstr "Rule deleted"
211
-
212
- #: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:67
213
- msgid "Could not delete the rule"
214
- msgstr "Could not delete the rule"