chef / knife-windows

Plugin for Chef's knife tool for working with Windows nodes
Apache License 2.0
152 stars 110 forks source link

Fix multiple session issue of concurrency flag #484

Closed NAshwini closed 4 years ago

NAshwini commented 5 years ago

Signed-off-by: NAshwini ashwini.nehate@msystechnologies.com

Description

Multiple servers can connect now using knife winrm command with and without providing an --concurrency The number of allowed concurrent connection option along with your --manual-list QUERY is a space separated list of servers option

Issues Resolved

https://github.com/chef/knife-windows/issues/445 https://github.com/chef/knife-windows/issues/402

Check List

tas50 commented 4 years ago

Can this get rebased the comments addressed please?

NAshwini commented 4 years ago

@marcparadise and @tas50 Sorry for late response. I have refactor the code as per review comment and rebase it.

Thanks.