https://github.com/fujitsu/terraform-provider-irmc-redfish
Terraform provider for Primergy iRMC
https://github.com/fujitsu/terraform-provider-irmc-redfish
Last synced: 6 months ago
JSON representation
Terraform provider for Primergy iRMC
- Host: GitHub
- URL: https://github.com/fujitsu/terraform-provider-irmc-redfish
- Owner: fujitsu
- License: mpl-2.0
- Created: 2025-02-27T11:29:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-26T11:14:56.000Z (8 months ago)
- Last Synced: 2025-11-28T17:49:16.564Z (8 months ago)
- Language: Go
- Size: 526 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Terraform Provider for iRMC FSAS Redfish API
The Terraform provider allows control and management over Fsas servers equipped with iRMC.
## Table of contents
* [License](#license)
* [Prerequisites](#prerequisites)
* [List of supported data sources](#list-of-supported-data-sources)
* [List of supported resources](#list-of-supported-resources)
## License
The provider is released and licensed under the MPL-2.0 license. See [License](LICENSE) for the full terms.
## Prerequisites
- [Terraform](https://developer.hashicorp.com/terraform/downloads) >= 1.0
- [Go](https://golang.org/doc/install) >= 1.21
- PRIMERGY system iRMCS6-based generations: M7, M2 (AMD), monoM6 and M8
## List of supported data sources
* [Bios](docs/data-sources/bios.md)
* [Firmware inventory](docs/data-sources/firmware_inventory.md)
* [Storage](docs/data-sources/storage.md)
* [System boot](docs/data-sources/system_boot.md)
* [Virtual media](docs/data-sources/virtual_media.md)
## List of supported resources
* [Bios](docs/resources/bios.md)
* [Boot order](docs/resources/boot_order.md)
* [Boot source override](docs/resources/boot_source_override.md)
* [Certificate CA CAS SMTP](docs/resources/certificate_ca_cas_smtp.md)
* [Certificate CA for Update and Deployment](docs/resources/certificate_ca_upd_deploy.md)
* [Certificate Web Server](docs/resources/certificate_web_server.md)
* [iRMC firmware update](docs/resources/irmc_firmware_update.md)
* [iRMC reset](docs/resources/irmc_reset.md)
* [Power](docs/resources/power.md)
* [Simple update](docs/resources/simple_update.md)
* [Storage volume](docs/resources/storage_volume.md)
* [Storage](docs/resources/storage.md)
* [User account](docs/resources/user_account.md)
* [Virtual media](docs/resources/virtual_media.md)