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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update compatibility matrix for TF provider #71

Closed
chandru-tkc opened this issue Jul 9, 2019 · 1 comment
Closed

Update compatibility matrix for TF provider #71

chandru-tkc opened this issue Jul 9, 2019 · 1 comment

Comments

@chandru-tkc
Copy link
Contributor

The current tf provider v1.0.1 will throw errors when it works with Prism Central version 5.9 due to difference between the API specs. An example is is_connected attribute is not available in Prism central 5.9 for nic card, so anyone using latest provider v1.0.1 with 5.9 will hit the following error,

 “api_version”: “3.1",
 “code”: 422,
 “message_list”: [
   {
     “details”: {
       “spec.resources.nic_list.0": [
         “Additional properties are not allowed (u’is_connected’ was unexpected)”
       ]
     },
     “message”: “Request could not be processed.“,
     “reason”: “INVALID_REQUEST”
   }
 ],
 “state”: “ERROR”
}

The readme on the github project just says it works with any PC 5.6.0+ which is not true in this case. Please provide a compatibility matrix for the provider and PC versions

@marinsalinas
Copy link
Contributor

This issue was solved on #60.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants