Closed jsmickey closed 8 years ago
This is likely a duplicate of issue #201
Thanks @rhass-r7
Figured out a workaround
1 kitchen create windows 2 This will fail when trying to fetch the password 3 Edit .kitchen/windows.yml - Add the username, password, and status lines
---
server_id: i-28c22aef
hostname: 172.16.3.49
username: Administrator
password: xxxxxxxxxxx
status: created
4 kitchen create windows 5 kitchen converge windows
Closing as dupe
I am having trouble retrieving passwords for Windows instances. I am starting with a simple setup very similar to https://learn.chef.io/local-development/windows/apply-the-web-application-cookbook-locally/
Please note, the workstation is Ubuntu and I am building and testing EC2 instances for Ubuntu and RHEL with no issues. I am able to telnet to the instance via the winRM ports from my workstation. I have checked the instances and see the Powershell user data scripts did run properly.
Here is my .kitchen.yml
And here is the error
I have run kitchen diagnose, tried different AMIs, and tried different transport options with no success. Any help is appreciated