Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

NEW FEATURE: Add support for expanding the Boot Options for Boot data source #50

Open
anupamaloke opened this issue Sep 24, 2021 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@anupamaloke
Copy link
Collaborator

anupamaloke commented Sep 24, 2021

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Add support for expanding the Boot Options for Boot data source. The data source should also provide a list of the boot options and their details, similar to the following:

$ curl -k -s https://192.168.10.10/redfish/v1/Systems/System.Embedded.1/BootOptions/Boot0001 | python -m json.tool
{
    "@odata.context": "/redfish/v1/$metadata#BootOption.BootOption",
    "@odata.id": "/redfish/v1/Systems/System.Embedded.1/BootOptions/Boot0001",
    "@odata.type": "#BootOption.v1_0_3.BootOption",
    "BootOptionEnabled": true,
    "BootOptionReference": "Boot0001",
    "Description": "Current settings of the UEFI Boot option",
    "DisplayName": "PXE Device 2: Integrated NIC 1 Port 1 Partition 1",
    "Id": "Boot0001",
    "Name": "Uefi Boot Option",
    "UefiDevicePath": "VenHw(D227C733-F75F-4341-B749-4D1759EC8538)"
}

New or Affected Resource(s)

  • data_source_redfish_boot

Potential Terraform Configuration

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file.

References

  • #0000
@anupamaloke anupamaloke added the enhancement New feature or request label Sep 24, 2021
@anupamaloke anupamaloke added this to the v0.3.0 milestone Sep 24, 2021
@govindkg
Copy link

Hi All,

Can you please provide a sample code of Terraform to provision the Bare Metal server?

@anupamaloke
Copy link
Collaborator Author

@govindkg, you can find the example terraform plans [here] that you can refer to provision the bare-metal servers.

@bzub
Copy link

bzub commented Jul 6, 2022

The upstream gofish library has had some recent enhancements that may be useful for this issue.

stmcginnis/gofish#184
stmcginnis/gofish#185

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

3 participants