foreman_discovery 20.0.0 → 20.0.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47c5efcec999ce2d2785843302d6208b200a241f78fc30b6479a2d283a544299
|
4
|
+
data.tar.gz: 926e0dbad91b519e476f922e0764404ab43b0ed64ac1f3bc0dec7b1491155c21
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd21c33c9318c10bc3f15aa4857194f79fae5b0cd2a3f4b43b46ed537c66e10016bca54151b9442209f541f88e53868479e8b9d548f63e38e8a584e440de41ea
|
7
|
+
data.tar.gz: 2ed1a0f7cf2169394f58e735a55046ecf3fac8d90df3e23b2a566173af68da74932f891d0237096093b18a7451850653a79d014f0bad0d5df2db8f1297a0087c
|
@@ -47,9 +47,9 @@ Extra options like --reset-vga can be set via "extra" array.
|
|
47
47
|
"initram": "<%= @initrd_uri %>",
|
48
48
|
<% if (@host.operatingsystem.name == 'Fedora' and @host.operatingsystem.major.to_i > 16) or
|
49
49
|
(@host.operatingsystem.name != 'Fedora' and @host.operatingsystem.major.to_i >= 7) -%>
|
50
|
-
"append": "ks=<%= foreman_url('provision') + "&static=yes" %> inst.ks.sendmac <%= "ip=#{ip}::#{gw}:#{mask}:::none nameserver=#{dns} ksdevice=bootif BOOTIF=#{bootif} nomodeset nokaslr " + options.compact.join(' ') %>",
|
50
|
+
"append": "inst.ks=<%= foreman_url('provision') + "&static=yes" %> inst.ks.sendmac <%= "ip=#{ip}::#{gw}:#{mask}:::none nameserver=#{dns} ksdevice=bootif BOOTIF=#{bootif} nomodeset nokaslr " + options.compact.join(' ') %>",
|
51
51
|
<% else -%>
|
52
|
-
"append": "ks=<%= foreman_url('provision') + "&static=yes" %> kssendmac nicdelay=5 <%= "ip=#{ip} netmask=#{mask} gateway=#{gw} dns=#{dns} ksdevice=#{mac} BOOTIF=#{bootif} nomodeset nokaslr " + options.compact.join(' ') %>",
|
52
|
+
"append": "inst.ks=<%= foreman_url('provision') + "&static=yes" %> kssendmac nicdelay=5 <%= "ip=#{ip} netmask=#{mask} gateway=#{gw} dns=#{dns} ksdevice=#{mac} BOOTIF=#{bootif} nomodeset nokaslr " + options.compact.join(' ') %>",
|
53
53
|
<% end -%>
|
54
54
|
"extra": []
|
55
55
|
}
|
@@ -91,7 +91,7 @@ class ManagedExtensionsTest < ActiveSupport::TestCase
|
|
91
91
|
|
92
92
|
test "kexec template is correctly rendered" do
|
93
93
|
expected = {
|
94
|
-
"append" => "ks=http://foreman.some.host.fqdn/unattended/provision&static=yes inst.ks.sendmac ip=::::::none nameserver= ksdevice=bootif BOOTIF= nomodeset nokaslr nomodeset",
|
94
|
+
"append" => "inst.ks=http://foreman.some.host.fqdn/unattended/provision&static=yes inst.ks.sendmac ip=::::::none nameserver= ksdevice=bootif BOOTIF= nomodeset nokaslr nomodeset",
|
95
95
|
"extra" => []
|
96
96
|
}
|
97
97
|
assert @host.operatingsystem.respond_to?(:pxe_type)
|
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: 20.0.
|
4
|
+
version: 20.0.1
|
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:
|
77
|
+
date: 2022-01-20 00:00:00.000000000 Z
|
78
78
|
dependencies: []
|
79
79
|
description: MaaS Discovery Plugin engine for Foreman
|
80
80
|
email: gsutclif@redhat.com
|
@@ -362,10 +362,10 @@ test_files:
|
|
362
362
|
- test/unit/lldp_neighbors_test.rb
|
363
363
|
- test/unit/discovery_rule_test.rb
|
364
364
|
- test/unit/fact_to_category_resolver_test.rb
|
365
|
-
- test/unit/managed_extensions_test.rb
|
366
|
-
- test/unit/host_discovered_test.rb
|
367
365
|
- test/unit/discovered_extensions_test.rb
|
368
366
|
- test/unit/discovery_attribute_set_test.rb
|
369
367
|
- test/unit/fact_parser_test.rb
|
368
|
+
- test/unit/host_discovered_test.rb
|
369
|
+
- test/unit/managed_extensions_test.rb
|
370
370
|
- test/test_helper_discovery.rb
|
371
371
|
- test/test_plugin_helper.rb
|