2
0
mirror of https://opendev.org/x/pyghmi synced 2025-02-05 13:32:48 +00:00

1299 Commits

Author SHA1 Message Date
Jarrod Johnson
5f522fe66b Add deduplicated events and let XCC events control entirely
The event messages may convey more
specific information.  The generic IPMI may
be too vague to know where to proceed next.

Change-Id: I6e0ce8a34d741fa8d4c6c975212f6845755b4f9b
2023-06-02 15:20:17 -04:00
Jarrod Johnson
ab53a6cc3b Fix compatibility with python2
Change-Id: I8dba48cd9724467227c50cfeba7baa96b6e5970f
2023-05-26 11:45:24 -04:00
Jarrod Johnson
ee9c06138b Clear any logonwaiters on broken
A session being marked broken may
maintain a hold on logonwaiters.

Clear those out in
the process of marking it broken

Change-Id: I6e1ad7f34cd541863e8663cc6fed66ab90d6bf95
2023-04-19 10:28:13 -04:00
Jarrod Johnson
78cb1e9e1a Handle non-numeric with 0 number format
The spec declares that if reading type is not threshold and no thresholds declared,
then '0' means the same as '3'.

Change-Id: I1f02ad27af4f2dad286387ed6aa0bdbcc1475fcf
2023-04-17 11:24:06 -04:00
Vlad Spoiala
537fccb8d7 Follow state of validate job when updating firmware.
On v3 systems a job is created to handle the last part of the
firmware update process when using Redfish to update the firmware.
Follow the state of that job for the 'validating' phase.

Change-Id: I0a294b687f4e7665684239239cc2f37ca9c76f0c
1.5.61
2023-04-11 09:39:19 +02:00
Jarrod Johnson
d0718a1566 Handle FRU with blank mac area
Some FRU may omit this feature

Change-Id: Ie76aaf4bfc1af42951d4c2dc433f1d41e8303c7d
2023-04-05 09:58:07 -04:00
Jarrod Johnson
077dbd645b Stage alternate power meter support
It may be redundant with SDR
sensors, but stage it for
easier access should it come up
as a needed approach.

Change-Id: I765bbcbcc6c916da2573008bf53f2e88a2a35baa
2023-03-24 16:29:02 -04:00
Vlad Spoiala
bcfbd8f1c5 Avoid doing extra AddNewVolWithNaAsync calls.
Using a trial and error method to determine the format of
AddNewVolWithNaAsync causes issues on some server models. When
repeatedly deleting and creating the RAID array on Cyborg with
CDI3A2U XCC firmware we occasionally see hanged web sessions and
on rare occasions an incorrectly formatted AddNewVolWithNaAsync
call will return success and not create the array.
To reduce the number of AddNewVolWithNaAsync calls we determine
when GetDefaultVolProp requires the extra controller slot number
argument and in this case we directly use the
AddNewVolWithNaAsync call with the extra controller type argument
as these 2 changes go hand in hand in the XCC firmware. This logic
reduces the amount of AddNewVolWithNaAsync calls by one and the
issues described above can no longer be observed.

Change-Id: Icdaa5ef0fb5629ad965e37cbbecdcf892f6e315f
1.5.60
2023-03-23 10:22:19 +02:00
Vlad Spoiala
65c66422e4 Update storage code to handle 2023 XCC FW.
Change-Id: I2a9d086b9fa792bb37e04ca93d2e18ef94bedabb
2023-03-21 19:53:37 +02:00
Jarrod Johnson
1757bcaca7 Fix for newer SMMv2 firmware
Power policy command has
changed.  Settings
are now relegated
to the last two bytes,
with status for the first two.

Change-Id: I6505d99fef357d7e2023b7393ad9ef8920b620c7
2023-03-15 08:58:45 -04:00
Jarrod Johnson
bb46b94eab Specify wildcard etag during set_bootdevice
The request is sufficiently specific that we
do not care about the larger state of the
resource.  Explicitly declare this by
indicating a wildcard etag.

Change-Id: Ie0529ffea63516bf025f4ce146e39df40bcc768d
1.5.59
2023-03-06 15:55:18 -05:00
Vlad Spoiala
14652e8d84 Add check_storage_configuration to Redfish code.
Change-Id: Id604fdeb19e4dd571f6bad4e9b29276dc7001587
1.5.58
2023-02-21 18:10:05 +02:00
Jarrod Johnson
66e47992a7 Add xClarity Update Manager to firmware
Firmware versions should include the update manager
environment.

Change-Id: Idaf1da439145850185963030fe83dcbd31267fe6
2023-02-17 12:36:17 -05:00
Jarrod Johnson
44733d19b0 Add retry logic to web fetch
While UEFI configuration is always handy,
reads to the IMM section may
require wait and retry.

Change-Id: I7fe97124897fca6e928c3699171bfbe676d699e1
2023-02-08 09:47:34 -05:00
Jarrod Johnson
e4a48e9072 Add decode of DDR5 SPD
New systems have DDR5 ram, and a new
SPD specification to describe them

Change-Id: I06b0b3128b2ebd517cfb0fdda413e806fc939b43
2023-02-07 16:37:30 -05:00
Jarrod Johnson
a3e1595c7e Correct variable name in set_net6_configuration
Change-Id: I93d1f484b7a6cc7b24ebb3209866c5e984a8a1d2
2023-01-31 15:02:22 -05:00
Jarrod Johnson
4c27c21d33 Fix missing attribute on redfish command objects
Change-Id: I429abc1bf3784607c8a4f2f7b688f2285ca9a711
2023-01-31 14:14:01 -05:00
Jarrod Johnson
c6520d56ff Correct the Purley check for config
In the ipmi path, provide a null
dictionary to make the check
viable, and stop assuming that
an unknown system is always purley.

Change-Id: I13f7a9f70d83e5679d90acb83e0df1522f441f41
2023-01-30 15:00:26 -05:00
Jarrod Johnson
79b894c9f5 Allow fast setting retrieval for Purley
While it must not be used with redfish,
it is ok to use the fast path even though
setting requires IPMI.

Change-Id: I57de25e0ed0bb125adab42916429eca1e29f2392
2023-01-24 10:59:56 -05:00
Jarrod Johnson
25a04fd87b Support non-PCI adapter firmware inventory
There are non-PCI adapters that are modeled as 'adapter',
but without corresponding adapter data.

The inventory data is more limited, but we can at least report current
firmware.

Change-Id: I42d17befe1f95fde3b88304418743f1ac456eedd
2023-01-24 10:20:34 -05:00
Jarrod Johnson
7b5e641635 Avoid using broken UEFI configuration on Purley
Purley has a partial implementation, must avoid trying to
use it.

Change-Id: I4291f425bf49b746f07d1204fbf89d650d3308b3
1.5.57
2023-01-17 09:15:33 -05:00
Vlad Spoiala
4a064e7cc6 Fix fnmatch import.
Change-Id: I0256149c169a1f15a4956795f65562d6d3fd5034
2023-01-16 19:03:40 +02:00
Jarrod Johnson
e2b91a240d Add IPv6 configuration for redfish and IPMI
Add basic static configuration hooks
for now.

Change-Id: I754f4cec7127ea9a03bf9101a6a4732eae88d583
2023-01-13 09:56:25 -05:00
Jarrod Johnson
5422e523c2 Validate fapm data availability before use of fapm
Some platforms do not offer fapm data, but offer a successful result
anyway.

Change-Id: I637411148a3f7e4628cc1edcd1712739438102c9
1.5.56
2022-12-13 15:32:48 -05:00
Jarrod Johnson
f94a79a821 Leave Purley generation on the IPMI path
Purley has an incomplete redfish implementation for uefi settings,
blacklist it from the new way of pushing settings.

Reading settings seems fine, however.

Change-Id: Ie8baf50e11b05e2cafa644c414970ceeaaa35dbf
1.5.55
2022-12-01 11:40:26 -05:00
Jarrod Johnson
d669fb33db Fix expectation of return on bmc reset
Change-Id: I59f0b2dff2792ea704ebd7457f1874e050dfc618
2022-12-01 10:20:39 -05:00
Jarrod Johnson
fc9d92da73 Add support for custom role names
While IPMI has well defined
roles and redfish has some well-defined
starter roles, permit management
of users for custom roles.

Change-Id: Id6ff87a8ccbb12491adc37b460765d4eadf2c92d
2022-11-30 15:52:28 -05:00
Jarrod Johnson
2a525bb1e6 Do not expect a reply to bmc reset
Some devices will never reply, be optimistic about the
reset making it through the network

Change-Id: I912dab9c25d4041e2e8b1b1db8dc9d26d5830ea0
2022-11-30 11:26:56 -05:00
Jarrod Johnson
0eef3fcfba Use Lenovo OEM system configuration
For newer systems, provide access
to the richer configuration in
the proprietary Lenovo interface.

Fall back for standard for older platforms that still require IPMI
for that configuration.

Change-Id: Id66515f00116ce3c22fcba80c0003cfb9e6b1a5d
1.5.54
2022-10-31 17:00:13 -04:00
Jarrod Johnson
79ac63f409 Refactor system configuration management to OEM
Permit OEM override of the standard redfish BIOS attribute
mechanism

Change-Id: I26e63d12ed830fb7747fc5786c0c9be955671de0
2022-10-31 15:38:08 -04:00
Zuul
c78d1883e3 Merge "Add support for HTTP access to system configuration" 2022-10-31 17:00:50 +00:00
Jarrod Johnson
9ea660178c Add support for HTTP access to system configuration
In V3 systems, IPMI has been replaced with HTTP calls for
system configuration.

Change-Id: I3d17db6aaaacafb33f46f22379ac4c824d0c5375
2022-10-31 12:51:37 -04:00
Jarrod Johnson
2557e83957 Support newer python is_alive method name
Python changed isAlive to is_alive, check and adapt
if the running python killed off the isAlive name.

Change-Id: I0369aab0308d6f2d9d7de489b6e1f9c3f2365204
2022-10-13 18:01:24 -04:00
Jarrod Johnson
25b955d3f5 Correct typo in imm.py
A mistake was made in the user privilege section of the oem extension on IMM

Change-Id: I7d0d8f35267ab30d7a95de174b3219402c1dd228
2022-10-05 08:27:43 -04:00
Jarrod Johnson
76af0fd66a Extend IPMI privilege to redfish role
The XCC conservatively holds back administrator from IPMI
access.  If an IPMI request comes in, add
a corresponding redfish to make
the user actually have the requested role.

Change-Id: I4c360388fa487256df382f0f4afc74cd1d1f69a1
2022-09-30 09:18:43 -04:00
Jarrod Johnson
8156a63c2b Implement OEM user deletion
The redfish and ipmi standards do not provide well for standardized
user deletion consistently implemented across vendors.

Provide a hook for an OEM handler to go into vendor specific
behavior to provide a more reasonable deletion.

Change-Id: I7131edbb6dbab31d205eef664e68d721f33b4422
2022-09-27 16:14:20 -04:00
Jarrod Johnson
527846e322 Add support for new RDOC API
RDOC API is changing, must detect
and adapt to change.

Change-Id: Id85f51874d8a57ab996c508815970f670bc1cfbc
2022-09-27 10:32:27 -04:00
Jarrod Johnson
212fbc265d Correct mistake in the security mode change
Change-Id: I135c2bc16c9ca341a5bb7e68aba05fd22b660b30
1.5.53
2022-09-23 08:28:52 -04:00
Jarrod Johnson
308b1d49be Implement XCC cryptography settings
Change-Id: Ib883726bae3e0113499c40d4fb70da6348a48011
2022-09-23 07:59:50 -04:00
Jarrod Johnson
7d0bfd32ff Add reset to defaults to tsma
Change-Id: I43834f8126e8e6f7e3bdb219dc299d6d597cfd64
2022-09-09 13:22:27 -04:00
Vlad Spoiala
cef0cdc5fa Only use one extra keep alive session.
Use only one extra keep alive session for keeping the media
mounted. Do a weblogout on that session when the media is
detached.

Change-Id: I3012d263510ba97477542e1325876000f2a52356
1.5.52
2022-08-30 16:38:37 +03:00
Jarrod Johnson
44d2ccd440 Fix the SMM timezone treatment
Change-Id: I32a52492a0b0f50e49b347aa37367495168eb2a3
2022-08-29 09:54:05 -04:00
Zuul
76b36bf4b9 Merge "Migrate V2 and newer systems to new meters" 2022-08-29 13:51:28 +00:00
Zuul
c0b158d664 Merge "Interface to implement get guid command" 2022-08-29 13:49:17 +00:00
Jarrod Johnson
f5a975fb7a Add TimeZone to SMM configuration
Change-Id: Ic25675a7f7d0bd45018ad12c83bb95a2ebbcd4f2
2022-08-24 16:11:06 -04:00
Serhii Skrypnik
a9118d4463
Interface to implement get guid command
Add method get_system_guuid which return uuid.uuid4 instance

Closes: #1987210
Change-Id: Ifb4438f7e7c0bc565fcdfe2bd7ff285200b5efc8
2022-08-21 18:39:32 +03:00
Jarrod Johnson
d99c07ce81 Fix web role setting on SMM
Newer variants also require the special treatment,
switch to blocking the only variant that is unsupported.

Change-Id: Ifc679dd294d445f218c0b504d286155ac3e315d6
2022-08-19 09:09:35 -04:00
Jarrod Johnson
b4e597ff83 Migrate V2 and newer systems to new meters
New proprietary commands are going to be used with a bit more
capability.  For now, migrate existing DC energy over to new command

Change-Id: I30a003c4d45f4a0d591c80c55f1c267333f1123c
2022-07-08 10:25:29 -04:00
Jarrod Johnson
5f1ba6038f Add more info to SMM inventory output
Change-Id: Id2da97b6efad246a11153fa3bfdff3c7095530c0
1.5.51
2022-07-07 12:59:49 -04:00
Vlad Spoiala
26be05fd30 Improve Whitley vs Purley storage API detection.
Trying each API call in any order doesn't work correctly for all
cases since the API call for Whitley incorrectly returns success
on the newest Purley firmware and vice versa. The Whitley volume
properties have some extra keys in them. Use one of the extra keys
to differentiate between Purley and Whitley.

Change-Id: Ia18631ec16107492e8753eb4312c56171ebd33f0
1.5.50
2022-06-28 18:20:53 +03:00