Releases: dell/terraform-provider-redfish
v1.6.0
v1.5.0
Release Summary
The release supports resources and data sources mentioned in the Features section for RedFish.
Features
Resources
- Storage Controller Resource
- Directory Service Auth Provider Resource
DataSources
- Storage Controller DataSource
- Directory Service Auth Provider DataSource
Others
N/A
Enhancements
- When the user password changes, update the password value in the locals variable, no longer needing to manually edit the state file.
Bug Fixes
N/A
v1.4.0
Release Summary
The release supports resources and data sources mentioned in the Features section for RedFish.
Features
Resources
- Server NIC Resource
DataSources
- Server NIC DataSource
Others
- Added session based authentication for the provider.
- Added System ID to selected resources and data sources.
Enhancements
N/A
Bug Fixes
N/A
v1.3.0
Release Summary
The release supports resources and data sources mentioned in the Features section for RedFish.
Features
Resources
- Server Configuration Profile Resource
- User Account Password Resource
Others
- Added a common example for Server Configuration Profile Import and Export.
Enhancements
N/A
Bug Fixes
N/A
v1.2.0
Release Summary
The release supports resources and data sources mentioned in the Features section for RedFish.
Features
Resources
- Lifecycle Controller Attributes Resource
- System Attributes Resource
- iDRAC Firmware Update Resource
Others
- Added Import functionality for Bios, iDRAC Attributes, Virtual Media and Boot Order resources.
Enhancements
- Added storage controller details to storage datasource
- Enhancements in storage resource
- Added
encryptedfield. It requires firmware versions 6 or greater and self encrypting disk(s). - Added
raid_typefield for setting the RAID level. This replaces the deprecatedvolume_typeattribute. - Added support for creating storage volumes on BOSS controllers. Volumes on BOSS controllers must take up the whole disk. The fields
capacity_bytesandoptimum_io_size_bytesmust not be set for these volumes.
- Added
Bug Fixes
N/A
Release v1.1.0
v1.1.0 (December, 2023)
Release Summary
The release supports resources and data sources mentioned in the Features section for RedFish.
Features
Resources
- Certificate Resource
- Boot Order Resource
- Boot Source Override Resource
- Manager Reset
Others
N/A
Enhancements
N/A
Bug Fixes
N/A
Release v1.0.0
v1.0.0 (September, 2023)
Release Summary
The release supports resources and data sources mentioned in the Features section for RedFish.
Features
Resources
redfish_biosfor configuring BIOS attributes.redfish_dell_idrac_attributesfor confugiring Dell iDRAC attributes.redfish_powerfor managing the power state of PowerEdge server.redfish_simple_updatefor managing firmware updates on redfish instance.redfish_storage_volumefor managing storage volumes.redfish_user_accountfor managing users.redfish_virtual_mediafor attaching/detaching virtual media.
Data Sources:
redfish_biosfor reading bios attributes.redfish_dell_idrac_attributesfor reading Dell iDRAC attributes.redfish_firmware_inventoryfor reading firware inventory details.redfish_storagefor reading storage volume details.redfish_system_bootfor reading system boot details.redfish_virtual_mediafor reading virtual media details.
Notes:
write_protectedattribute of virtual media can only be configured as “true”.capacity_bytesandvolume_typeattributes of the storage volume cannot be updated.
v0.2.1
Release v0.2.1
v0.2.0 - Minor release
Following new features, enhancements and bug-fixes are provided as part of this release:
-
Major Features
- resource_redfish_virtual_media - Redfish provider resource for provisionining a server BMC Virtual Media resources for e.g. insert or remove an ISO or USB image as a virtual media device
- data_source_redfish_virtual_media - data source for server BMC Virtual Media resource
- resource_redfish_power - Power cycle a server such as On, Off, GracefulRestart, ForceRestart, PowerCycle etc.
- resource_simple_update - Redfish provider resource for update a component firmware version on the server
- data_source_redfish_firmware_inventory - Redfish provider data source for getting the components' firmware version
- data_source_redfish_storage - Redfish data source for storage volumes
-
Enhancements
- resource_redfish_storage_volume - ISSUE #31
-
Bugfixes
- resource_redfish_bios - ISSUE #19 ISSUE #27
v0.1.0 - Initial minor release
Terraform Redfish provider is used to interact with the Redfish API endpoints for server infrastructure management. This is a first minor release of the provider that provides some basic features and the plumbing for adding more features in future releases. Following resources are provided as part of this minor release:
- Resources
- resource_user_account
- resource_redfish_bios
- resource_redfish_storage_volume
- Data Source
- data_source_redfish_bios