-
Notifications
You must be signed in to change notification settings - Fork 27
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ISSUE] BIOS Policy cannot be applied for CVA due to property does not exist. #221
Comments
@erqiyang - Unable to reproduce the issue. |
@erqiyang - The issue is this is a new BIOS token that hasn't been published to the API yet for the CVA. you need to wait for the next update and the issue will be resolved. Or set the provider version back to version 1.0.28 or something like that. |
@meghana-rajashekar , It should be repeatable with the latest version of Intersight CVA and terraform provider version 1.0.32 . @scotttyso , Thanks for your input. You are right. An earlier version works. Specifically, version 1.0.30 . Any earlier and it starts causing issue with other resources. |
@vvb - Please close this issue the answer has already been provided |
I stumpled since days over the problem, that i couldnt deploy a bios policy with the latest intersight provider 1.0.50 with a connected private virtual appliance. |
So this isn't super intuitive. But you need to Login to the PVA and look at the API Reference Version. Next go to the releases on GitHub Here: This will list under each release, which version of the API is supported: i.e. Match the Intersight Version to the Version shown in your API. That is what is necessary to do for confirming the supported release. I hope they do something to publish this on the module in the registry, but for now this is how you can get your answer. I recently started to renumber my module to make this a little more clear. It would be good if they were doing the same. https://github.com/terraform-cisco-modules/easy-imm/releases |
Description
When applying a bios policy with no other arguments (i.e, implying platform-default for all arguments) on a Connected Virtual Appliance, received a
400 Bad Request Response
error message. (see below). It indicates that some property on the BIOS policy does not exist. Have only seen it mentionedbios.Policy:CpuPaLimit
orbios.Policy:TpmPpiRequired
so far.This issue only occurs on CVA, (and possibly PVA as well). It does not happen on Saas.
This is kinda a deal breaker for trying to implement IaaC.
Terraform-provider-intersight version
1.0.32
Configuration file
Actual output (Attach screenshots if applicable)
or
Related issues/PRs
Not found
Suggest a fix
Can't tell if it's backend issue. But when comparing Saas and CVA, obvious disparity between available configurable property.
The text was updated successfully, but these errors were encountered: