Jarrod Johnson
1feec98edf
Ensure install interface comes up in firstboot
2026-07-02 17:51:56 -04:00
Jarrod Johnson
c3b75f0ca1
Remove stale logging output from enlogic
2026-07-02 16:23:32 -04:00
Jarrod Johnson
72dcd9ef2f
Merge pull request #222 from Obihoernchen/spelling
...
Fix typos and small bugs found during a documentation/UI text review
2026-07-02 16:22:45 -04:00
Markus Hilger
f4c43394d8
Fix missing format() leaving {0} literal in error message
2026-07-02 22:07:48 +02:00
Markus Hilger
46ada49401
Remove stray debug write to /etc/whatnowhosts
2026-07-02 22:07:48 +02:00
Markus Hilger
89c710f8c3
Fix key typo dropping verified flag in enclosure discovery
2026-07-02 22:07:48 +02:00
Markus Hilger
e280651343
Fix discostatus typo hiding records from the unidentified filter
2026-07-02 22:07:38 +02:00
Markus Hilger
7727cd86fc
Fix typos in help text, errors, and log messages
2026-07-02 22:07:27 +02:00
Markus Hilger
cfc26f1e60
Fix typos in man pages
2026-07-02 21:52:29 +02:00
Jarrod Johnson
77f2094ff5
Merge pull request #219 from Obihoernchen/nodeattrib_doc
...
Extend nodeattrib net.* documentation
2026-07-02 15:06:24 -04:00
Jarrod Johnson
98190031df
Merge pull request #221 from Obihoernchen/defaultdoc
...
Add more attribute documentation
2026-07-02 15:05:44 -04:00
Jarrod Johnson
f6d7a47140
Successfully indicate install_url and TLS setup
...
While curl and agama download are happy with the CA bundle, zypper was not. Have pre.sh properly set up the CA certs.
Additionally, indicate the install subdirectory of the repository to agama via it's cmdline conf.
2026-07-02 14:57:26 -04:00
Markus Hilger
0f20c709c0
Add more attribute documentation
...
- deployment.lock: add missing 'unlocked' (messages.py's
InputDeploymentLock/DeploymentLock already accept and persist it).
- hardwaremanagement.method: correct stale "ipmi is used if not
specified" claim. Was changed to null in
c14165e2bd .
- snmp.privacyprotocol: document that unset is treated as 'des'
(snmputil.py explicitly groups None with 'des').
2026-07-02 19:50:56 +02:00
Jarrod Johnson
a8cd9a24d5
Auto-restart vtbufferd on exit
...
If vtbuffer is interrupted, then restart it.
2026-07-02 12:13:24 -04:00
Jarrod Johnson
752d04939b
Merge pull request #220 from Obihoernchen/pubkeys_addpolicy
...
Fix pubkeys.addpolicy documentation to match implementation
2026-07-02 10:31:04 -04:00
Jarrod Johnson
d24359a86c
Add comments clarifying non-voting state with respect to security expectations
2026-07-02 10:27:21 -04:00
Jarrod Johnson
a41e20b1ab
Place install_url into agama configuration
2026-07-02 10:19:26 -04:00
Markus Hilger
4c0b2e44f4
Fix pubkeys.addpolicy documentation to match implementation
...
validvalues listed 'automatic'/'manual', but that was outdated.
Commit 454e1b8267 and cc70dcfa2b
implemented unset/'tofu' (trust-on-first-use, the default), 'manual', 'ca-only',
and an implicit 'ca' (any value that isn't otherwise handled falls
through to the standard CA-verification path, keying an already
pinned match without a full CA reverify).
The validvalues fix in ecaa75d967 rejected
these new values. Add new valid values with proper documentation.
2026-07-02 15:55:50 +02:00
Jarrod Johnson
ada4cb196d
Lock down non-system users to not have open ended access
2026-07-01 21:11:27 -04:00
Jarrod Johnson
0106758ceb
Prevent overwrite of existing files when saving licenses
2026-07-01 21:06:32 -04:00
Jarrod Johnson
1934b88b0d
Use basename to ensure no path traversal in license filenames
2026-07-01 20:54:36 -04:00
Jarrod Johnson
ae290c4419
Ensure the filename cannot have path traversal in XCC2 and older
2026-07-01 20:42:22 -04:00
Jarrod Johnson
57a4c840cb
Fix web shell sessions
2026-07-01 14:47:42 -04:00
Jarrod Johnson
6bcf1b73ba
Fix stale references to wsgi style env
2026-07-01 13:49:05 -04:00
Markus Hilger
125b5b3ba2
Extend nodeattrib net.* documentation
2026-07-01 18:21:40 +02:00
Jarrod Johnson
3a6887b4b4
Provide nicer message when requested VM does not exist
2026-07-01 09:55:15 -04:00
Jarrod Johnson
d761c7e6da
Slow down reconnect attempts to powered down Proxmox VMs and better handle closed websockets.
2026-07-01 09:30:28 -04:00
Jarrod Johnson
45b392932d
Handle unreachable proxmox host more friendly
2026-07-01 09:14:07 -04:00
Jarrod Johnson
33c67db3c4
Further mitigate potential XML misbehavior
...
Since it turns out we already incurred lxml dependency, use lxml etree instead of xml and mitigate risky xml features beyond blocking the word '!entity'
2026-07-01 08:28:25 -04:00
Jarrod Johnson
fbec09c073
Fix behavior with IPMI bad user/password
2026-06-30 15:17:45 -04:00
Jarrod Johnson
5abd080ba2
Restore some sanity to redfish error handling
2026-06-30 13:56:34 -04:00
Jarrod Johnson
9ec7100042
Merge pull request #216 from Obihoernchen/dnsmasqdhcp
...
Implement confluent2dnsmasq
2026-06-30 08:25:49 -04:00
Jarrod Johnson
0383115446
Merge pull request #217 from Obihoernchen/hwplugins
...
Add missing validvalues to attributes.py
2026-06-30 08:13:21 -04:00
Jarrod Johnson
622e8e696a
Merge pull request #218 from gosforthcross/eureka-chassis-support
...
Add MEGWARE Eureka Chassis support + Small change for how IPs/Hostnames are handled in the redfish hardwaremanagement plugin
2026-06-30 08:08:37 -04:00
gosforthcross
6505810833
Improve handling of IPs with colon notation with seperate IPv4 and IPv6 paths, as well as whitespace stripping
2026-06-30 13:05:22 +02:00
gosforthcross
fbb79de786
Include EUREKA in necessary files for loading and handling redfish and autodiscovery
2026-06-30 11:30:24 +02:00
gosforthcross
6ab7d573da
Add EUREKA discovery handler
2026-06-30 11:29:19 +02:00
gosforthcross
5435acd23e
Add redfish OEM implementation for EUREKA Chassis
2026-06-30 11:28:45 +02:00
gosforthcross
cacfce214f
Add fallback for generic redfish and add specific MEGWARE code path for EUREKA
2026-06-30 11:25:11 +02:00
gosforthcross
b4882692ea
Add port discovery via colon notation
2026-06-30 11:22:30 +02:00
Markus Hilger
aed0bf0bea
Add valid_values to hardwaremanagement.method
2026-06-30 04:26:48 +02:00
Markus Hilger
ecaa75d967
Fix validvalues typo
...
valid_values is never checked and is a typo. Use validvalues instead.
Note: This can break existing scripts if invalid values are used.
2026-06-30 04:21:16 +02:00
Markus Hilger
1129089307
Rename confluent2dnsmasqdhcp -> confluent2dnsmasq
2026-06-30 02:59:12 +02:00
Markus Hilger
6a12b6c977
Use ip route for listen-address and detect missing /prefixlen
2026-06-30 02:55:52 +02:00
Markus Hilger
007b374c73
Implement confluent2dnsmasqdhcp
...
confleunt2dnsmasqdhcp creates static DHCP entries for dnsmasq
for nodes with defined net.*.hwaddr.
2026-06-30 02:55:23 +02:00
Jarrod Johnson
99405aa6c4
Merge pull request #215 from qisback/add-missing-man-pages
...
doc/man: add man pages for previously undocumented client commands
2026-06-29 12:33:21 -04:00
Jarrod Johnson
a2d4285ee9
Merge remote-tracking branch 'xcat/master'
2026-06-29 11:33:23 -04:00
Jarrod Johnson
3ce0988f5a
Fix -s on certutil
2026-06-29 11:30:49 -04:00
Markus Hilger
8a655be794
Update download link in README
2026-06-29 01:57:34 +02:00
Markus Hilger
6308703a10
Use new documentation url in README
2026-06-29 01:56:16 +02:00