Jarrod Johnson
cd91ed0b94
Fix escape warning on newer python
2024-08-27 15:55:54 -04:00
Jarrod Johnson
4dc54b92d5
Correct nodeconsole syntaxwarning
2024-08-27 11:35: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
5d4f0662d1
Fix add_local_repositories for routed IPv4
...
Routed IPv4 deployment is not guaranteed to have
an IPv6 server. In this case the safer bet is
to try to just accept the IPv4 anyway.
2024-08-23 07:06:37 -04:00
Jarrod Johnson
edc3a3e9f3
Have confignet fallback to unicast per deploycfg
...
In routed deployments, the scan mechanism
will not be available. Fall back to routed
access to the deploy server as indicated
by deploycfg from install time.
2024-08-22 16:39:52 -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
Jarrod Johnson
9cf199a53e
Merge pull request #160 from Obihoernchen/typo
...
Fix small typo
2024-08-22 08:42:06 -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
dd2119c6d9
Ignore very old ssh key file
2024-08-19 16:26:48 -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
Jarrod Johnson
ba7a0f7eab
Merge pull request #158 from Obihoernchen/vlan
...
Add VLAN/PKEY support to confignet (fix #157 )
2024-08-13 11:10:19 -04:00
Markus Hilger
0961174425
Remove redundant code
2024-08-09 19:55:42 +02:00
Markus Hilger
005adec437
Add error handling for interface_names
2024-08-09 19:45:19 +02:00
Markus Hilger
6943c2dc0f
Make sure VLAN/PKEY connections are created last
...
Needed for VLANs on bond connections etc.
2024-08-09 19:38:45 +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
8fd39c36bb
Fix some mistakes in confignet
2024-08-09 07:55:42 -04: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
ca4955101d
Improve "realness" of imgutil exec context
...
Utilities that expected /dev/pts will now be satisfied,
as a new /dev/pts is mounted.
Further, systemd added a check in various utilities that
was fouled by the previous method of appearing to have a
root filesystem.
Before, after chroot, we would bind mount / to itself, and this
made things using /proc/mounts, /proc/self/mountinfo, df, mount,
etc happy that there is a real looking root filesystem.
However, by doing it after the chroot, systemd could statx on '..' and
get a different mnt id than /. So it had to be done prior to the
chroot. However it also had to be done before other mounts as
bind mounting over it would block the submounts.
This more closely imitates the initramfs behavior, where '/' starts life
as a 'real' filesystem before being mounted up and switched into.
This behavior was made to imitate the 'start_root.c' behavior as that
seems to be more broadly successful.
2024-08-07 08:40:10 -04:00
Jarrod Johnson
187fda4bb8
Add debootstrap dependency for imgutil
2024-08-07 07:58:08 -04:00
Jarrod Johnson
7ab7600492
Add cpio dependency for imgutil
2024-08-07 07:56:11 -04:00
Jarrod Johnson
f2b9a4fa5d
Improve handling of ssh service being pre-hooked
2024-08-06 12:25:21 -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