chef / kitchen-vcenter

A test-kitchen driver for vCenter REST API
https://www.chef.io/implementations/vmware
Apache License 2.0
25 stars 26 forks source link

Fix error handling and maintenance mode #150

Closed thheinen closed 3 years ago

thheinen commented 3 years ago

Description

Returns cleaner errors on authentication/permission issues and unexpected return values (no matches found for a resource or multiple).

Also fixes the behavior of sometimes targeting hosts in maintenance mode.

Related Issues

Relates to #77 for better debugging Implements #91 for excluding hosts in maintenance mode

Types of changes

Checklist:

thheinen commented 3 years ago

Pipeline failure seems related to Ruby version requirements, not the submitted code.