You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the kitchen features of this gem and I'd like to run kitchen converge on an existing VM and not create a new VM (as I do not have privileges to do so)
What options would I need to pass in my .kitchen.yml to achieve this?
template_name: 'UK09125ISS03' is a powered on VM and not a template
Here is the exception I am getting;
`>>>>>> ------Exception-------
Class: Kitchen::ActionFailed
Message: 1 actions failed.
Failed to complete #create action: [NoPermission: Permission to perform this operation was denied.] on default-UK09125ISS03
----------------------`
The text was updated successfully, but these errors were encountered:
I am using the kitchen features of this gem and I'd like to run kitchen converge on an existing VM and not create a new VM (as I do not have privileges to do so)
What options would I need to pass in my .kitchen.yml to achieve this?
Here is a snippet of it;
template_name: 'UK09125ISS03'
is a powered on VM and not a templateHere is the exception I am getting;
`>>>>>> ------Exception-------
The text was updated successfully, but these errors were encountered: