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

Implement GET endpoint as FACTS #63

Closed fgbulsoni closed 3 years ago

fgbulsoni commented 7 years ago

Scenario/Intent

Use the information from a get endpoint as an input or variable for a resource declaration

Environment Details

Steps to Reproduce

Feature not implemented - no steps to reproduce

Expected Result

Expected meaningful facts with output that can be used as variables on resource declarations

Actual Result

Currently no facts are available for this module

fgbulsoni commented 7 years ago

A different idea might also be to implement a custom Puppet function for a generic find_by using the oneview-sdk and receiving the resource type to be searched. This would also allow for calling the function inside the manifests and may be as reliable as, or even more reliable than a FACT.

VenkateshRavula commented 3 years ago

This SDK has limited support and will not be actively developed for the foreseeable future.