dell / terraform-provider-redfish

Terraform provider for Redfish REST APIs
https://registry.terraform.io/providers/dell/redfish/latest
Mozilla Public License 2.0
95 stars 21 forks source link

Add support for NIC resource #223

Closed taohe1012 closed 4 months ago

taohe1012 commented 4 months ago
SUMMARY

Add support for NIC resource

Relates OR Closes #0000

ISSUE TYPE
COMPONENT NAME

Resource: redfish_network_adapter

ADDITIONAL INFORMATION

At for nic resource are passed. at-result at-jobs

Release note for CHANGELOG:

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccXXX'

...

Community Note

terraform-providers-svc commented 4 months ago

Can one of the admins verify this patch?

taohe1012 commented 4 months ago

the resource_redfish_nic.go file is now divided to four files: resource_redfish_nic.go , resource_redfish_nic_helper.go, resource_redfish_nic_schema.go,resource_redfish_nic_schema_helper.go

AT is run again, and passed image image