setup_oob 0.0.2 → 0.0.3
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/CHANGELOG.md +5 -0
- data/README.md +6 -1
- data/bin/setup-oob +1 -1
- data/lib/setup_oob/command/smc.rb +1 -1
- data/lib/setup_oob/version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f3a93919678e2246cd785a74270e4fa4ea3fdeff672cc5297a49499d2ad5957d
|
|
4
|
+
data.tar.gz: a294bc86ab47251df59da69e8531fda1362c0eb8fc39900ae8b57295600b44e5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f542cdc28aa71b2ca0d6859213e0784ea56a5b555ed8e7d7abcc37393316e2f7905d20ee1ecf5fbd978e607e59118430e3edc5f45c22418cec2eaa0cf9236ccd
|
|
7
|
+
data.tar.gz: d3bc7d12c434d742a0948eabbbc2f48feefdcae3f3180a8f145da5f1216ad77565814d016a82984f23736b99b6506fa5710427f5b050c916059b35f5226423c0
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# Setup OOB
|
|
2
2
|
|
|
3
|
-
[](https://github.com/jaymzh/setup-oob/actions?query=workflow%3AContinuous%20Integration)
|
|
4
|
+
|
|
5
|
+
*NOTE*: This is a fork of
|
|
6
|
+
[viariousinc/setup-oob](https://github.com/vicariousinc/setup-oob) which is
|
|
7
|
+
defunct. This is now the official respository, feel free to send PRs or issues
|
|
8
|
+
here.
|
|
4
9
|
|
|
5
10
|
This is a utility for configuring out-of-band management systems from within
|
|
6
11
|
the running (Linux) OS.
|
data/bin/setup-oob
CHANGED
|
@@ -142,7 +142,7 @@ class SMCCommands
|
|
|
142
142
|
en = out[0] == 1
|
|
143
143
|
# when you check if NTP is enabled, a bunch of extra bytes
|
|
144
144
|
# are passed back that MUST be passed in when enabling NTP
|
|
145
|
-
@_magic = out[1
|
|
145
|
+
@_magic = out[1..]
|
|
146
146
|
logger.debug("NTP enabled: #{en}, magic bytes: #{@_magic}")
|
|
147
147
|
en
|
|
148
148
|
end
|
data/lib/setup_oob/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: setup_oob
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Phil Dibowitz
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir:
|
|
10
10
|
- bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2024-03-27 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: ipaddress
|
|
@@ -40,7 +40,7 @@ dependencies:
|
|
|
40
40
|
- !ruby/object:Gem::Version
|
|
41
41
|
version: '0'
|
|
42
42
|
description: Utility for configuring OOB devices from linux
|
|
43
|
-
email:
|
|
43
|
+
email:
|
|
44
44
|
executables:
|
|
45
45
|
- setup-oob
|
|
46
46
|
extensions: []
|
|
@@ -62,8 +62,9 @@ files:
|
|
|
62
62
|
homepage: https://github.com/vicariousinc/setup-oob
|
|
63
63
|
licenses:
|
|
64
64
|
- Apache-2.0
|
|
65
|
-
metadata:
|
|
66
|
-
|
|
65
|
+
metadata:
|
|
66
|
+
rubygems_mfa_required: 'true'
|
|
67
|
+
post_install_message:
|
|
67
68
|
rdoc_options: []
|
|
68
69
|
require_paths:
|
|
69
70
|
- lib
|
|
@@ -71,16 +72,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
71
72
|
requirements:
|
|
72
73
|
- - ">="
|
|
73
74
|
- !ruby/object:Gem::Version
|
|
74
|
-
version:
|
|
75
|
+
version: '3.0'
|
|
75
76
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
77
|
requirements:
|
|
77
78
|
- - ">="
|
|
78
79
|
- !ruby/object:Gem::Version
|
|
79
80
|
version: '0'
|
|
80
81
|
requirements: []
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
signing_key:
|
|
82
|
+
rubygems_version: 3.3.7
|
|
83
|
+
signing_key:
|
|
84
84
|
specification_version: 4
|
|
85
85
|
summary: Setup OOB systems from Linux
|
|
86
86
|
test_files: []
|