Jarrod Johnson
fd301c609f
Add additional log data to relaydhcp
2024-08-29 08:51:22 -04:00
Jarrod Johnson
53b9a13a51
Fix different invocations of check_fish
...
Particularly nodediscover register can fail.
Those invocations are XCC specific, so the targtype should not matter
in those cases.
2024-08-28 19:19:39 -04:00
Jarrod Johnson
08a3a0ee76
Correct wrong pyghmi version in dependencies
2024-08-27 10:43:47 -04:00
Jarrod Johnson
b601cd97c7
Bump pyghmi to a higher explicit version
2024-08-27 10:36:30 -04:00
Jarrod Johnson
1d80e2703c
Add extended nodeconfig to confluent redfish
2024-08-27 09:59:16 -04:00
Jarrod Johnson
7304c8e3b7
Fix LLA request for deploycfg
...
If a client uses IPv6 LLA, the '%' location may slip in.
In such a case, disable client ip matching, since fe80::
is useless for that anyway.
2024-08-26 16:51:35 -04:00
Jarrod Johnson
d84a76dbc6
Fix -a and -e nodeconfig
2024-08-26 10:01:24 -04:00
Jarrod Johnson
4f1b6b1fac
Add extra_advanced to core resource tree.
2024-08-26 09:42:44 -04:00
Jarrod Johnson
77c5b70ad9
Wire up '-a -e' for nodeconfig
2024-08-26 09:34:58 -04:00
Jarrod Johnson
c7d87b755a
Add logic to get remote deployers locked into current nic
2024-08-23 18:02:15 -04:00
Jarrod Johnson
f0c5ac557f
Fix and extend Relay DHCP Support
...
Relay DHCP support needed better logging and behavior.
It had also broken non-relay clients.
2024-08-23 13:54:27 -04:00
Jarrod Johnson
3d53b76317
Fix relay replies being broadcast instead of unicast
2024-08-22 14:54:48 -04:00
Jarrod Johnson
683a160c20
Amend mistake in parameter name
2024-08-22 10:25:15 -04:00
Jarrod Johnson
82be3c91d5
Add support for relay DHCP
...
Use the relay DHCP agent information as basis for
subnet comparison instead of self, when present.
Use the candidate prefix length verbatim since the
relay will offer no hint as to the 'proper' prefix
length for the target segment.
2024-08-22 10:20:04 -04:00
Markus Hilger
e735a12b3a
Fix small typo
2024-08-22 12:38:52 +02:00
Jarrod Johnson
cbd457b464
Cancel the recvr task on close
...
This avoids stail recvr from sending duplicate data.
2024-08-21 09:12:18 -04:00
Jarrod Johnson
4640cb194f
Provide workaround for XCC refusal to rename the initial account
2024-08-19 13:28:49 -04:00
Jarrod Johnson
fb10221e1b
Amend affluent error handling
...
Be more consistent and informative
2024-08-16 11:26:52 -04:00
Jarrod Johnson
d82a982857
Have affluent 'power' status actually at least reaching the service
2024-08-16 10:52:00 -04:00
Jarrod Johnson
e6f6919ef4
Merge pull request #96 from weragrzeda/master
...
i reverted NTP and Eaton, Only Geist PDUs merging
2024-08-16 09:33:01 -04:00
Jarrod Johnson
1a40842f06
Fix osdeploy updateboot to find multiple grub.cfg
2024-08-15 10:54:52 -04:00
Jarrod Johnson
82e0d9c434
Rework ssh key init to reset key and use context management
2024-08-14 16:08:02 -04:00
Jarrod Johnson
83a4df49c7
Merge pull request #159 from adrianreber/2024-08-13-cat-keys
...
Do not overwrite the node SSH key with the last found public key
2024-08-14 16:04:36 -04:00
Jarrod Johnson
c442c8704d
Merge remote-tracking branch 'xcat/master'
2024-08-14 11:41:09 -04:00
Jarrod Johnson
28b88bdb12
Add reporting of skipped nodes in a 'skip' merge
2024-08-14 11:40:11 -04:00
Jarrod Johnson
29d0e90487
Implement confluentdbutil 'merge'
...
For now, implement 'skip', where conflicting nodes/groups are
ignored in new input.
2024-08-14 11:26:51 -04:00
Adrian Reber
a6a1907611
Do not overwrite the node SSH key with the last found public key
...
Instead of overwriting the SSH public code for the node concatenate all
found SSH keys together in one file.
Signed-off-by: Adrian Reber <areber@redhat.com >
2024-08-13 17:30:43 +02:00
Markus Hilger
6833cd9c53
Add VLAN/PKEY support to confignet
...
Introduce new node attribute net.vlan_id to support VLAN/PKEY
configuration using confignet.
2024-08-09 17:59:34 +02:00
Jarrod Johnson
2fc4483bba
Backport SLP performance enhancement from async branch
...
Same concept that could bog down async variant
could be a slowdown for normal confluent.
2024-08-08 17:09:33 -04:00
Jarrod Johnson
4453ba3b64
Add cpio to confluent_server
...
In order to do osdeploy processing, we must have cpio
2024-08-07 09:20:34 -04:00
Jarrod Johnson
ef1f51ef98
Wire in bmc config clear to redfish
2024-08-06 10:05:39 -04:00
Jarrod Johnson
21b1ac7690
Remove asyncore for jammy
...
asyncore isn't needed before noble
2024-08-06 09:34:46 -04:00
Jarrod Johnson
feaef79060
Successfully track credential currency across change
2024-08-06 09:30:13 -04:00
Jarrod Johnson
8c13816331
Fix fetch of model name for XCC3 systems
2024-08-05 15:03:00 -04:00
Jarrod Johnson
e07e6ed152
Improve error handling in OpenBMC console
2024-08-05 14:56:23 -04:00
Jarrod Johnson
0afc3eb03a
Port SSDP improvements to SLP
...
It may not apply, but better to be consistent.
2024-08-05 13:12:54 -04:00
Jarrod Johnson
0fd07e8427
Fix race condition in SSDP snoop
...
If an asynchronous handler is slow to
enroll a target while another target causes an iteration
of the snoop loop, the various modified structures
had been discarded in the interim.
Now persist the data structures iteration to iteration,
using 'clear()' to empty them rather than getting
brand new data structures each loop.
2024-08-05 13:09:50 -04:00
Jarrod Johnson
fc5c1aa90f
Fix SSDP error during merge
2024-08-05 11:32:57 -04:00
Jarrod Johnson
30c4d6b863
Add IPMI enablement to generic Redfish handler
...
If attributes indicate desire for IPMI, try to accomodate.
2024-08-05 11:07:50 -04:00
Jarrod Johnson
cfb31a0d8d
Implement XCC3 discovery
...
For XCC3, change to generic redfish onboarding mechanism.
Extend the generic mechanism to be more specific in some
ways that the XCC3 is pickier about. However, it's just reiteration
of what should have already have been the case.
2024-08-05 10:00:22 -04:00
Jarrod Johnson
e9d4174ce5
Reapply "Add MegaRAC discovery support for recent MegaRAC"
...
This reverts commit 9d979256eb
.
2024-08-05 08:35:10 -04:00
Jarrod Johnson
ed33b4e93f
Merge branch 'megaracdisco' into v4xcc
2024-08-05 08:31:47 -04:00
Jarrod Johnson
4b6d41d2f8
Begin work to support V4 Lenovo servers
...
V4 Lenovo servers will have XCC3, and will have differences
and mark an unambiguously redfish capable onboarding process.
For now identify XCC3 variants and mark them, stubbing them
to the xcc handler.
An XCC3 handler will be made basing on the generic redfishbmc handler
with accomodations for XCC specific data (e.g. DeviceDescription
attributes and the Lenovo default user/password choice).
2024-08-02 17:35:39 -04:00
Jarrod Johnson
acce4de739
Add support for an OpenBMC modification
...
While stock OpenBmc does not care about subprotocols,
some implementations use it as a carrier for the XSRF-TOKEN.
Since base OpenBmc ignores it, we just offer it to any implementation
just in case.
2024-08-02 11:57:04 -04:00
Jarrod Johnson
dc7c9f4a3d
Have SSDP fallback to unverified noderanges when looking at candidates
2024-07-25 15:26:23 -04:00
Jarrod Johnson
626f16cb6f
Ignore duplicate specifications of same key
...
Particularly if traversing a lot of linked configuration, the same key/cert
path may come up multiple times, check for equality
and if equal, just keep going.
2024-07-25 14:55:06 -04:00
Jarrod Johnson
fe6d44a4bb
Merge pull request #153 from Obihoernchen/json-dump-sort
...
Use natural sort for lists in json dumps
2024-07-25 14:15:15 -04:00
Jarrod Johnson
298be3b30a
Point to the C context object rather than python class
...
The OpenSSL variant of Context is a python class, but it does have
a C context in it.
2024-07-25 14:05:59 -04:00
Markus Hilger
41b722c3f7
Use natural sort for lists in json dumps
...
Previously, items were randomly arranged in lists in the json dump. This meant that the JSON files were different after each export.
Now they are naturally sorted and identical.
This should make it easier to save and compare the JSON dumps in version control systems.
2024-07-25 18:38:23 +02:00
Jarrod Johnson
8f1a1130a8
Add a selfcheck to check misdone collective manager
2024-07-24 15:55:04 -04:00