This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Description
Scenario/Intent
Trying to create and apply server profiles that include OneView managed local SmartArray devices. Works from GUI but when applied from python script fails. I think the feature was added in OV5.0 which uses API version 1200 but when I put that in the config the SDK bombs. Had to back it down to 1000.
SDKs need to track with OV published releases, this is critical for customer automation development.
Environment Details
- OneView SDK Version: 4.80
- OneView Appliance Version: 5.00.00
- OneView Client API Version: 1000 (want 1200)
- Python Version: 3.7.6
- Platform: Ubuntu 18.04.3
Steps to Reproduce
Try using API Client version 1200 :)
Expected Result
Script that just creates a profile from a template expected to have all features of the defined template
Actual Result
Created profile is missing features of the source template
I’m traveling right now but I can provide more details if needed but this should be pretty obvious.