[chef] Re: Re: [chef-dev] Kitchen-ec2 0.10.0.rc.0 Released


Chronological Thread 
  • From: Yoshi Spendiff < >
  • To: chef < >
  • Subject: [chef] Re: Re: [chef-dev] Kitchen-ec2 0.10.0.rc.0 Released
  • Date: Thu, 18 Jun 2015 16:33:57 -0700

Cracking work Tyler.

On Thu, Jun 18, 2015 at 2:41 PM, Steven Murawski < " target="_blank"> > wrote:
This is pretty awesome Tyler!  And that's a sweet trick to create the user from the transport options.

Steve

Steven Murawski
Community Software Development Engineer @ Chef
Microsoft MVP - PowerShell
http://stevenmurawski.com

On 6/18/2015 4:35:34 PM, Tyler Ball < " target="_blank"> > wrote:

Hot on the heals of the Test Kitchen release, I have released the RC of kitchen-ec2 0.10.0.  The big feature in this release is support for Windows guests in AWS.  As a quickstart guide you can specify:

platforms:
  - name: windows-2012r2
  
This will create a Windows guest using the default AMI provided for Windows 2012R2.  To use `kitchen login` you need the password for the Administrator user, which we fetch from AWS and store in the `.kitchen/<platform>-<suite>.json` file.  Unfortunately we cannot automatically provide this password to RDP at this point.

You can, however, specify your own username and password with transport options:

transport:
  username: foo
  password: bar

Or

platforms:
  - name: windows-2012r2
  transport:
    username: foo
    password: bar

We specify a default user data which adds that user to the Administrator group, and you can then `kitchen login` with the known user and password.  See the CHANGELOG for more details.

If there are no issues reported with this RC I will officially release it next week.

Cheers!
-Tyler



--
Yoshi Spendiff
Ops Engineer
Indochino
Mobile: +1 778 952 2025



Archive powered by MHonArc 2.6.16.

§