vmaneagit
0cb93c4bea
Update nodeconfig.ronn
...
OPTIONS chapter has been updated to match the output from nodeconfig -h
2021-03-05 11:44:02 +02:00
Jarrod Johnson
5a5b3f9927
Correct incorrect function call on image import
2021-03-04 16:55:26 -05:00
Jarrod Johnson
4455226ee0
Merge pull request #7 from vmaneagit/patch-7
...
Update nodebmcreset.ronn
2021-03-04 16:25:36 -05:00
Jarrod Johnson
0881d74731
Merge pull request #6 from vmaneagit/patch-6
...
Update nodeattrib.ronn.tmpl
2021-03-04 16:25:26 -05:00
Jarrod Johnson
55d7191573
Merge pull request #5 from vmaneagit/patch-5
...
Update confluentdbutil.ronn
2021-03-04 16:25:19 -05:00
Jarrod Johnson
bc9d0a9d3b
Merge remote-tracking branch 'lenovo/master'
2021-03-04 14:05:48 -05:00
Jarrod Johnson
866f138652
Fix mistakes in sample mofed post script
2021-03-04 13:30:00 -05:00
vmaneagit
ee8ad66959
Update nodebmcreset.ronn
...
OPTIONS chapter has been added to match the output from nodebmcreset -h
2021-03-04 18:52:10 +02:00
vmaneagit
be0e47142b
Update nodeattrib.ronn.tmpl
...
OPTIONS chapter has been updated to match the output from nodeattrib -h
2021-03-04 18:45:29 +02:00
vmaneagit
4131f1ba4f
Update confluentdbutil.ronn
...
OPTIONS chapter has been updated to match the output from confluentdbutil -h
2021-03-04 18:36:48 +02:00
Jarrod Johnson
f2966bfeaf
Merge pull request #4 from vmaneagit/patch-4
...
Update confetty.ronn
2021-03-04 11:16:38 -05:00
Jarrod Johnson
eee6330aaf
Merge pull request #3 from vmaneagit/patch-3
...
Update collective.ronn
2021-03-04 11:15:52 -05:00
Jarrod Johnson
aa9ece529f
Merge pull request #2 from vmaneagit/patch-2
...
Update collate.ronn
2021-03-04 11:15:36 -05:00
Jarrod Johnson
865d18d367
Back off progress update on file copy
...
The output was too frenzied, cool it down to fewer
updates.
2021-03-04 11:01:17 -05:00
Jarrod Johnson
b27d07f304
Fix nic index map with bonding
...
The assumption that /sys/class/net is interfaces is incorrect,
when encountering entries that are not interfaces, do not
mess up the call.
2021-03-04 10:47:28 -05:00
vmaneagit
50e60a5a17
Update confetty.ronn
...
OPTIONS chapter has been added to match the output from confetty -h
2021-03-04 17:33:59 +02:00
vmaneagit
8bf7e045d5
Update collective.ronn
...
SYNOPSIS chapter has been updated to match the output from collective -h
2021-03-04 17:05:50 +02:00
vmaneagit
f0f4427dc3
Update collate.ronn
...
SYNOPSIS and OPTIONS chapters have been updated to match the output from collate -h
2021-03-04 16:52:30 +02:00
Jarrod Johnson
b1f1f15ba8
Fix filecopy and enhnance
...
shutil was copying from wrong
index. Stop using shutil and
bring it in, and instrument the
percentage.
2021-03-04 09:29:31 -05:00
Jarrod Johnson
09ca449eab
Fix iso import distinfo.yaml
...
If a copy method (e.g. ubuntu) is used, then distinfo.yaml is not
written. Fix by not overwriting the directory name.
2021-03-04 09:02:43 -05:00
Jarrod Johnson
d08ce9e563
Correct fd used in libarchive
...
Actually use the cloned file descriptors
2021-03-04 08:43:17 -05:00
Jarrod Johnson
ce92ea4084
Separate buffered and raw operation on filehandle
...
python and libarchive need different seek behaviors
with default file objects.
2021-03-04 08:30:05 -05:00
Jarrod Johnson
0695f8e827
Change seek method
...
The wrapper around seek would sometimes change offsets before
passing to lseek. Directly call lseek since python appears
to be making some sort of mistake in some cases.
2021-03-04 07:55:18 -05:00
Jarrod Johnson
7609a46594
Merge remote-tracking branch 'lenovo/master'
2021-03-03 14:46:51 -05:00
Jarrod Johnson
247838f70c
Redirect non-enclosure reseat to nodes
...
This allows new PSU AC cycle functionality to work.
2021-03-03 13:01:25 -05:00
Jarrod Johnson
594d419ca0
Merge pull request #1 from vmaneagit/patch-1
...
Update nodeshell.ronn
2021-03-02 15:57:09 -05:00
vmaneagit
da0c83513a
Update nodeshell.ronn
...
Updated SYNOPSIS and OPTIONS chapters
2021-03-02 22:51:48 +02:00
Jarrod Johnson
5ed0b50110
Fix non-client fallback
...
If client doesn't provide file,
then we need to open by name.
2021-03-02 15:15:54 -05:00
Jarrod Johnson
e01a7cf4fb
Merge branch 'master' into passfilehandle
2021-03-02 14:05:54 -05:00
Jarrod Johnson
ad92ab13f3
Correct mistake in nodediscover correction
2021-03-02 14:05:28 -05:00
Jarrod Johnson
236e5466cb
Merge branch 'master' into passfilehandle
2021-03-02 13:22:16 -05:00
Jarrod Johnson
cc16e58c3a
Merge branch '3.1'
2021-03-02 11:13:44 -05:00
Jarrod Johnson
0ff9d5dc7e
Merge branch 'master' into passfilehandle
2021-03-01 10:32:39 -05:00
Jarrod Johnson
95466392f9
Fix typo in confluentdbutil
...
The restore function would fail
to chown directories due to typo
2021-03-01 10:32:13 -05:00
Jarrod Johnson
b3857f8d33
Fix chained discovery of DWC SMMv2
...
SMMv2 for DWC has more ports. Make the code
not care about which port is which for checking
for matching smm fingerprints.
2021-03-01 10:32:05 -05:00
Jarrod Johnson
f176ebe4c2
Fix typo in confluentdbutil
...
The restore function would fail
to chown directories due to typo
2021-03-01 10:31:28 -05:00
Jarrod Johnson
e24852c480
Fix chained discovery of DWC SMMv2
...
SMMv2 for DWC has more ports. Make the code
not care about which port is which for checking
for matching smm fingerprints.
2021-02-27 20:53:33 -05:00
Jarrod Johnson
008089c4c0
license install through passed fd
...
Allow install of licenses that confluent cannot read.
2021-02-26 16:37:34 -05:00
Jarrod Johnson
f34e184d31
Restore libc access to sockapi
...
Cleanup went too for in python2 port.
2021-02-26 16:25:51 -05:00
Jarrod Johnson
814257fbf8
Fix leaking file descriptors
...
When passing a filehandle for update, clean it up on end
of the update/upload.
2021-02-26 16:18:58 -05:00
Jarrod Johnson
83d92ecfcc
Make file descriptor passing python2 friendly
...
python 2 did not have recvmsg/sendmsg,
so have to use ctypes to access
them through the c library.
2021-02-26 16:17:43 -05:00
Jarrod Johnson
7eb06f2722
Improve concurrency of SLP
...
During a scan, unicast TCP
interrogation of candidates
was done serially. Do this
concurrently so that poorly
behaving targets do not prolong
a scan.
2021-02-26 13:31:07 -05:00
Jarrod Johnson
0fbe39690e
Improve concurrency of SLP
...
During a scan, unicast TCP
interrogation of candidates
was done serially. Do this
concurrently so that poorly
behaving targets do not prolong
a scan.
2021-02-26 13:30:36 -05:00
Jarrod Johnson
ec2ad9861a
Improve concurrency of SLP
...
During a scan, unicast TCP
interrogation of candidates
was done serially. Do this
concurrently so that poorly
behaving targets do not prolong
a scan.
2021-02-26 12:39:13 -05:00
Jarrod Johnson
16096ad745
FD passing for firmware and media upload
...
Extend use of client side file descriptors to
media and firmmware upload.
2021-02-25 12:55:38 -05:00
Jarrod Johnson
481a70c304
Fix traceback when multiple criteria have no matches
...
When a parent criteria has no match, then the api
returns a 404 as there is no parent. Handle this
by only listing positively matched items.
2021-02-24 16:39:01 -05:00
Jarrod Johnson
facd501100
Merge branch 'master' into passfilehandle
2021-02-19 15:44:55 -05:00
Jarrod Johnson
4c6f41ffb2
Have nodeconfig error on missing attributes per node
2021-02-19 14:36:51 -05:00
Jarrod Johnson
3e93ab1966
Have OS import work for unreadable input
2021-02-18 16:33:14 -05:00
Jarrod Johnson
0b5c4f6f0f
Progress client managed filedescriptor
2021-02-18 14:58:45 -05:00