HewlettPackard / oneview-chef

This project is no longer being developed and has limited support. In the near future this repository will be fully deprecated. Please consider using other OneView projects, such as Terraform and Ansible Collection
https://supermarket.chef.io/cookbooks/oneview
Apache License 2.0
17 stars 15 forks source link

Standardize 'os_build_plan' properties #202

Closed tmiotto closed 7 years ago

tmiotto commented 7 years ago

Scenario/Intent

We may want to standardize the use of 'os_build_plan' instead of only 'build_plan'.

Reason: Every piece of HPE OneView and Image Streamer refer it as 'OS Build Plan', although ruby implemented it OneviewSDK::ImageStreamer::BuildPlan

So, we may want to make the oneview cookbook use the right reference to it.

Environment Details

Steps to Reproduce

Check Deployment Plan files.

Expected Result

It should have the property os_build_plan

Actual Result

It has the property build_plan

jsmartt commented 7 years ago

Sounds good to me