foreman_puppet 5.0.0 → 5.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.
- checksums.yaml +4 -4
- data/README.md +5 -7
- data/Rakefile +0 -5
- data/app/graphgl/foreman_puppet/types/environment.rb +1 -4
- data/app/graphgl/foreman_puppet/types/puppetclass.rb +1 -4
- data/app/models/foreman_puppet/puppetclass.rb +2 -2
- data/lib/foreman_puppet/register.rb +1 -1
- data/lib/foreman_puppet/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ca/foreman_puppet.edit.po +1221 -0
- data/locale/ca/foreman_puppet.po +41 -7
- data/locale/ca/foreman_puppet.po.time_stamp +0 -0
- data/locale/cs_CZ/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/cs_CZ/foreman_puppet.edit.po +1208 -0
- data/locale/cs_CZ/foreman_puppet.po +42 -8
- data/locale/cs_CZ/foreman_puppet.po.time_stamp +0 -0
- data/locale/de/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/de/foreman_puppet.edit.po +1300 -0
- data/locale/de/foreman_puppet.po +46 -12
- data/locale/de/foreman_puppet.po.time_stamp +0 -0
- data/locale/en/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/en/foreman_puppet.edit.po +998 -0
- data/locale/en/foreman_puppet.po +38 -5
- data/locale/en/foreman_puppet.po.time_stamp +0 -0
- data/locale/en/foreman_puppet.pox +0 -0
- data/locale/en_GB/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/en_GB/foreman_puppet.edit.po +1197 -0
- data/locale/en_GB/foreman_puppet.po +41 -7
- data/locale/en_GB/foreman_puppet.po.time_stamp +0 -0
- data/locale/es/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/es/foreman_puppet.edit.po +1275 -0
- data/locale/es/foreman_puppet.po +74 -38
- data/locale/es/foreman_puppet.po.time_stamp +0 -0
- data/locale/foreman_puppet.pot +71 -18
- data/locale/fr/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/fr/foreman_puppet.edit.po +1290 -0
- data/locale/fr/foreman_puppet.po +65 -28
- data/locale/fr/foreman_puppet.po.time_stamp +0 -0
- data/locale/gl/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/gl/foreman_puppet.edit.po +1203 -0
- data/locale/gl/foreman_puppet.po +41 -7
- data/locale/gl/foreman_puppet.po.time_stamp +0 -0
- data/locale/it/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/it/foreman_puppet.edit.po +1233 -0
- data/locale/it/foreman_puppet.po +44 -9
- data/locale/it/foreman_puppet.po.time_stamp +0 -0
- data/locale/ja/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ja/foreman_puppet.edit.po +1223 -0
- data/locale/ja/foreman_puppet.po +58 -24
- data/locale/ja/foreman_puppet.po.time_stamp +0 -0
- data/locale/ka/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ka/foreman_puppet.po +873 -0
- data/locale/ko/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ko/foreman_puppet.edit.po +1197 -0
- data/locale/ko/foreman_puppet.po +42 -8
- data/locale/ko/foreman_puppet.po.time_stamp +0 -0
- data/locale/messages.mo +0 -0
- data/locale/nl_NL/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/nl_NL/foreman_puppet.edit.po +1228 -0
- data/locale/nl_NL/foreman_puppet.po +41 -7
- data/locale/nl_NL/foreman_puppet.po.time_stamp +0 -0
- data/locale/pl/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/pl/foreman_puppet.edit.po +1238 -0
- data/locale/pl/foreman_puppet.po +42 -8
- data/locale/pl/foreman_puppet.po.time_stamp +0 -0
- data/locale/pt_BR/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/pt_BR/foreman_puppet.edit.po +1281 -0
- data/locale/pt_BR/foreman_puppet.po +75 -40
- data/locale/pt_BR/foreman_puppet.po.time_stamp +0 -0
- data/locale/ru/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ru/foreman_puppet.edit.po +1240 -0
- data/locale/ru/foreman_puppet.po +42 -8
- data/locale/ru/foreman_puppet.po.time_stamp +0 -0
- data/locale/sv_SE/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/sv_SE/foreman_puppet.edit.po +1205 -0
- data/locale/sv_SE/foreman_puppet.po +41 -7
- data/locale/sv_SE/foreman_puppet.po.time_stamp +0 -0
- data/locale/zh_CN/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/zh_CN/foreman_puppet.edit.po +1212 -0
- data/locale/zh_CN/foreman_puppet.po +63 -29
- data/locale/zh_CN/foreman_puppet.po.time_stamp +0 -0
- data/locale/zh_TW/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/zh_TW/foreman_puppet.edit.po +1197 -0
- data/locale/zh_TW/foreman_puppet.po +42 -8
- data/locale/zh_TW/foreman_puppet.po.time_stamp +0 -0
- data/test/graphql/mutations/hosts/create_mutation_test.rb +1 -2
- data/test/unit/foreman_puppet/global_id_test.rb +13 -0
- data/webpack/src/Components/Environments/Welcome.js +24 -5
- data/webpack/src/Extends/Host/PuppetTab/index.js +2 -0
- metadata +100 -58
|
@@ -5,15 +5,16 @@
|
|
|
5
5
|
#
|
|
6
6
|
# Translators:
|
|
7
7
|
# ChrisLee <chris_lee@hiiir.com>, 2021
|
|
8
|
-
#
|
|
9
|
-
#
|
|
8
|
+
# Bryan Kearney <bryan.kearney@gmail.com>, 2022
|
|
9
|
+
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2022
|
|
10
10
|
#
|
|
11
|
+
#, fuzzy
|
|
11
12
|
msgid ""
|
|
12
13
|
msgstr ""
|
|
13
|
-
"Project-Id-Version: foreman_puppet
|
|
14
|
+
"Project-Id-Version: foreman_puppet 5.0.0\n"
|
|
14
15
|
"Report-Msgid-Bugs-To: \n"
|
|
15
16
|
"PO-Revision-Date: 2021-02-03 16:30+0000\n"
|
|
16
|
-
"Last-Translator:
|
|
17
|
+
"Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4, 2022\n"
|
|
17
18
|
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/foreman/teams/114/z"
|
|
18
19
|
"h_TW/)\n"
|
|
19
20
|
"MIME-Version: 1.0\n"
|
|
@@ -88,7 +89,7 @@ msgstr "所有環境 -(未篩選)"
|
|
|
88
89
|
msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
|
|
89
90
|
msgstr ""
|
|
90
91
|
|
|
91
|
-
msgid "
|
|
92
|
+
msgid "Assigned classes"
|
|
92
93
|
msgstr ""
|
|
93
94
|
|
|
94
95
|
msgid "Available Classes"
|
|
@@ -106,9 +107,6 @@ msgstr ""
|
|
|
106
107
|
msgid "Cancel"
|
|
107
108
|
msgstr "取消"
|
|
108
109
|
|
|
109
|
-
msgid "Certificates"
|
|
110
|
-
msgstr ""
|
|
111
|
-
|
|
112
110
|
msgid "Change Environment"
|
|
113
111
|
msgstr "更改環境"
|
|
114
112
|
|
|
@@ -151,6 +149,9 @@ msgstr ""
|
|
|
151
149
|
msgid "Config Management"
|
|
152
150
|
msgstr ""
|
|
153
151
|
|
|
152
|
+
msgid "Couldn't find any ENC data for this host"
|
|
153
|
+
msgstr ""
|
|
154
|
+
|
|
154
155
|
msgid "Create Config Group"
|
|
155
156
|
msgstr ""
|
|
156
157
|
|
|
@@ -229,6 +230,9 @@ msgstr ""
|
|
|
229
230
|
msgid "Duration in minutes after servers reporting via Puppet are classed as out of sync."
|
|
230
231
|
msgstr ""
|
|
231
232
|
|
|
233
|
+
msgid "ENC Preview"
|
|
234
|
+
msgstr ""
|
|
235
|
+
|
|
232
236
|
msgid "ENC environment"
|
|
233
237
|
msgstr "ENC 環境"
|
|
234
238
|
|
|
@@ -244,6 +248,9 @@ msgstr "空的環境"
|
|
|
244
248
|
msgid "Environment"
|
|
245
249
|
msgstr "環境"
|
|
246
250
|
|
|
251
|
+
msgid "Environment name"
|
|
252
|
+
msgstr "環境名稱"
|
|
253
|
+
|
|
247
254
|
msgid "Environment only"
|
|
248
255
|
msgstr "只有環境"
|
|
249
256
|
|
|
@@ -253,6 +260,9 @@ msgstr "環境"
|
|
|
253
260
|
msgid "Environment|Name"
|
|
254
261
|
msgstr "名稱"
|
|
255
262
|
|
|
263
|
+
msgid "Error!"
|
|
264
|
+
msgstr ""
|
|
265
|
+
|
|
256
266
|
msgid "Facts"
|
|
257
267
|
msgstr "詳情"
|
|
258
268
|
|
|
@@ -292,6 +302,9 @@ msgstr "Foreman 會藉由主機的環境之詳情來更新它"
|
|
|
292
302
|
msgid "General"
|
|
293
303
|
msgstr "一般"
|
|
294
304
|
|
|
305
|
+
msgid "Help"
|
|
306
|
+
msgstr "協助"
|
|
307
|
+
|
|
295
308
|
msgid "Host Groups"
|
|
296
309
|
msgstr "主機群組"
|
|
297
310
|
|
|
@@ -577,6 +590,9 @@ msgstr "Puppet"
|
|
|
577
590
|
msgid "Puppet CA"
|
|
578
591
|
msgstr "Puppet CA"
|
|
579
592
|
|
|
593
|
+
msgid "Puppet CA Smart Proxy"
|
|
594
|
+
msgstr ""
|
|
595
|
+
|
|
580
596
|
msgid "Puppet Class"
|
|
581
597
|
msgstr "Puppet 類別"
|
|
582
598
|
|
|
@@ -598,9 +614,18 @@ msgstr "Puppet 環境"
|
|
|
598
614
|
msgid "Puppet Modules"
|
|
599
615
|
msgstr "Puppet 模組"
|
|
600
616
|
|
|
617
|
+
msgid "Puppet Smart Proxy"
|
|
618
|
+
msgstr ""
|
|
619
|
+
|
|
601
620
|
msgid "Puppet YAML"
|
|
602
621
|
msgstr ""
|
|
603
622
|
|
|
623
|
+
msgid "Puppet details"
|
|
624
|
+
msgstr ""
|
|
625
|
+
|
|
626
|
+
msgid "Puppet environment"
|
|
627
|
+
msgstr ""
|
|
628
|
+
|
|
604
629
|
msgid "Puppet environments"
|
|
605
630
|
msgstr "Puppet 環境"
|
|
606
631
|
|
|
@@ -640,6 +665,9 @@ msgstr "移除此置換"
|
|
|
640
665
|
msgid "Remove:"
|
|
641
666
|
msgstr "移除:"
|
|
642
667
|
|
|
668
|
+
msgid "Reports"
|
|
669
|
+
msgstr "報告"
|
|
670
|
+
|
|
643
671
|
msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
|
|
644
672
|
msgstr "必要的參數未提供值。<br/><b>請覆寫!</b> <br/>"
|
|
645
673
|
|
|
@@ -685,6 +713,9 @@ msgstr "智慧類別參數"
|
|
|
685
713
|
msgid "Smart Class Parameters"
|
|
686
714
|
msgstr ""
|
|
687
715
|
|
|
716
|
+
msgid "Smart class parameters"
|
|
717
|
+
msgstr "智慧類別參數"
|
|
718
|
+
|
|
688
719
|
msgid "Some Puppet Classes are unavailable in the selected environment"
|
|
689
720
|
msgstr ""
|
|
690
721
|
|
|
@@ -729,6 +760,9 @@ msgstr "此 puppet master 上並未設定 puppet 環境。請檢查 puppet maste
|
|
|
729
760
|
msgid "This Puppet class has no parameters in its signature."
|
|
730
761
|
msgstr "此 puppet 類別的簽章中沒有參數。"
|
|
731
762
|
|
|
763
|
+
msgid "This tab is still a work in progress"
|
|
764
|
+
msgstr ""
|
|
765
|
+
|
|
732
766
|
msgid "This will reset parameters of the class %s to their default values. Continue?"
|
|
733
767
|
msgstr "這會將類別 %s 的參數重設為其預設值。是否要繼續進行?"
|
|
734
768
|
|
|
File without changes
|
|
@@ -76,7 +76,6 @@ module ForemanPuppet
|
|
|
76
76
|
organizationId: $organizationId,
|
|
77
77
|
domainId: $domainId,
|
|
78
78
|
operatingsystemId: $operatingsystemId,
|
|
79
|
-
architectureId: $architectureId,
|
|
80
79
|
ptableId: $ptableId,
|
|
81
80
|
mediumId: $mediumId,
|
|
82
81
|
puppetclassIds: $puppetclassIds,
|
|
@@ -108,7 +107,7 @@ module ForemanPuppet
|
|
|
108
107
|
assert_equal 1, host.interfaces.count
|
|
109
108
|
interface = host.interfaces.first
|
|
110
109
|
assert_equal 'Nic::Bond', interface.type
|
|
111
|
-
|
|
110
|
+
assert_same_elements %w[eth0 eth1], JSON.parse(interface.attached_to)
|
|
112
111
|
assert_equal 'bond0', interface.identifier
|
|
113
112
|
assert interface.primary
|
|
114
113
|
assert interface.provision
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
require 'test_puppet_helper'
|
|
2
|
+
|
|
3
|
+
module ForemanPuppet
|
|
4
|
+
class GlobalIdTest < ActiveSupport::TestCase
|
|
5
|
+
describe '.for' do
|
|
6
|
+
let(:environment) { FactoryBot.create(:environment) }
|
|
7
|
+
|
|
8
|
+
test 'generates id that contains modulized model name' do
|
|
9
|
+
assert_equal Foreman::GlobalId.encode('ForemanPuppet::Environment', environment.id), Foreman::GlobalId.for(environment)
|
|
10
|
+
end
|
|
11
|
+
end
|
|
12
|
+
end
|
|
13
|
+
end
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
|
+
import { FormattedMessage } from 'react-intl';
|
|
3
4
|
import { translate as __ } from 'foremanReact/common/I18n';
|
|
4
5
|
import EmptyState from 'foremanReact/components/common/EmptyState';
|
|
5
6
|
import { foremanUrl, getManualURL } from 'foremanReact/common/helpers';
|
|
@@ -10,16 +11,34 @@ export const WelcomeEnv = ({ canCreate }) => {
|
|
|
10
11
|
url: foremanUrl('/foreman_puppet/environments/new'),
|
|
11
12
|
};
|
|
12
13
|
|
|
13
|
-
const
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
const description = (
|
|
15
|
+
<>
|
|
16
|
+
<FormattedMessage
|
|
17
|
+
id="puppetenv-welcome"
|
|
18
|
+
defaultMessage={__(
|
|
19
|
+
'If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.{newLine}This information is commonly imported from a pre-existing Puppet configuration by the use of the {puppetClasses}.'
|
|
20
|
+
)}
|
|
21
|
+
values={{
|
|
22
|
+
newLine: <br />,
|
|
23
|
+
puppetClasses: (
|
|
24
|
+
<a
|
|
25
|
+
target="_blank"
|
|
26
|
+
href={getManualURL('4.2.2Classes')}
|
|
27
|
+
rel="noreferrer"
|
|
28
|
+
>
|
|
29
|
+
{__('Puppet classes and environment importer')}
|
|
30
|
+
</a>
|
|
31
|
+
),
|
|
32
|
+
}}
|
|
33
|
+
/>
|
|
34
|
+
</>
|
|
35
|
+
);
|
|
17
36
|
return (
|
|
18
37
|
<EmptyState
|
|
19
38
|
icon="th"
|
|
20
39
|
iconType="fa"
|
|
21
40
|
header={__('Environments')}
|
|
22
|
-
description={
|
|
41
|
+
description={description}
|
|
23
42
|
documentation={{ url: getManualURL('4.2.1Environments') }}
|
|
24
43
|
action={action}
|
|
25
44
|
/>
|
|
@@ -21,6 +21,8 @@ const PuppetTab = ({ response, status, location: { pathname } }) => {
|
|
|
21
21
|
{SECONDARY_TABS.map(({ key, title }) => (
|
|
22
22
|
<Tab
|
|
23
23
|
key={key}
|
|
24
|
+
id={`puppet-subtab-${key}`}
|
|
25
|
+
ouiaId={`puppet-subtab-${key}`}
|
|
24
26
|
eventKey={key}
|
|
25
27
|
title={<TabTitleText>{title}</TabTitleText>}
|
|
26
28
|
/>
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_puppet
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.
|
|
4
|
+
version: 5.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ondřej Ezr
|
|
8
8
|
- Shira Maximov
|
|
9
|
-
autorequire:
|
|
9
|
+
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2023-02-21 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: Allow assigning Puppet environments and classes to the Foreman Hosts.
|
|
15
15
|
email:
|
|
@@ -218,43 +218,83 @@ files:
|
|
|
218
218
|
- locale/Makefile
|
|
219
219
|
- locale/action_names.rb
|
|
220
220
|
- locale/ca/LC_MESSAGES/foreman_puppet.mo
|
|
221
|
+
- locale/ca/foreman_puppet.edit.po
|
|
221
222
|
- locale/ca/foreman_puppet.po
|
|
223
|
+
- locale/ca/foreman_puppet.po.time_stamp
|
|
222
224
|
- locale/cs_CZ/LC_MESSAGES/foreman_puppet.mo
|
|
225
|
+
- locale/cs_CZ/foreman_puppet.edit.po
|
|
223
226
|
- locale/cs_CZ/foreman_puppet.po
|
|
227
|
+
- locale/cs_CZ/foreman_puppet.po.time_stamp
|
|
224
228
|
- locale/de/LC_MESSAGES/foreman_puppet.mo
|
|
229
|
+
- locale/de/foreman_puppet.edit.po
|
|
225
230
|
- locale/de/foreman_puppet.po
|
|
231
|
+
- locale/de/foreman_puppet.po.time_stamp
|
|
226
232
|
- locale/en/LC_MESSAGES/foreman_puppet.mo
|
|
233
|
+
- locale/en/foreman_puppet.edit.po
|
|
227
234
|
- locale/en/foreman_puppet.po
|
|
235
|
+
- locale/en/foreman_puppet.po.time_stamp
|
|
236
|
+
- locale/en/foreman_puppet.pox
|
|
228
237
|
- locale/en_GB/LC_MESSAGES/foreman_puppet.mo
|
|
238
|
+
- locale/en_GB/foreman_puppet.edit.po
|
|
229
239
|
- locale/en_GB/foreman_puppet.po
|
|
240
|
+
- locale/en_GB/foreman_puppet.po.time_stamp
|
|
230
241
|
- locale/es/LC_MESSAGES/foreman_puppet.mo
|
|
242
|
+
- locale/es/foreman_puppet.edit.po
|
|
231
243
|
- locale/es/foreman_puppet.po
|
|
244
|
+
- locale/es/foreman_puppet.po.time_stamp
|
|
232
245
|
- locale/foreman_puppet.pot
|
|
233
246
|
- locale/fr/LC_MESSAGES/foreman_puppet.mo
|
|
247
|
+
- locale/fr/foreman_puppet.edit.po
|
|
234
248
|
- locale/fr/foreman_puppet.po
|
|
249
|
+
- locale/fr/foreman_puppet.po.time_stamp
|
|
235
250
|
- locale/gemspec.rb
|
|
236
251
|
- locale/gl/LC_MESSAGES/foreman_puppet.mo
|
|
252
|
+
- locale/gl/foreman_puppet.edit.po
|
|
237
253
|
- locale/gl/foreman_puppet.po
|
|
254
|
+
- locale/gl/foreman_puppet.po.time_stamp
|
|
238
255
|
- locale/it/LC_MESSAGES/foreman_puppet.mo
|
|
256
|
+
- locale/it/foreman_puppet.edit.po
|
|
239
257
|
- locale/it/foreman_puppet.po
|
|
258
|
+
- locale/it/foreman_puppet.po.time_stamp
|
|
240
259
|
- locale/ja/LC_MESSAGES/foreman_puppet.mo
|
|
260
|
+
- locale/ja/foreman_puppet.edit.po
|
|
241
261
|
- locale/ja/foreman_puppet.po
|
|
262
|
+
- locale/ja/foreman_puppet.po.time_stamp
|
|
263
|
+
- locale/ka/LC_MESSAGES/foreman_puppet.mo
|
|
264
|
+
- locale/ka/foreman_puppet.po
|
|
242
265
|
- locale/ko/LC_MESSAGES/foreman_puppet.mo
|
|
266
|
+
- locale/ko/foreman_puppet.edit.po
|
|
243
267
|
- locale/ko/foreman_puppet.po
|
|
268
|
+
- locale/ko/foreman_puppet.po.time_stamp
|
|
269
|
+
- locale/messages.mo
|
|
244
270
|
- locale/nl_NL/LC_MESSAGES/foreman_puppet.mo
|
|
271
|
+
- locale/nl_NL/foreman_puppet.edit.po
|
|
245
272
|
- locale/nl_NL/foreman_puppet.po
|
|
273
|
+
- locale/nl_NL/foreman_puppet.po.time_stamp
|
|
246
274
|
- locale/pl/LC_MESSAGES/foreman_puppet.mo
|
|
275
|
+
- locale/pl/foreman_puppet.edit.po
|
|
247
276
|
- locale/pl/foreman_puppet.po
|
|
277
|
+
- locale/pl/foreman_puppet.po.time_stamp
|
|
248
278
|
- locale/pt_BR/LC_MESSAGES/foreman_puppet.mo
|
|
279
|
+
- locale/pt_BR/foreman_puppet.edit.po
|
|
249
280
|
- locale/pt_BR/foreman_puppet.po
|
|
281
|
+
- locale/pt_BR/foreman_puppet.po.time_stamp
|
|
250
282
|
- locale/ru/LC_MESSAGES/foreman_puppet.mo
|
|
283
|
+
- locale/ru/foreman_puppet.edit.po
|
|
251
284
|
- locale/ru/foreman_puppet.po
|
|
285
|
+
- locale/ru/foreman_puppet.po.time_stamp
|
|
252
286
|
- locale/sv_SE/LC_MESSAGES/foreman_puppet.mo
|
|
287
|
+
- locale/sv_SE/foreman_puppet.edit.po
|
|
253
288
|
- locale/sv_SE/foreman_puppet.po
|
|
289
|
+
- locale/sv_SE/foreman_puppet.po.time_stamp
|
|
254
290
|
- locale/zh_CN/LC_MESSAGES/foreman_puppet.mo
|
|
291
|
+
- locale/zh_CN/foreman_puppet.edit.po
|
|
255
292
|
- locale/zh_CN/foreman_puppet.po
|
|
293
|
+
- locale/zh_CN/foreman_puppet.po.time_stamp
|
|
256
294
|
- locale/zh_TW/LC_MESSAGES/foreman_puppet.mo
|
|
295
|
+
- locale/zh_TW/foreman_puppet.edit.po
|
|
257
296
|
- locale/zh_TW/foreman_puppet.po
|
|
297
|
+
- locale/zh_TW/foreman_puppet.po.time_stamp
|
|
258
298
|
- package.json
|
|
259
299
|
- test/controllers/foreman_puppet/api/v2/config_groups_controller_test.rb
|
|
260
300
|
- test/controllers/foreman_puppet/api/v2/environments_controller_test.rb
|
|
@@ -320,6 +360,7 @@ files:
|
|
|
320
360
|
- test/services/foreman_puppet/input_type/puppet_parameter_input_test.rb
|
|
321
361
|
- test/test_puppet_helper.rb
|
|
322
362
|
- test/unit/foreman_puppet/access_permissions_test.rb
|
|
363
|
+
- test/unit/foreman_puppet/global_id_test.rb
|
|
323
364
|
- test/unit/foreman_puppet/puppet_class_importer_test.rb
|
|
324
365
|
- test/unit/foreman_puppet/template_rendering_test.rb
|
|
325
366
|
- test/unit/foreman_puppet_test.rb
|
|
@@ -360,7 +401,7 @@ homepage: https://github.com/theforeman/foreman_puppet
|
|
|
360
401
|
licenses:
|
|
361
402
|
- GPL-3.0
|
|
362
403
|
metadata: {}
|
|
363
|
-
post_install_message:
|
|
404
|
+
post_install_message:
|
|
364
405
|
rdoc_options: []
|
|
365
406
|
require_paths:
|
|
366
407
|
- lib
|
|
@@ -375,75 +416,76 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
375
416
|
- !ruby/object:Gem::Version
|
|
376
417
|
version: '0'
|
|
377
418
|
requirements: []
|
|
378
|
-
rubygems_version: 3.1.
|
|
379
|
-
signing_key:
|
|
419
|
+
rubygems_version: 3.1.2
|
|
420
|
+
signing_key:
|
|
380
421
|
specification_version: 4
|
|
381
422
|
summary: Add Puppet features to Foreman
|
|
382
423
|
test_files:
|
|
383
|
-
- test/
|
|
384
|
-
- test/
|
|
385
|
-
- test/
|
|
386
|
-
- test/
|
|
387
|
-
- test/
|
|
388
|
-
- test/controllers/foreman_puppet/api/v2/provisioning_templates_controller_test.rb
|
|
389
|
-
- test/controllers/foreman_puppet/api/v2/puppetclasses_controller_test.rb
|
|
390
|
-
- test/controllers/foreman_puppet/api/v2/smart_proxies_controller_test.rb
|
|
391
|
-
- test/controllers/foreman_puppet/api/v2/template_combinations_controller_test.rb
|
|
392
|
-
- test/controllers/foreman_puppet/api/v2/environments_controller_test.rb
|
|
393
|
-
- test/controllers/foreman_puppet/api/v2/hosts_controller_test.rb
|
|
394
|
-
- test/controllers/foreman_puppet/api/v2/override_values_controller_test.rb
|
|
395
|
-
- test/controllers/foreman_puppet/api/v2/smart_class_parameters_controller_test.rb
|
|
396
|
-
- test/controllers/foreman_puppet/config_groups_controller_test.rb
|
|
397
|
-
- test/controllers/foreman_puppet/hostgroups_controller_test.rb
|
|
398
|
-
- test/controllers/foreman_puppet/puppet_smart_proxies_controller_test.rb
|
|
399
|
-
- test/controllers/foreman_puppet/puppetclass_lookup_keys_controller_test.rb
|
|
400
|
-
- test/controllers/foreman_puppet/puppetclasses_controller_test.rb
|
|
401
|
-
- test/controllers/foreman_puppet/environments_controller_test.rb
|
|
402
|
-
- test/controllers/foreman_puppet/hosts_controller_test.rb
|
|
403
|
-
- test/controllers/provisioning_templates_controller_test.rb
|
|
404
|
-
- test/factories/foreman_puppet_factories.rb
|
|
405
|
-
- test/factories/host_puppet_enhancements.rb
|
|
406
|
-
- test/factories/proxy_puppet_enhancements.rb
|
|
407
|
-
- test/graphql/mutations/hosts/create_mutation_test.rb
|
|
408
|
-
- test/graphql/queries/environments_query_test.rb
|
|
409
|
-
- test/graphql/queries/host_puppet_query_test.rb
|
|
410
|
-
- test/graphql/queries/hostgroup_puppet_query_test.rb
|
|
411
|
-
- test/graphql/queries/location_query_test.rb
|
|
412
|
-
- test/graphql/queries/organization_query_test.rb
|
|
413
|
-
- test/graphql/queries/puppetclasses_query_test.rb
|
|
414
|
-
- test/graphql/queries/environment_query_test.rb
|
|
415
|
-
- test/graphql/queries/puppetclass_query_test.rb
|
|
416
|
-
- test/helpers/foreman_puppet/hosts_and_hostgroups_helper_test.rb
|
|
424
|
+
- test/unit/foreman_puppet_test.rb
|
|
425
|
+
- test/unit/foreman_puppet/global_id_test.rb
|
|
426
|
+
- test/unit/foreman_puppet/puppet_class_importer_test.rb
|
|
427
|
+
- test/unit/foreman_puppet/template_rendering_test.rb
|
|
428
|
+
- test/unit/foreman_puppet/access_permissions_test.rb
|
|
417
429
|
- test/helpers/foreman_puppet/puppetclass_lookup_keys_helper_test.rb
|
|
430
|
+
- test/helpers/foreman_puppet/hosts_and_hostgroups_helper_test.rb
|
|
418
431
|
- test/helpers/foreman_puppet/puppetclasses_helper_test.rb
|
|
419
432
|
- test/integration/foreman_puppet/dashboard_js_test.rb
|
|
420
|
-
- test/integration/foreman_puppet/environment_js_test.rb
|
|
421
433
|
- test/integration/foreman_puppet/host_js_test.rb
|
|
422
434
|
- test/integration/foreman_puppet/hostgroup_js_test.rb
|
|
423
|
-
- test/integration/foreman_puppet/puppetclass_js_test.rb
|
|
424
435
|
- test/integration/foreman_puppet/smartclass_parameter_js_test.rb
|
|
425
|
-
- test/
|
|
436
|
+
- test/integration/foreman_puppet/puppetclass_js_test.rb
|
|
437
|
+
- test/integration/foreman_puppet/environment_js_test.rb
|
|
438
|
+
- test/factories/foreman_puppet_factories.rb
|
|
439
|
+
- test/factories/host_puppet_enhancements.rb
|
|
440
|
+
- test/factories/proxy_puppet_enhancements.rb
|
|
441
|
+
- test/integration_puppet_helper.rb
|
|
426
442
|
- test/models/foreman_puppet/config_group_test.rb
|
|
427
|
-
- test/models/foreman_puppet/environment_test.rb
|
|
428
|
-
- test/models/foreman_puppet/host_config_group_test.rb
|
|
429
|
-
- test/models/foreman_puppet/hostgroup_puppet_facet_test.rb
|
|
430
|
-
- test/models/foreman_puppet/hostgroup_test.rb
|
|
431
|
-
- test/models/foreman_puppet/lookup_value_test.rb
|
|
432
|
-
- test/models/foreman_puppet/puppetclass_lookup_key_test.rb
|
|
433
443
|
- test/models/foreman_puppet/report_test.rb
|
|
434
|
-
- test/models/foreman_puppet/smart_proxy_test.rb
|
|
435
|
-
- test/models/foreman_puppet/user_test.rb
|
|
436
444
|
- test/models/foreman_puppet/host_puppet_facet_test.rb
|
|
437
445
|
- test/models/foreman_puppet/host_test.rb
|
|
446
|
+
- test/models/foreman_puppet/user_test.rb
|
|
438
447
|
- test/models/foreman_puppet/provisioning_template_test.rb
|
|
448
|
+
- test/models/foreman_puppet/host_config_group_test.rb
|
|
449
|
+
- test/models/foreman_puppet/lookup_value_test.rb
|
|
450
|
+
- test/models/foreman_puppet/hostgroup_test.rb
|
|
451
|
+
- test/models/foreman_puppet/hostgroup_puppet_facet_test.rb
|
|
452
|
+
- test/models/foreman_puppet/puppetclass_lookup_key_test.rb
|
|
453
|
+
- test/models/foreman_puppet/environment_test.rb
|
|
439
454
|
- test/models/foreman_puppet/puppetclass_test.rb
|
|
455
|
+
- test/models/foreman_puppet/config_group_class_test.rb
|
|
456
|
+
- test/models/foreman_puppet/smart_proxy_test.rb
|
|
457
|
+
- test/graphql/queries/hostgroup_puppet_query_test.rb
|
|
458
|
+
- test/graphql/queries/puppetclass_query_test.rb
|
|
459
|
+
- test/graphql/queries/location_query_test.rb
|
|
460
|
+
- test/graphql/queries/organization_query_test.rb
|
|
461
|
+
- test/graphql/queries/puppetclasses_query_test.rb
|
|
462
|
+
- test/graphql/queries/environment_query_test.rb
|
|
463
|
+
- test/graphql/queries/environments_query_test.rb
|
|
464
|
+
- test/graphql/queries/host_puppet_query_test.rb
|
|
465
|
+
- test/graphql/mutations/hosts/create_mutation_test.rb
|
|
466
|
+
- test/test_puppet_helper.rb
|
|
467
|
+
- test/controllers/provisioning_templates_controller_test.rb
|
|
468
|
+
- test/controllers/foreman_puppet/hostgroups_controller_test.rb
|
|
469
|
+
- test/controllers/foreman_puppet/puppetclass_lookup_keys_controller_test.rb
|
|
470
|
+
- test/controllers/foreman_puppet/environments_controller_test.rb
|
|
471
|
+
- test/controllers/foreman_puppet/puppet_smart_proxies_controller_test.rb
|
|
472
|
+
- test/controllers/foreman_puppet/hosts_controller_test.rb
|
|
473
|
+
- test/controllers/foreman_puppet/api/v2/template_combinations_controller_test.rb
|
|
474
|
+
- test/controllers/foreman_puppet/api/v2/smart_class_parameters_controller_test.rb
|
|
475
|
+
- test/controllers/foreman_puppet/api/v2/host_classes_controller_test.rb
|
|
476
|
+
- test/controllers/foreman_puppet/api/v2/hostgroups_controller_test.rb
|
|
477
|
+
- test/controllers/foreman_puppet/api/v2/lookups_common_controller_test.rb
|
|
478
|
+
- test/controllers/foreman_puppet/api/v2/environments_controller_test.rb
|
|
479
|
+
- test/controllers/foreman_puppet/api/v2/hosts_controller_test.rb
|
|
480
|
+
- test/controllers/foreman_puppet/api/v2/hostgroup_classes_controller_test.rb
|
|
481
|
+
- test/controllers/foreman_puppet/api/v2/puppetclasses_controller_test.rb
|
|
482
|
+
- test/controllers/foreman_puppet/api/v2/smart_proxies_controller_test.rb
|
|
483
|
+
- test/controllers/foreman_puppet/api/v2/override_values_controller_test.rb
|
|
484
|
+
- test/controllers/foreman_puppet/api/v2/config_groups_controller_test.rb
|
|
485
|
+
- test/controllers/foreman_puppet/api/v2/provisioning_templates_controller_test.rb
|
|
486
|
+
- test/controllers/foreman_puppet/puppetclasses_controller_test.rb
|
|
487
|
+
- test/controllers/foreman_puppet/config_groups_controller_test.rb
|
|
488
|
+
- test/services/foreman_puppet/input_type/puppet_parameter_input_test.rb
|
|
440
489
|
- test/services/foreman_puppet/host_counter_test.rb
|
|
441
490
|
- test/services/foreman_puppet/host_info_providers/config_groups_info_test.rb
|
|
442
491
|
- test/services/foreman_puppet/host_info_providers/puppet_info_test.rb
|
|
443
|
-
- test/services/foreman_puppet/input_type/puppet_parameter_input_test.rb
|
|
444
|
-
- test/test_puppet_helper.rb
|
|
445
|
-
- test/unit/foreman_puppet/access_permissions_test.rb
|
|
446
|
-
- test/unit/foreman_puppet/puppet_class_importer_test.rb
|
|
447
|
-
- test/unit/foreman_puppet/template_rendering_test.rb
|
|
448
|
-
- test/unit/foreman_puppet_test.rb
|
|
449
|
-
- test/integration_puppet_helper.rb
|