foreman_discovery 19.0.4 → 19.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/foreman_discovery/engine.rb +1 -1
- data/lib/foreman_discovery/version.rb +1 -1
- metadata +35 -35
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2d82b5ffe2a3ca76a0696ae862c4f6108a9728e6547f45884a63f8f9786bd87e
|
4
|
+
data.tar.gz: 3dc9931563de9407620f06d5c14c128f0409e762a3d0c55777084af31a4579ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d1603c83fb6334a36e8e43a01437581c031a63c6cafdb1ce777edb91a8a82b6716be1965bfe132cb10737a124c0a180caee4e82ee265fed13c9eb2408f792d9
|
7
|
+
data.tar.gz: fcb4dd77d044943b182f3e399fa3d8a08f2301a81162f9da95e7a8f52570df201a73e3a8438753dc7f96b17d2bc69226f1b3eccca3f5d224f2b4e2b6e215654e
|
@@ -147,7 +147,7 @@ module ForemanDiscovery
|
|
147
147
|
:edit_discovery_rules,
|
148
148
|
:destroy_discovery_rules,
|
149
149
|
]
|
150
|
-
if defined?(ForemanPuppet::
|
150
|
+
if defined?(ForemanPuppet::Engine)
|
151
151
|
MANAGER += [ :view_environments, :view_puppetclasses ]
|
152
152
|
end
|
153
153
|
role "Discovery Reader", READER, "Role granting permissions to view discovered hosts"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_discovery
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 19.0.
|
4
|
+
version: 19.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aditi Puntambekar
|
@@ -74,7 +74,7 @@ authors:
|
|
74
74
|
autorequire:
|
75
75
|
bindir: bin
|
76
76
|
cert_chain: []
|
77
|
-
date: 2022-
|
77
|
+
date: 2022-07-11 00:00:00.000000000 Z
|
78
78
|
dependencies: []
|
79
79
|
description: MaaS Discovery Plugin engine for Foreman
|
80
80
|
email: gsutclif@redhat.com
|
@@ -309,47 +309,47 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
309
309
|
- !ruby/object:Gem::Version
|
310
310
|
version: '0'
|
311
311
|
requirements: []
|
312
|
-
rubygems_version: 3.
|
312
|
+
rubygems_version: 3.3.7
|
313
313
|
signing_key:
|
314
314
|
specification_version: 4
|
315
315
|
summary: MaaS Discovery Plugin for Foreman
|
316
316
|
test_files:
|
317
|
-
- test/
|
318
|
-
- test/
|
319
|
-
- test/
|
320
|
-
- test/
|
321
|
-
- test/
|
322
|
-
- test/
|
323
|
-
- test/
|
324
|
-
- test/
|
325
|
-
- test/
|
326
|
-
- test/
|
327
|
-
- test/
|
328
|
-
- test/
|
329
|
-
- test/
|
330
|
-
- test/
|
331
|
-
- test/unit/discovery_rule_test.rb
|
332
|
-
- test/test_helper_discovery.rb
|
317
|
+
- test/functional/discovery_rules_controller_test.rb
|
318
|
+
- test/functional/api/v2/discovery_rules_controller_test.rb
|
319
|
+
- test/functional/api/v2/fact_value_extensions_test.rb
|
320
|
+
- test/functional/api/v2/discovered_hosts_controller_test.rb
|
321
|
+
- test/functional/foreman_discovery/concerns/hosts_controller_extensions_test.rb
|
322
|
+
- test/functional/discovered_hosts_controller_test.rb
|
323
|
+
- test/facts/regular_host.json
|
324
|
+
- test/facts/rhel7-vlan.json
|
325
|
+
- test/facts/facts_with_lldp_bond_candidate.json
|
326
|
+
- test/facts/rhel-r730.json
|
327
|
+
- test/facts/default.json
|
328
|
+
- test/facts/pxeless-vlan.json
|
329
|
+
- test/facts/bond0-eth0-eth1-active-passive.json
|
330
|
+
- test/facts/suse-vmware.json
|
333
331
|
- test/facts/dell_npars.json
|
334
|
-
- test/facts/dell_vlan.json
|
335
332
|
- test/facts/facts_with_lldp.json
|
336
|
-
- test/facts/
|
337
|
-
- test/facts/rhel-dl380-1kdisks.json
|
338
|
-
- test/facts/rhel-r730.json
|
333
|
+
- test/facts/dell_vlan.json
|
339
334
|
- test/facts/only-ipv6.json
|
340
335
|
- test/facts/vmware_local.json
|
341
|
-
- test/facts/regular_host.json
|
342
|
-
- test/facts/rhel7-vlan.json
|
343
|
-
- test/facts/bond0-eth0-eth1-active-passive.json
|
344
336
|
- test/facts/skylake-ipv6.json
|
345
|
-
- test/facts/pxeless-vlan.json
|
346
|
-
- test/facts/suse-vmware.json
|
347
|
-
- test/facts/facts_with_lldp_bond_candidate.json
|
348
337
|
- test/facts/simple-bond.json
|
349
|
-
- test/
|
350
|
-
- test/
|
351
|
-
- test/
|
352
|
-
- test/
|
353
|
-
- test/
|
354
|
-
- test/
|
338
|
+
- test/facts/rhel-dl380-1kdisks.json
|
339
|
+
- test/unit/lldp_neighbors_test.rb
|
340
|
+
- test/unit/managed_extensions_test.rb
|
341
|
+
- test/unit/discovery_attribute_set_test.rb
|
342
|
+
- test/unit/host_discovered_test.rb
|
343
|
+
- test/unit/discovered_extensions_test.rb
|
344
|
+
- test/unit/discovery_rule_test.rb
|
345
|
+
- test/unit/discovery_taxonomy_extensions_test.rb
|
346
|
+
- test/unit/discovered_mailer_test.rb
|
347
|
+
- test/unit/ui_notifications/new_host_test.rb
|
348
|
+
- test/unit/ui_notifications/destroy_host_test.rb
|
349
|
+
- test/unit/fact_to_category_resolver_test.rb
|
350
|
+
- test/unit/fact_parser_test.rb
|
351
|
+
- test/test_helper_discovery.rb
|
355
352
|
- test/integration/discovered_hosts_test.rb
|
353
|
+
- test/test_plugin_helper.rb
|
354
|
+
- test/factories/discovery_rule_related.rb
|
355
|
+
- test/factories/discovery_host_related.rb
|