foreman_salt 15.1.0 → 15.2.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.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/app/controllers/foreman_salt/minions_controller.rb +1 -1
- data/app/helpers/foreman_salt/salt_plugin_helper.rb +1 -4
- data/app/services/foreman_salt/report_importer.rb +3 -2
- data/app/views/foreman_salt/salt_variables/_fields.erb +1 -1
- data/app/views/foreman_salt/salt_variables/index.html.erb +1 -1
- data/db/migrate/20211108211312_add_missing_permissions.rb +1 -1
- data/db/migrate/20220406185204_fix_salt_setting_category_to_dsl.rb +1 -1
- data/lib/foreman_salt/version.rb +1 -1
- data/locale/Makefile +7 -3
- data/locale/de/LC_MESSAGES/foreman_salt.mo +0 -0
- data/locale/de/foreman_salt.po +36 -26
- data/locale/en/LC_MESSAGES/foreman_salt.mo +0 -0
- data/locale/en/foreman_salt.po +36 -26
- data/locale/foreman_salt.pot +116 -98
- data/locale/ka/LC_MESSAGES/foreman_salt.mo +0 -0
- data/locale/ka/foreman_salt.po +554 -0
- data/test/unit/highstate_unhandled.json +3 -0
- data/test/unit/host_extensions_test.rb +5 -0
- data/test/unit/report_importer_test.rb +7 -0
- metadata +14 -42
- data/locale/ca/LC_MESSAGES/foreman_salt.mo +0 -0
- data/locale/ca/foreman_salt.po +0 -541
- data/locale/cs_CZ/LC_MESSAGES/foreman_salt.mo +0 -0
- data/locale/cs_CZ/foreman_salt.po +0 -541
- data/locale/en_GB/LC_MESSAGES/foreman_salt.mo +0 -0
- data/locale/en_GB/foreman_salt.po +0 -541
- data/locale/es/LC_MESSAGES/foreman_salt.mo +0 -0
- data/locale/es/foreman_salt.po +0 -541
- data/locale/fr/LC_MESSAGES/foreman_salt.mo +0 -0
- data/locale/fr/foreman_salt.po +0 -541
- data/locale/gl/LC_MESSAGES/foreman_salt.mo +0 -0
- data/locale/gl/foreman_salt.po +0 -541
- data/locale/it/LC_MESSAGES/foreman_salt.mo +0 -0
- data/locale/it/foreman_salt.po +0 -541
- data/locale/ja/LC_MESSAGES/foreman_salt.mo +0 -0
- data/locale/ja/foreman_salt.po +0 -541
- data/locale/ko/LC_MESSAGES/foreman_salt.mo +0 -0
- data/locale/ko/foreman_salt.po +0 -541
- data/locale/nl_NL/LC_MESSAGES/foreman_salt.mo +0 -0
- data/locale/nl_NL/foreman_salt.po +0 -541
- data/locale/pl/LC_MESSAGES/foreman_salt.mo +0 -0
- data/locale/pl/foreman_salt.po +0 -542
- data/locale/pt_BR/LC_MESSAGES/foreman_salt.mo +0 -0
- data/locale/pt_BR/foreman_salt.po +0 -541
- data/locale/ru/LC_MESSAGES/foreman_salt.mo +0 -0
- data/locale/ru/foreman_salt.po +0 -542
- data/locale/sv_SE/LC_MESSAGES/foreman_salt.mo +0 -0
- data/locale/sv_SE/foreman_salt.po +0 -541
- data/locale/zh_CN/LC_MESSAGES/foreman_salt.mo +0 -0
- data/locale/zh_CN/foreman_salt.po +0 -541
- data/locale/zh_TW/LC_MESSAGES/foreman_salt.mo +0 -0
- data/locale/zh_TW/foreman_salt.po +0 -541
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 427d080c653c6fc8f5e1b7a9de11f4201076d2b4064937aca48c35e9fc509fed
|
4
|
+
data.tar.gz: 1916aba7a82b01da5218ad02e8268d4b457d0271b66d49945e63f2aa751b668b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f4f683d6eaff8fffd168a93f6eb78fccb0bdb115394bbba95f9eae982ec274d62e6f3ae2c3538ad06d771a0bde10ed1ff886b6b743ded3404ad1cf569b389e8
|
7
|
+
data.tar.gz: 5637e7e79635bd0ce9b3923ba55605480d75735fb60d4252be2c463d6fc58fc06ef8dbbe81c59b26dc49272165b6bca054e980a7d0c96fd268bcd933eef1e2cc
|
data/README.md
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
-
[](http://ci.theforeman.org/job/test_plugin_foreman_salt_master)
|
2
1
|
[](https://rubygems.org/gems/foreman_salt)
|
3
2
|
[](https://codeclimate.com/github/theforeman/foreman_salt)
|
4
3
|
[](https://github.com/theforeman/foreman_salt/blob/master/LICENSE)
|
@@ -18,10 +17,11 @@ This plug-in adds support for Salt to Foreman.
|
|
18
17
|
| >= 1.23 | 11.0.1 |
|
19
18
|
| >= 1.24 | 13.2.0 |
|
20
19
|
| >= 2.5 | 14.0.0 |
|
20
|
+
| >= 3.2 | 15.0.0 |
|
21
21
|
|
22
22
|
## Documentation
|
23
23
|
|
24
|
-
[Using Salt for Configuration Management](https://docs.theforeman.org/nightly/Managing_Hosts/index-foreman-el.html#
|
24
|
+
[Using Salt for Configuration Management](https://docs.theforeman.org/nightly/Managing_Hosts/index-foreman-el.html#Using_Salt_for_Configuration_Management_managing-hosts)
|
25
25
|
|
26
26
|
## Contributing
|
27
27
|
|
@@ -29,7 +29,7 @@ Fork and send a Pull Request. Thanks!
|
|
29
29
|
|
30
30
|
## Copyright
|
31
31
|
|
32
|
-
Copyright (c)
|
32
|
+
Copyright (c) 2023 The Foreman community
|
33
33
|
|
34
34
|
This program is free software: you can redistribute it and/or modify
|
35
35
|
it under the terms of the GNU General Public License as published by
|
@@ -42,4 +42,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
42
42
|
GNU General Public License for more details.
|
43
43
|
|
44
44
|
You should have received a copy of the GNU General Public License
|
45
|
-
along with this program.
|
45
|
+
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
@@ -24,7 +24,7 @@ module ForemanSalt
|
|
24
24
|
end
|
25
25
|
rescue StandardError
|
26
26
|
logger.warn "Failed to generate external nodes for #{@minion} with #{$ERROR_INFO}"
|
27
|
-
render(plain: _('Unable to generate output, Check log files\n
|
27
|
+
render(plain: "#{_('Unable to generate output, Check log files')}\n", status: :precondition_failed) && return
|
28
28
|
end
|
29
29
|
|
30
30
|
def salt_environment_selected
|
@@ -1,13 +1,10 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
require "#{ForemanSalt::Engine.root}/lib/foreman_salt/version"
|
4
|
-
|
5
3
|
module ForemanSalt
|
6
4
|
# General helper functions for foreman_salt
|
7
5
|
module SaltPluginHelper
|
8
6
|
def salt_doc_url
|
9
|
-
|
10
|
-
"https://theforeman.org/plugins/foreman_salt/#{major_version}.x/index.html"
|
7
|
+
'https://docs.theforeman.org/nightly/Managing_Hosts/index-foreman-el.html#Using_Salt_for_Configuration_Management_managing-hosts'
|
11
8
|
end
|
12
9
|
end
|
13
10
|
end
|
@@ -34,8 +34,8 @@ module ForemanSalt
|
|
34
34
|
@host.salt_proxy_id ||= @proxy_id
|
35
35
|
@host.last_report = start_time
|
36
36
|
|
37
|
-
if @raw.
|
38
|
-
process_failures # If Salt sends us only an array, it's a list of fatal failures
|
37
|
+
if [Array, String].member? @raw.class
|
38
|
+
process_failures # If Salt sends us only an array (or string), it's a list of fatal failures
|
39
39
|
else
|
40
40
|
process_normal
|
41
41
|
end
|
@@ -158,6 +158,7 @@ module ForemanSalt
|
|
158
158
|
end
|
159
159
|
|
160
160
|
def process_failures
|
161
|
+
@raw = [@raw] unless @raw.is_a? Array
|
161
162
|
status = ConfigReportStatusCalculator.new(counters: { 'failed' => @raw.size }).calculate
|
162
163
|
@report = ConfigReport.create(host: @host, reported_at: Time.zone.now, status: status, metrics: {})
|
163
164
|
|
@@ -64,7 +64,7 @@
|
|
64
64
|
</fieldset>
|
65
65
|
</br>
|
66
66
|
<fieldset>
|
67
|
-
<h2><%= _("Specify Matchers") %> <%= documentation_button('4.2.
|
67
|
+
<h2><%= _("Specify Matchers") %> <%= documentation_button('4.2.5SmartMatchers') %></h2>
|
68
68
|
<div class="children_fields lookup_values">
|
69
69
|
<%= render 'lookup_keys/values', :f => f, :is_param => false %>
|
70
70
|
</div>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<% title _("Salt Variables") %>
|
2
2
|
|
3
3
|
<%= title_actions display_link_if_authorized(_('New Salt Variable'), hash_for_new_salt_variable_path, :class => "btn btn-default no-float"),
|
4
|
-
documentation_button('
|
4
|
+
documentation_button('', :root_url => salt_doc_url) %>
|
5
5
|
|
6
6
|
<table class="<%= table_css_classes 'table-fixed' %>">
|
7
7
|
<thead>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
class AddMissingPermissions < ActiveRecord::Migration[6.0]
|
2
2
|
def up
|
3
|
-
Permission.
|
3
|
+
Permission.where(name: 'auth_smart_proxies_salt_autosign', resource_type: 'SmartProxy').first_or_create
|
4
4
|
end
|
5
5
|
|
6
6
|
def down
|
@@ -1,5 +1,5 @@
|
|
1
1
|
class FixSaltSettingCategoryToDsl < ActiveRecord::Migration[6.0]
|
2
2
|
def up
|
3
|
-
Setting.where(category: 'Setting::Salt').update_all(category: 'Setting')
|
3
|
+
Setting.where(category: 'Setting::Salt').update_all(category: 'Setting') if column_exists?(:settings, :category)
|
4
4
|
end
|
5
5
|
end
|
data/lib/foreman_salt/version.rb
CHANGED
data/locale/Makefile
CHANGED
@@ -6,8 +6,8 @@
|
|
6
6
|
# make tx-update - download and merge translations from Transifex
|
7
7
|
# make clean - clean everything
|
8
8
|
#
|
9
|
-
DOMAIN =
|
10
|
-
VERSION = $(shell ruby -e '
|
9
|
+
DOMAIN = $(shell ruby -rrubygems -e 'puts Gem::Specification::load(Dir.glob("../*.gemspec")[0]).name')
|
10
|
+
VERSION = $(shell ruby -rrubygems -e 'puts Gem::Specification::load(Dir.glob("../*.gemspec")[0]).version')
|
11
11
|
POTFILE = $(DOMAIN).pot
|
12
12
|
MOFILE = $(DOMAIN).mo
|
13
13
|
POFILES = $(shell find . -name '$(DOMAIN).po')
|
@@ -41,7 +41,10 @@ uniq-po:
|
|
41
41
|
msguniq $$f -o $$f ; \
|
42
42
|
done
|
43
43
|
|
44
|
-
tx-
|
44
|
+
tx-new:
|
45
|
+
tx pull --minimum-perc 50 --all
|
46
|
+
|
47
|
+
tx-pull: tx-new $(EDITFILES)
|
45
48
|
tx pull -f
|
46
49
|
for f in $(EDITFILES) ; do \
|
47
50
|
sed -i 's/^\("Project-Id-Version: \).*$$/\1$(DOMAIN) $(VERSION)\\n"/' $$f; \
|
@@ -54,6 +57,7 @@ tx-update: tx-pull
|
|
54
57
|
|
55
58
|
mo-files: $(MOFILES)
|
56
59
|
git add $(POFILES) $(POTFILE) ../locale/*/LC_MESSAGES
|
60
|
+
[[ ! -f locale/action_names.rb ]] || git add locale/action_names.rb
|
57
61
|
git commit -m "i18n - pulling from tx"
|
58
62
|
@echo
|
59
63
|
@echo Changes commited!
|
Binary file
|
data/locale/de/foreman_salt.po
CHANGED
@@ -51,6 +51,9 @@ msgstr "Aktionen"
|
|
51
51
|
msgid "Added"
|
52
52
|
msgstr "Hinzugefügt"
|
53
53
|
|
54
|
+
msgid "Array of Salt state IDs"
|
55
|
+
msgstr ""
|
56
|
+
|
54
57
|
msgid "Array of State ids"
|
55
58
|
msgstr "Array von State IDs"
|
56
59
|
|
@@ -87,6 +90,9 @@ msgstr "Alle auswählen/abwählen"
|
|
87
90
|
msgid "Check/Uncheck Removed"
|
88
91
|
msgstr "Gelöschte auswählen/abwählen"
|
89
92
|
|
93
|
+
msgid "Config Management"
|
94
|
+
msgstr ""
|
95
|
+
|
90
96
|
msgid "Continue to look for matches after first find (only array/hash type)? Note: merging overrides ignores all matchers that are omitted."
|
91
97
|
msgstr "Nach dem ersten Treffer nach weiterhin nach Treffern suchen (nur Array-/Hash-Typ)? Hinweis: Das Zusammenlegen von Überschreibungen ignoriert alle Prüfwerte, die weggelassen werden."
|
92
98
|
|
@@ -162,9 +168,6 @@ msgstr "Umgebungen"
|
|
162
168
|
msgid "FQDN of host that key belongs to"
|
163
169
|
msgstr "FQDN des Hosts zu welchem der Schlüssel gehört"
|
164
170
|
|
165
|
-
msgid "Failed to execute state.highstate: %s"
|
166
|
-
msgstr "Fehler bei der Ausführung von state.highstate: %s"
|
167
|
-
|
168
171
|
msgid "Filter %s"
|
169
172
|
msgstr "Filter %s"
|
170
173
|
|
@@ -180,9 +183,6 @@ msgstr "Verborgener Wert"
|
|
180
183
|
msgid "Hide all values for this parameter."
|
181
184
|
msgstr "Alle Werte für diesen Parameter verbergen."
|
182
185
|
|
183
|
-
msgid "Hide the Run Salt state.highstate button on the host details page"
|
184
|
-
msgstr "'Salt state.highstate' Button auf der Hoststatus Seite ausblenden"
|
185
|
-
|
186
186
|
msgid "Host groups"
|
187
187
|
msgstr "Hostgruppen"
|
188
188
|
|
@@ -195,6 +195,9 @@ msgstr "Hosts"
|
|
195
195
|
msgid "ID of Salt Proxy"
|
196
196
|
msgstr "ID des Salt Proxy"
|
197
197
|
|
198
|
+
msgid "ID of host group"
|
199
|
+
msgstr ""
|
200
|
+
|
198
201
|
msgid "If checked, will raise an error if there is no default value and no matcher provide a value."
|
199
202
|
msgstr "Falls aktiviert, wird dies einen Fehler erzeugen, wenn kein Standardwert vorhanden ist und kein Treffer einen Wert vorschlägt."
|
200
203
|
|
@@ -294,9 +297,6 @@ msgstr "Neuen Salt State"
|
|
294
297
|
msgid "New Salt Variable"
|
295
298
|
msgstr "Neue Salt Variable"
|
296
299
|
|
297
|
-
msgid "No Salt master defined - can't continue"
|
298
|
-
msgstr "Kein Salt Master definiert - kann nicht fortfahren"
|
299
|
-
|
300
300
|
msgid "No changes found"
|
301
301
|
msgstr "Keine Änderungen festgestellt"
|
302
302
|
|
@@ -396,6 +396,12 @@ msgstr "Salt Umgebungskennung"
|
|
396
396
|
msgid "Salt external nodes YAML dump"
|
397
397
|
msgstr "YAML-Ausgabe des externen Salt-Knotens"
|
398
398
|
|
399
|
+
msgid "Salt master/smart proxy ID"
|
400
|
+
msgstr ""
|
401
|
+
|
402
|
+
msgid "Salt namespace pillars"
|
403
|
+
msgstr ""
|
404
|
+
|
399
405
|
msgid "Salt state"
|
400
406
|
msgstr "Salt State"
|
401
407
|
|
@@ -420,6 +426,9 @@ msgstr "Wählen Sie die Änderungen, die Sie in Foreman anwenden möchten"
|
|
420
426
|
msgid "Set the order in which values are resolved."
|
421
427
|
msgstr "Reihenfolge festlegen, in der die Werte aufgelöst werden."
|
422
428
|
|
429
|
+
msgid "Set the salt_status as \\'successful authentication\\' and remove the corresponding autosign key from the Smart Proxy"
|
430
|
+
msgstr ""
|
431
|
+
|
423
432
|
msgid "Show a Salt environment"
|
424
433
|
msgstr "Salt Umgebung anzeigen"
|
425
434
|
|
@@ -429,6 +438,9 @@ msgstr "Minion anzeigen"
|
|
429
438
|
msgid "Show a state"
|
430
439
|
msgstr "Salt State anzeigen"
|
431
440
|
|
441
|
+
msgid "Show the Salt parameters of a host group"
|
442
|
+
msgstr ""
|
443
|
+
|
432
444
|
msgid "Show variable"
|
433
445
|
msgstr "Variable anzeigen"
|
434
446
|
|
@@ -447,15 +459,9 @@ msgstr "State kann \"accepted\" oder \"rejected\" sein"
|
|
447
459
|
msgid "States"
|
448
460
|
msgstr "States"
|
449
461
|
|
450
|
-
msgid "Successfully executed, check log files for more details"
|
451
|
-
msgstr "Erfolgreich ausgeführt, für weitere Informationen bitte die Protokolldateien prüfen"
|
452
|
-
|
453
462
|
msgid "Successfully imported"
|
454
463
|
msgstr "Erfolgreich importiert"
|
455
464
|
|
456
|
-
msgid "Successfully updated %s."
|
457
|
-
msgstr "%s wurde aktualisiert."
|
458
|
-
|
459
465
|
msgid "The order in which matchers keys are processed, first match wins.<br> You may use multiple attributes as a matcher key, for example, an order of <code>host group, environment</code> would expect a matcher such as <code>hostgroup = \"web servers\", environment = production</code>"
|
460
466
|
msgstr "Die Reihenfolge, in der Prüfwertschlüssel verarbeitet werden. Die erste Übereinstimmung ist maßgeblich.<br> Sie können mehrere Attribute als Prüfwertschlüssel verwenden. Beispielsweise würde die Reihenfolge <code>host group, environment</code> einen Prüfwert wie etwa <code>hostgroup = \"web servers\", environment = production</code> erwarten."
|
461
467
|
|
@@ -465,9 +471,6 @@ msgstr "Reihenfolge, in der Werte aufgelöst werden"
|
|
465
471
|
msgid "Toggle"
|
466
472
|
msgstr "Umschalten"
|
467
473
|
|
468
|
-
msgid "Trigger a state.highstate run on a node"
|
469
|
-
msgstr "Salt state.highstate Lauf auf einem Knoten auslösen"
|
470
|
-
|
471
474
|
msgid "Type"
|
472
475
|
msgstr "Typ"
|
473
476
|
|
@@ -480,8 +483,14 @@ msgstr "Typen von Variablenwerten"
|
|
480
483
|
msgid "Unable to accept Salt key for %s"
|
481
484
|
msgstr "Salt Schlüssel für %s konnte nicht akzeptiert werden"
|
482
485
|
|
483
|
-
msgid "Unable to
|
484
|
-
msgstr "
|
486
|
+
msgid "Unable to create Salt autosign key %s"
|
487
|
+
msgstr ""
|
488
|
+
|
489
|
+
msgid "Unable to delete Salt autosign hostname for %s"
|
490
|
+
msgstr ""
|
491
|
+
|
492
|
+
msgid "Unable to delete Salt autosign key %s"
|
493
|
+
msgstr ""
|
485
494
|
|
486
495
|
msgid "Unable to delete Salt key for %s"
|
487
496
|
msgstr "Salt Schlüssel für %s konnte nicht gelöscht werden"
|
@@ -498,10 +507,8 @@ msgstr "Salt States Liste konnten nicht abgerufen werden"
|
|
498
507
|
msgid "Unable to fetch autosign list"
|
499
508
|
msgstr "Autosign Liste konnten nicht abgerufen werden"
|
500
509
|
|
501
|
-
msgid ""
|
502
|
-
"
|
503
|
-
msgstr ""
|
504
|
-
"Kann keine Ausgabe erzeugen, Bitte Logdateien prüfen\n"
|
510
|
+
msgid "Unable to generate output, Check log files"
|
511
|
+
msgstr "Kann keine Ausgabe erzeugen, Bitte Logdateien prüfen"
|
505
512
|
|
506
513
|
msgid "Unable to reject Salt key for %s"
|
507
514
|
msgstr "Salt Schlüssel für %s konnte nicht zurückgewiesen werden"
|
@@ -509,8 +516,8 @@ msgstr "Salt Schlüssel für %s konnte nicht zurückgewiesen werden"
|
|
509
516
|
msgid "Unable to run Salt state.highstate for %s"
|
510
517
|
msgstr "Start von Salt state.highstate für %s fehlgeschlagen"
|
511
518
|
|
512
|
-
msgid "Unable to set Salt autosign for %s"
|
513
|
-
msgstr "
|
519
|
+
msgid "Unable to set Salt autosign hostname for %s"
|
520
|
+
msgstr ""
|
514
521
|
|
515
522
|
msgid "Unaccepted"
|
516
523
|
msgstr "Abgelehnt"
|
@@ -524,6 +531,9 @@ msgstr "Salt Schlüssel bearbeiten"
|
|
524
531
|
msgid "Update a minion"
|
525
532
|
msgstr "Minion bearbeiten"
|
526
533
|
|
534
|
+
msgid "Update the Salt parameters of a host group"
|
535
|
+
msgstr ""
|
536
|
+
|
527
537
|
msgid "Updated hosts: changed salt environment"
|
528
538
|
msgstr "Hosts aktualisiert: Salt Umgebung geändert"
|
529
539
|
|
Binary file
|
data/locale/en/foreman_salt.po
CHANGED
@@ -34,6 +34,9 @@ msgstr ""
|
|
34
34
|
msgid "Added"
|
35
35
|
msgstr "Added"
|
36
36
|
|
37
|
+
msgid "Array of Salt state IDs"
|
38
|
+
msgstr ""
|
39
|
+
|
37
40
|
msgid "Array of State ids"
|
38
41
|
msgstr "Array of State ids"
|
39
42
|
|
@@ -70,6 +73,9 @@ msgstr "Check/Uncheck All"
|
|
70
73
|
msgid "Check/Uncheck Removed"
|
71
74
|
msgstr "Check/Uncheck Removed"
|
72
75
|
|
76
|
+
msgid "Config Management"
|
77
|
+
msgstr ""
|
78
|
+
|
73
79
|
msgid "Continue to look for matches after first find (only array/hash type)? Note: merging overrides ignores all matchers that are omitted."
|
74
80
|
msgstr ""
|
75
81
|
|
@@ -145,9 +151,6 @@ msgstr "Environments"
|
|
145
151
|
msgid "FQDN of host that key belongs to"
|
146
152
|
msgstr "FQDN of host that key belongs to"
|
147
153
|
|
148
|
-
msgid "Failed to execute state.highstate: %s"
|
149
|
-
msgstr "Failed to execute state.highstate: %s"
|
150
|
-
|
151
154
|
msgid "Filter %s"
|
152
155
|
msgstr "Filter %s"
|
153
156
|
|
@@ -163,9 +166,6 @@ msgstr ""
|
|
163
166
|
msgid "Hide all values for this parameter."
|
164
167
|
msgstr ""
|
165
168
|
|
166
|
-
msgid "Hide the Run Salt state.highstate button on the host details page"
|
167
|
-
msgstr ""
|
168
|
-
|
169
169
|
msgid "Host groups"
|
170
170
|
msgstr "Host groups"
|
171
171
|
|
@@ -178,6 +178,9 @@ msgstr "Hosts"
|
|
178
178
|
msgid "ID of Salt Proxy"
|
179
179
|
msgstr "ID of Salt Proxy"
|
180
180
|
|
181
|
+
msgid "ID of host group"
|
182
|
+
msgstr ""
|
183
|
+
|
181
184
|
msgid "If checked, will raise an error if there is no default value and no matcher provide a value."
|
182
185
|
msgstr ""
|
183
186
|
|
@@ -277,9 +280,6 @@ msgstr "New Salt State"
|
|
277
280
|
msgid "New Salt Variable"
|
278
281
|
msgstr ""
|
279
282
|
|
280
|
-
msgid "No Salt master defined - can't continue"
|
281
|
-
msgstr "No Salt master defined - can't continue"
|
282
|
-
|
283
283
|
msgid "No changes found"
|
284
284
|
msgstr "No changes found"
|
285
285
|
|
@@ -379,6 +379,12 @@ msgstr "Salt environment ID"
|
|
379
379
|
msgid "Salt external nodes YAML dump"
|
380
380
|
msgstr "Salt external nodes YAML dump"
|
381
381
|
|
382
|
+
msgid "Salt master/smart proxy ID"
|
383
|
+
msgstr ""
|
384
|
+
|
385
|
+
msgid "Salt namespace pillars"
|
386
|
+
msgstr ""
|
387
|
+
|
382
388
|
msgid "Salt state"
|
383
389
|
msgstr "Salt state"
|
384
390
|
|
@@ -403,6 +409,9 @@ msgstr "Select the changes you want to realize in Foreman"
|
|
403
409
|
msgid "Set the order in which values are resolved."
|
404
410
|
msgstr ""
|
405
411
|
|
412
|
+
msgid "Set the salt_status as \\'successful authentication\\' and remove the corresponding autosign key from the Smart Proxy"
|
413
|
+
msgstr ""
|
414
|
+
|
406
415
|
msgid "Show a Salt environment"
|
407
416
|
msgstr "Show a Salt environment"
|
408
417
|
|
@@ -412,6 +421,9 @@ msgstr "Show a minion"
|
|
412
421
|
msgid "Show a state"
|
413
422
|
msgstr "Show a state"
|
414
423
|
|
424
|
+
msgid "Show the Salt parameters of a host group"
|
425
|
+
msgstr ""
|
426
|
+
|
415
427
|
msgid "Show variable"
|
416
428
|
msgstr ""
|
417
429
|
|
@@ -430,15 +442,9 @@ msgstr "State can be \"accepted\" or \"rejected\""
|
|
430
442
|
msgid "States"
|
431
443
|
msgstr "States"
|
432
444
|
|
433
|
-
msgid "Successfully executed, check log files for more details"
|
434
|
-
msgstr "Successfully executed, check log files for more details"
|
435
|
-
|
436
445
|
msgid "Successfully imported"
|
437
446
|
msgstr "Successfully imported"
|
438
447
|
|
439
|
-
msgid "Successfully updated %s."
|
440
|
-
msgstr "Successfully updated %s."
|
441
|
-
|
442
448
|
msgid "The order in which matchers keys are processed, first match wins.<br> You may use multiple attributes as a matcher key, for example, an order of <code>host group, environment</code> would expect a matcher such as <code>hostgroup = \"web servers\", environment = production</code>"
|
443
449
|
msgstr ""
|
444
450
|
|
@@ -448,9 +454,6 @@ msgstr ""
|
|
448
454
|
msgid "Toggle"
|
449
455
|
msgstr "Toggle"
|
450
456
|
|
451
|
-
msgid "Trigger a state.highstate run on a node"
|
452
|
-
msgstr "Trigger a state.highstate run on a node"
|
453
|
-
|
454
457
|
msgid "Type"
|
455
458
|
msgstr ""
|
456
459
|
|
@@ -463,8 +466,14 @@ msgstr ""
|
|
463
466
|
msgid "Unable to accept Salt key for %s"
|
464
467
|
msgstr "Unable to accept Salt key for %s"
|
465
468
|
|
466
|
-
msgid "Unable to
|
467
|
-
msgstr "
|
469
|
+
msgid "Unable to create Salt autosign key %s"
|
470
|
+
msgstr ""
|
471
|
+
|
472
|
+
msgid "Unable to delete Salt autosign hostname for %s"
|
473
|
+
msgstr ""
|
474
|
+
|
475
|
+
msgid "Unable to delete Salt autosign key %s"
|
476
|
+
msgstr ""
|
468
477
|
|
469
478
|
msgid "Unable to delete Salt key for %s"
|
470
479
|
msgstr "Unable to delete Salt key for %s"
|
@@ -481,10 +490,8 @@ msgstr "Unable to fetch Salt states list"
|
|
481
490
|
msgid "Unable to fetch autosign list"
|
482
491
|
msgstr "Unable to fetch autosign list"
|
483
492
|
|
484
|
-
msgid ""
|
485
|
-
"Unable to generate output, Check log files
|
486
|
-
msgstr ""
|
487
|
-
"Unable to generate output, Check log files\n"
|
493
|
+
msgid "Unable to generate output, Check log files"
|
494
|
+
msgstr "Unable to generate output, Check log files"
|
488
495
|
|
489
496
|
msgid "Unable to reject Salt key for %s"
|
490
497
|
msgstr "Unable to reject Salt key for %s"
|
@@ -492,8 +499,8 @@ msgstr "Unable to reject Salt key for %s"
|
|
492
499
|
msgid "Unable to run Salt state.highstate for %s"
|
493
500
|
msgstr "Unable to run Salt state.highstate for %s"
|
494
501
|
|
495
|
-
msgid "Unable to set Salt autosign for %s"
|
496
|
-
msgstr "
|
502
|
+
msgid "Unable to set Salt autosign hostname for %s"
|
503
|
+
msgstr ""
|
497
504
|
|
498
505
|
msgid "Unaccepted"
|
499
506
|
msgstr "Unaccepted"
|
@@ -507,6 +514,9 @@ msgstr "Update a Salt Key"
|
|
507
514
|
msgid "Update a minion"
|
508
515
|
msgstr "Update a minion"
|
509
516
|
|
517
|
+
msgid "Update the Salt parameters of a host group"
|
518
|
+
msgstr ""
|
519
|
+
|
510
520
|
msgid "Updated hosts: changed salt environment"
|
511
521
|
msgstr ""
|
512
522
|
|