foreman_discovery 17.0.4 → 17.0.5
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3afee027ea27661c43f2c41f8b1048568f150f8d44b3706935e6419d5528398b
|
|
4
|
+
data.tar.gz: 409956591f74dcc37b242bf64caa2d5d295074915654b1fa73503867518a7370
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4c3260d2118667b2fc1f32dd78fd5aff52ee1bb7ed0c884c369bab920cbc0a9484d1bd91cf8ddbb64dd3556ff51aaddf49f61604e465d23e4db6356e3c872003
|
|
7
|
+
data.tar.gz: 45c9f983ed01b5e1491285be3e9e6e7374dcb218d6c0437947d3d9c2fe6cf88d684a980978feacb11bc2fc6410467489628997b39f0e8ec32fde8a199b3b9b21
|
|
@@ -20,7 +20,7 @@ class DiscoveryRulesController < ApplicationController
|
|
|
20
20
|
end
|
|
21
21
|
|
|
22
22
|
def clone
|
|
23
|
-
@discovery_rule.deep_clone except: [:name, :priority], include: [:organizations, :locations]
|
|
23
|
+
@discovery_rule = @discovery_rule.deep_clone except: [:name, :priority], include: [:organizations, :locations]
|
|
24
24
|
@discovery_rule.priority = DiscoveryRule.suggest_priority
|
|
25
25
|
end
|
|
26
26
|
|
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: 17.0.
|
|
4
|
+
version: 17.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aditi Puntambekar
|
|
@@ -73,7 +73,7 @@ authors:
|
|
|
73
73
|
autorequire:
|
|
74
74
|
bindir: bin
|
|
75
75
|
cert_chain: []
|
|
76
|
-
date: 2021-10-
|
|
76
|
+
date: 2021-10-13 00:00:00.000000000 Z
|
|
77
77
|
dependencies: []
|
|
78
78
|
description: MaaS Discovery Plugin engine for Foreman
|
|
79
79
|
email: gsutclif@redhat.com
|
|
@@ -353,8 +353,8 @@ test_files:
|
|
|
353
353
|
- test/functional/api/v2/fact_value_extensions_test.rb
|
|
354
354
|
- test/functional/api/v2/settings_controller_test.rb
|
|
355
355
|
- test/functional/foreman_discovery/concerns/hosts_controller_extensions_test.rb
|
|
356
|
-
- test/functional/discovered_hosts_controller_test.rb
|
|
357
356
|
- test/functional/discovery_rules_controller_test.rb
|
|
357
|
+
- test/functional/discovered_hosts_controller_test.rb
|
|
358
358
|
- test/integration/discovered_hosts_test.rb
|
|
359
359
|
- test/unit/ui_notifications/destroy_host_test.rb
|
|
360
360
|
- test/unit/ui_notifications/new_host_test.rb
|
|
@@ -363,12 +363,12 @@ test_files:
|
|
|
363
363
|
- test/unit/lldp_neighbors_test.rb
|
|
364
364
|
- test/unit/discovery_rule_test.rb
|
|
365
365
|
- test/unit/fact_to_category_resolver_test.rb
|
|
366
|
+
- test/unit/managed_extensions_test.rb
|
|
367
|
+
- test/unit/host_discovered_test.rb
|
|
366
368
|
- test/unit/discovered_extensions_test.rb
|
|
367
369
|
- test/unit/discovery_attribute_set_test.rb
|
|
368
370
|
- test/unit/fact_parser_test.rb
|
|
369
371
|
- test/unit/setting_discovered_test.rb
|
|
370
|
-
- test/unit/managed_extensions_test.rb
|
|
371
|
-
- test/unit/host_discovered_test.rb
|
|
372
372
|
- test/models/setting_test.rb
|
|
373
373
|
- test/test_helper_discovery.rb
|
|
374
374
|
- test/test_plugin_helper.rb
|