HewlettPackard / oneview-puppet

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://forge.puppet.com/hewlettpackard/oneview
Apache License 2.0
8 stars 17 forks source link

Deployment Plan and Golden Image should use the default uri parser #121

Closed abiliogp closed 7 years ago

abiliogp commented 7 years ago

Scenario/Intent

Use the Deployment Plan resource from this module

Environment Details

-Puppet module for HPE OneView Version: 2.2.0 -OneView SDK Version: 3.1.0 -OneView Appliance Version: 3.0 -OneView Client API Version: 300 -Puppet Version: 4.8 -Ruby Version: 2.2.6 -Platform: Windows/Linux

Steps to Reproduce

-Try to call the resource Image_streamer_deployment_plan without special parsing for build_plan and golden_image -Try to call the resource Image_streamer_golden_image without special parsing for os_volume

Expected Result

-To use default parsing in the resource Deployment Plan on Image Streamer -To use default parsing in the resource Golden Image on Image Streamer

Actual Result

-Resource use special parsing for build_plan and golden_image due to Uri out of pattern in modules -Resource use special parsing for os_volume due to Uri out of pattern in modules