foreman_discovery 21.0.2 → 21.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d32249f5c98624ae023a6975e6eea66482dd39d7a45e827f266ec2f95736bb16
4
- data.tar.gz: 6618c64182a17f330b959e7fdd7fd7b492ea62dd23f4c3d2e5075db22d5be6d6
3
+ metadata.gz: f46a7cb5e8d9844eab1344f89727588ea50ac3a4b4132b9f57b31c59890654f4
4
+ data.tar.gz: 616421f009b108959eb3620b962a34ae1272cf0aaeee05969b531cbe9c23062d
5
5
  SHA512:
6
- metadata.gz: bf903b6db9cb5f294acf140b5fec570c9116a9f3a143d1c43e1021e3df644493443ffc708d117658aaca4658056273b87ff3e2fc1429dae6a514ea5bced27a8a
7
- data.tar.gz: a2a06e0006bd674b35237a3a8bf70e67cddfe8abdaad08ed69c3049526023c77d7aa157affdc3701c9109b276f020a44557d3248d91c3b02547607d4876fcfcf
6
+ metadata.gz: c58e346d7b486ac0fe4d0e97abd4253af4f80d5f3bcd1895e9e989a53b75deb41570485c29126f43346714cacdb06dedf4ae7e20eed399132e93c964b92f07dd
7
+ data.tar.gz: 05353a4e56ddec1d1c2d97c127b8c18d34bc69055404d98893eec32922e43a24bbfcee5ba5f422f4c0252724ccab544b3c50406197eae8d5cb325ab01f4f0bd5
@@ -63,8 +63,8 @@ module ForemanDiscovery
63
63
  type: :string,
64
64
  collection: Proc.new { Hash[[['', '']].concat Organization.all.map{|org| [org[:title], org[:title]]}] },
65
65
  default: "",
66
- full_name: N_("Discovery location"),
67
- description: N_("The default location to place discovered hosts in")
66
+ full_name: N_("Discovery organization"),
67
+ description: N_("The default organization to place discovered hosts in")
68
68
 
69
69
  setting "discovery_fact",
70
70
  type: :string,
@@ -1,3 +1,3 @@
1
1
  module ForemanDiscovery
2
- VERSION = "21.0.2"
2
+ VERSION = "21.0.3"
3
3
  end
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: 21.0.2
4
+ version: 21.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aditi Puntambekar
@@ -14,6 +14,7 @@ authors:
14
14
  - Avi Sharvit
15
15
  - Bryan Kearney
16
16
  - bshuster
17
+ - ChairmanTubeAmp
17
18
  - Daniel Lobato
18
19
  - Daniel Lobato Garcia
19
20
  - Daniel Lobato García
@@ -26,7 +27,6 @@ authors:
26
27
  - Ewoud Kohl van Wijngaarden
27
28
  - Frank Wall
28
29
  - Greg Sutcliffe
29
- - ChairmanTubeAmp
30
30
  - Ido Kanner
31
31
  - imriz
32
32
  - Imri Zvik
@@ -48,10 +48,11 @@ authors:
48
48
  - Matt Jarvis
49
49
  - Michael Moll
50
50
  - Nick
51
+ - nofar
51
52
  - odovzhenko
52
53
  - Ohad Levy
53
- - Ondrej Prazak
54
54
  - Ondřej Ezr
55
+ - Ondrej Prazak
55
56
  - Ori Rabin
56
57
  - orrabin
57
58
  - Partha Aji
@@ -76,7 +77,7 @@ authors:
76
77
  autorequire:
77
78
  bindir: bin
78
79
  cert_chain: []
79
- date: 2022-08-08 00:00:00.000000000 Z
80
+ date: 2022-09-06 00:00:00.000000000 Z
80
81
  dependencies: []
81
82
  description: MaaS Discovery Plugin engine for Foreman
82
83
  email: gsutclif@redhat.com
@@ -316,18 +317,6 @@ signing_key:
316
317
  specification_version: 4
317
318
  summary: MaaS Discovery Plugin for Foreman
318
319
  test_files:
319
- - test/unit/discovered_extensions_test.rb
320
- - test/unit/discovered_mailer_test.rb
321
- - test/unit/discovery_attribute_set_test.rb
322
- - test/unit/discovery_rule_test.rb
323
- - test/unit/discovery_taxonomy_extensions_test.rb
324
- - test/unit/fact_parser_test.rb
325
- - test/unit/fact_to_category_resolver_test.rb
326
- - test/unit/lldp_neighbors_test.rb
327
- - test/unit/managed_extensions_test.rb
328
- - test/unit/ui_notifications/destroy_host_test.rb
329
- - test/unit/ui_notifications/new_host_test.rb
330
- - test/unit/host_discovered_test.rb
331
320
  - test/factories/discovery_host_related.rb
332
321
  - test/factories/discovery_rule_related.rb
333
322
  - test/facts/bond0-eth0-eth1-active-passive.json
@@ -349,9 +338,21 @@ test_files:
349
338
  - test/functional/api/v2/discovered_hosts_controller_test.rb
350
339
  - test/functional/api/v2/discovery_rules_controller_test.rb
351
340
  - test/functional/api/v2/fact_value_extensions_test.rb
352
- - test/functional/discovery_rules_controller_test.rb
353
341
  - test/functional/foreman_discovery/concerns/hosts_controller_extensions_test.rb
342
+ - test/functional/discovery_rules_controller_test.rb
354
343
  - test/functional/discovered_hosts_controller_test.rb
355
344
  - test/integration/discovered_hosts_test.rb
345
+ - test/unit/ui_notifications/destroy_host_test.rb
346
+ - test/unit/ui_notifications/new_host_test.rb
347
+ - test/unit/discovered_extensions_test.rb
348
+ - test/unit/discovered_mailer_test.rb
349
+ - test/unit/discovery_attribute_set_test.rb
350
+ - test/unit/discovery_rule_test.rb
351
+ - test/unit/discovery_taxonomy_extensions_test.rb
352
+ - test/unit/fact_parser_test.rb
353
+ - test/unit/fact_to_category_resolver_test.rb
354
+ - test/unit/lldp_neighbors_test.rb
355
+ - test/unit/host_discovered_test.rb
356
+ - test/unit/managed_extensions_test.rb
356
357
  - test/test_helper_discovery.rb
357
358
  - test/test_plugin_helper.rb