Jarrod Johnson
44a30686cb
Add Fedora 41 scripted install support
2025-02-28 08:53:26 -05:00
Jarrod Johnson
596dca5d48
Merge pull request #178 from henglikuang/master
...
add a loop to find the accessible deployer when the method is not static
2025-02-28 06:36:07 -05:00
Hengli Kuang
75a0f44a36
add a loop to find the accessible deployer when the method is not static
2025-02-28 13:53:28 +08:00
Jarrod Johnson
bde03f4595
Merge remote-tracking branch 'xcat'
2025-02-25 15:30:13 -05:00
Jarrod Johnson
f62c0db678
Remove ssh_config directive not supported by EL7wq
2025-02-25 15:29:22 -05:00
Jarrod Johnson
132824ede5
Merge pull request #176 from tkucherera-lenovo/configbmc
...
Configbmc
2025-02-25 13:57:28 -05:00
Tinashe
a595abe9e6
also allow users to just specify lom and we use the first port
2025-02-25 12:13:18 -05:00
Tinashe
11d63a4b5c
allow users to choose which lom port to use for bmc shared mode
2025-02-25 11:00:16 -05:00
Jarrod Johnson
67bacc9934
Add sample script for bringing up a host interface
2025-02-21 15:25:41 -05:00
Jarrod Johnson
3a3f3a961d
Add SMM3 to chained SMM logic
2025-02-20 15:42:49 -05:00
Jarrod Johnson
5fda02b9e0
Repeat NIC check loop on Ubuntu 18.04 deployments
2025-02-20 12:54:55 -05:00
Jarrod Johnson
825cacde0e
Fix relay dhcp behavior
...
The refactor for multiple nics on same vlan omitted
a required parameter.
3.12.3
2025-02-12 09:52:23 -05:00
Jarrod Johnson
e87d6652ca
Fix type of height when pulled from attributes
...
location.height was left as string, which fouled
further processing.
2025-02-11 08:35:43 -05:00
Jarrod Johnson
76d4556501
Add a go version of genpasshmac
2025-02-07 10:19:54 -05:00
Jarrod Johnson
543a42edd6
Disable SELinux policy in EL diskless images
...
The SELinux policies do not currently work in a diskless
build, disable by default, though a user may try to enable
it manually after build.
2025-02-06 16:30:06 -05:00
Jarrod Johnson
82fe75e457
Add aliases to attrib clear
...
Support aliases when specified in clearing.
2025-02-06 15:59:29 -05:00
Jarrod Johnson
9b59c2fadb
Have httpapi support multiple shell sessions
2025-02-06 13:25:39 -05:00
Jarrod Johnson
52497d7d95
Broaden except clause on automation check
...
For whatever reason, we can't seem to specifically catch
the CalledProcessError and have to resort to generic Exception.
2025-02-06 10:44:59 -05:00
Jarrod Johnson
2fcfbe9774
Fix multi-session access to shell
...
Shell sessions are now wired up to vtbufferd
The shellserver now correctly accounts for sessions being started.
The sockapi now correctly allows the client to specify/attach
to a specific session id.
2025-02-05 16:57:26 -05:00
Jarrod Johnson
564e136dc5
Always provide a badreadings output, even if empty
3.12.2
2025-02-04 09:11:53 -05:00
Jarrod Johnson
b9f4051396
Export variables set in confluent functions
2025-02-03 16:40:57 -05:00
Jarrod Johnson
e901559644
Add mechanism to explicitly ignore nics for netboot
...
A service.cfg configuration can be applied to ignore nics for netboot
# cat /etc/confluent/service.cfg
#[http]
#bindhost = /var/run/confluent/httpapi
[netboot]
ignorenics=enp65s0f1np1,enp65s0f3np3
2025-01-30 15:25:10 -05:00
Jarrod Johnson
e536789c9d
Mitigate send of duplicate replies
...
If an unrelated network interface shares a vlan with an otherwise
pertinent interface, defer and be silent to avoid confusion on the line.
2025-01-30 14:27:42 -05:00
Jarrod Johnson
7493cc5d48
Normalize enclosure handling
2025-01-30 09:37:10 -05:00
Jarrod Johnson
0fadb00acf
Pass through slot geometry if provided
2025-01-30 08:03:36 -05:00
Jarrod Johnson
b89ae4d74a
Fix bytes being stored in db on identity image use
2025-01-27 12:58:42 -05:00
Jarrod Johnson
79d5a637a7
Correct syntax error in confignet
2025-01-24 11:12:25 -05:00
Jarrod Johnson
67aaee3b4e
Adapt to the bond modes
...
When the team modes were defined in attributes, it was based on the
teamd names. Since the ecosystem abandoned teamd, we went back to
bond.
However, we neglected to map all the names to the closest bond type equivalent.
Change confignet to do the mapping.
2025-01-24 07:58:31 -05:00
Jarrod Johnson
e3d70f351d
Provide internal URL shortening service
...
Permit users to have very long profile names, and provide
a URL shortening service to bridge the gap for fixed-width
field limitations in DHCP/PXE.
2025-01-22 15:44:49 -05:00
Jarrod Johnson
2f33aa5d83
Merge pull request #174 from tkucherera-lenovo/l2traceroute
...
l2traceroute
2025-01-22 15:30:14 -05:00
Tinashe
d4fbd021ad
l2traceroute
2025-01-22 09:49:46 -05:00
Jarrod Johnson
24f0ff5221
Add scripts to adopt a node to confluent SSH
2025-01-21 16:48:42 -05:00
Jarrod Johnson
fb8675ddc5
Fix SMM3 discovery by switch
2025-01-21 10:10:40 -05:00
Jarrod Johnson
cdfb76de57
Try alternate invocation for handshake
...
Newer versions of websocket change internal call, and we must follow.
This is a consequence of the library providing no means to customize the
TLS handling, so we have to dig in a little to get that customization.
3.12.1
2025-01-14 08:59:24 -05:00
Jarrod Johnson
32bc5afe03
Generate error on node/group misdeletion
...
If requesting to delete a group from a node when that node is
not a member of that group, generate an error.
Similarly to delete a node from a group.
2025-01-13 12:07:39 -05:00
Jarrod Johnson
e2bb72cc14
Allow Unix socket for http socket
...
If service.cfg has:
[http]
bindhost = /var/run/confluent/httpapi
Then it will use the cited path to create a unix socket instead
of a network socket.
2025-01-08 15:59:48 -05:00
Jarrod Johnson
0cae0fe06e
Add installtodisk support for el9 diskless images
3.12.0
2024-12-13 19:04:15 -05:00
Jarrod Johnson
cd2509c485
Ignore unparseable net config files
...
If some pre-processing has rendered config files
unparseable, ignore the file as we can't intelligently rewrite
those.
2024-12-13 16:16:12 -05:00
Jarrod Johnson
8e0bc43008
Fix for SMMv3 onboarding
2024-12-13 16:15:23 -05:00
Jarrod Johnson
ddd97388a6
Implement discovery for newer SMMv3 firmware
2024-12-11 10:22:10 -05:00
Jarrod Johnson
2c9b526de4
Repeat the interface loop for Ubuntu identity deploy
...
It may happen that the first pass at nics misses
a viable network interface due to slow link up
or slow spanning tree forwarding.
Repeat the loop through the interfaces to have follow
up chances at success.
2024-12-05 14:26:26 -05:00
Jarrod Johnson
5d6a935bec
Bump genesis version
2024-12-05 10:21:12 -05:00
Jarrod Johnson
23cb1fa8ab
Refresh genesis license handling
2024-12-05 10:18:16 -05:00
Jarrod Johnson
5f90aa4f69
Add SMMv3 handler for SMMv3 discovery
2024-12-03 15:00:10 -05:00
Jarrod Johnson
64895c9f95
Return empty hifurl list when non existent
...
For systems without a host interface,
properly show an empty list.
2024-12-03 14:55:50 -05:00
Jarrod Johnson
8bdabdc962
SMMv3 discovery support
...
The SMMv3 doesn't respond to the correct SSDP service, add the
odd service.
Have SMMv3 use the standard redfish handler.
Augment the standard redfish handler to deal with non-error
password change required message.
2024-12-03 14:34:11 -05:00
Jarrod Johnson
3fa6b47995
Do not json dumps a string that is already json
2024-12-02 16:50:13 -05:00
Jarrod Johnson
f1f433041c
Restore underscore headers
...
Eventlet has "helpfully" stopped supporting headers with
underscores. Restore them since we want to support
backwards compatibility and do not have the option to
just ignore existing clients.
2024-11-26 12:09:04 -05:00
Jarrod Johnson
ebecc9c844
Merge pull request #170 from tkucherera-lenovo/webauth_update
...
use webauthn instead of webauthn-rp
2024-11-19 10:38:24 -05:00
Tinashe
ff523a0d5c
change the server spec file
2024-11-19 10:10:02 -05:00