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
2025-02-04 09:11:53 -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
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
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.
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
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
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
Tinashe
ff523a0d5c
change the server spec file
2024-11-19 10:10:02 -05:00
Tinashe
efda4b4ef7
remove LICENCE,VERSION and devel prints
2024-11-19 10:08:56 -05:00
Tinashe
8e89c8f622
use webauthn instead of webauthn-rp
2024-11-19 09:39:29 -05:00
Jarrod Johnson
a0ffc11d6f
Expand type for GUI usage
2024-11-15 09:24:04 -05:00
Jarrod Johnson
f88e9ecebf
Support discovery through second XCC NIC
2024-11-14 08:03:34 -05:00
Jarrod Johnson
2f3a8619e8
Fix vinz VNC for non-root users
...
Relax permissions a tad to allow users to attempt
to connect if they otherwise know the socket name.
2024-11-12 16:16:47 -05:00
Jarrod Johnson
5df30881f8
Provide resource to check if http has been initialized
...
This allows clients to know if they need to direct user to do
early setup procedures.
2024-11-11 15:31:12 -05:00
Jarrod Johnson
d8c633a7d5
Add localhost to ssh principals/equiv
...
It shouldn't be possible to hijack localhost, so
allow such addresses to be principaled and be listed in equiv.
2024-11-11 08:03:57 -05:00
Jarrod Johnson
a298ef8d74
Catch OpenBMC disconnects and handle them better
2024-10-28 09:41:38 -04:00
Jarrod Johnson
b46a1e14a3
Fix video console when first run has multiple nodes
...
If client requested more than one on a fresh confluent run,
then only one of the video consoles would properly wait.
Fix by wrapping the assure in a startingup check.
2024-10-25 12:11:58 -04:00
Jarrod Johnson
a46bcfa2b5
Add CentOS Stream 10 and Alma Kitten 10
...
Similar to 9, but now hooks must be in /var instead of /usr
2024-10-25 09:52:10 -04:00
tkucherera
ab0f48f351
enable ability to clean up assets
2024-10-22 12:05:23 -04:00
Jarrod Johnson
b99e4c94a0
Add Enlogic PDU support
2024-10-17 14:56:19 -04:00
Jarrod Johnson
3560415668
Update attribute inheritance on rename
2024-10-16 11:40:00 -04:00
Jarrod Johnson
81b57d5db6
Avoid potential endless recursion
...
If we are detaching, skip reattach in scenario
that leads to infinite recursion.
2024-10-10 16:22:58 -04:00
Jarrod Johnson
b05b36484b
Fix file staging in http api
2024-10-10 12:52:28 -04:00
Jarrod Johnson
3a0218c421
Simplify profile label outside of bootloader
2024-10-07 13:51:55 -04:00
Jarrod Johnson
910af18a00
Fix http websockify
2024-09-30 13:57:09 -04:00
Jarrod Johnson
3ad53a3aac
Fix client file staging
...
Skip read during httpapi, and inject sleep between file transfer chunks.
2024-09-27 15:30:59 -04:00
Jarrod Johnson
71a83ac39c
Try for more DNS lookups
...
Try to hit likely DNS names, or at least provide a means
of manipulating /etc/hosts to induce
a good domain for the default certificate SAN fields.
Note putting the FQDN first in /etc/hosts will get the FQDN in the
certificate.
2024-09-20 18:34:02 -04:00
Jarrod Johnson
a8df3692b6
Persist passkeys as text
...
confluentdbutil and collective would choke
on the binary. Have the binary bits be
safely converted to/from base64.
2024-09-20 17:26:02 -04:00
tkucherera
936153490a
remove hardcorded values
2024-09-19 16:21:39 -04:00
tkucherera
9bce0de93d
fix minor bugs and code clean up
2024-09-18 16:22:09 -04:00
Jarrod Johnson
dbfb800c1b
Fix regression in pyghmi dependency version
2024-09-12 13:26:15 -04:00
Jarrod Johnson
942bbd1c69
Merge pull request #154 from tkucherera-lenovo/webauthn
...
Webauthn
2024-09-12 13:25:15 -04:00
Tinashe Kucherera
5609d4fe4b
Merge branch 'master' into firwareUpdateServer
2024-09-12 11:44:22 -04:00
Tinashe Kucherera
c2abe7c4cd
Merge branch 'master' into webauthn
2024-09-12 11:40:20 -04:00
Tinashe Kucherera
bbc032056e
Merge branch 'master' into firwareUpdateServer
2024-09-12 10:37:34 -04:00