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

Support for adding new NIC while cloning the vm #167

Closed ashiqueps closed 2 years ago

ashiqueps commented 2 years ago

Signed-off-by: Ashique Saidalavi ashique.saidalavi@progress.com

Description

If the VM template lacks a NIC then test-kitchen should be able to pass on NIC details via kitchen.yml and kitchen-vcenter should be able to call relevant vCenter API to add NIC in the cloned VM.

Related Issue

Types of changes

Checklist:

ashiqueps commented 2 years ago

Converting the PR to draft since the functionality is not complete.