oracle-samples / knife-oci

Chef Knife Plugin for Oracle Cloud Infrastructure
https://cloud.oracle.com/cloud-infrastructure
Other
12 stars 15 forks source link

first cut at 'server show' functionality #26

Closed lidl closed 7 years ago

lidl commented 7 years ago

This has the core functionality for 'knife bmcs server show' implemented. I'm reasonably happy with the code, but haven't yet written the unit tests for it. I was hoping you could give it a try and let me know what you think about the output format that I'm generating.

Note: this requires the oraclebmc 1.2.4 sdk to function.

briangustafson commented 7 years ago

A couple minor comments, but otherwise looks good.