Skip to content

Instantly share code, notes, and snippets.

@pburkholder
Last active November 25, 2015 17:28
Show Gist options
  • Save pburkholder/308160a7c79d4cffc1d3 to your computer and use it in GitHub Desktop.
Save pburkholder/308160a7c79d4cffc1d3 to your computer and use it in GitHub Desktop.
test-kitchen creation profiles

windows_tk

MacBook pro Retina 15-inch mid-2014 2.8Ghz i7 16Gb 1600Mhz DDR3

VMWARE fusion opentable-win-2008r2-standard-amd64-nocm

[pburkholder@cheffian windows_tk]$ kitchen create
-----> Creating <default-opentable-win-2008r2-standard-amd64-nocm>...
[10s]
       Bringing machine 'default' up with 'vmware_fusion' provider...
       ==> default: Cloning VMware VM: 'opentable/win-2008r2-standard-amd64-nocm'. This can take some time...
[20s]
       ==> default: Checking if box 'opentable/win-2008r2-standard-amd64-nocm' is up to date...
       ==> default: Verifying vmnet devices are healthy...
       ==> default: Preparing network adapters...
       ==> default: Starting the VMware VM...
       ==> default: Waiting for machine to boot. This may take a few minutes...
[30s]
           default: WinRM address: 172.16.105.213:5985
           default: WinRM username: vagrant
           default: WinRM transport: plaintext
[180s]
       ==> default: Machine booted and ready!
       ==> default: Forwarding ports...
           default: -- 5985 => 55985
           default: -- 5986 => 55986
       ==> default: Configuring network adapters within the VM...
[10s]
       ==> default: Machine not provisioned because `--no-provision` is specified.
       [WinRM] Established
       Vagrant instance <default-opentable-win-2008r2-standard-amd64-nocm> created.
       Finished creating <default-opentable-win-2008r2-standard-amd64-nocm> (4m8.56s).
-----> Kitchen is finished. (4m11.07s)

VirtualBox profile opentable-win-2008r2-standard-amd64-nocm

-----> Starting Kitchen (v1.4.2)
/opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/httpclient-2.6.0.1/lib/httpclient/webagent-cookie.rb:458: warning: already initialized constant HTTPClient::CookieManager
/opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/httpclient-2.6.0.1/lib/httpclient/cookie.rb:8: warning: previous definition of CookieManager was here
-----> Creating <default-opentable-win-2008r2-standard-amd64-nocm>...
       Bringing machine 'default' up with 'virtualbox' provider...
       ==> default: Importing base box 'opentable/win-2008r2-standard-amd64-nocm'...
[50s]
==> default: Matching MAC address for NAT networking...
       ==> default: Checking if box 'opentable/win-2008r2-standard-amd64-nocm' is up to date...
       ==> default: Setting the name of the VM: kitchen-windows_tk-default-opentable-win-2008r2-standard-amd64-nocm_default_1448468340368_68932
       ==> default: Clearing any previously set network interfaces...
       ==> default: Preparing network interfaces based on configuration...
           default: Adapter 1: nat
       ==> default: Forwarding ports...
           default: 5985 => 55985 (adapter 1)
           default: 5986 => 55986 (adapter 1)
       ==> default: Running 'pre-boot' VM customizations...
       ==> default: Booting VM...
       ==> default: Waiting for machine to boot. This may take a few minutes...    default: WinRM address: 127.0.0.1:55985
           default: WinRM username: vagrant
           default: WinRM transport: plaintext
[140s]
       ==> default: Machine booted and ready!
       ==> default: Checking for guest additions in VM...
           default: The guest additions on this VM do not match the installed version of
           default: VirtualBox! In most cases this is fine, but in rare cases it can
           default: prevent things such as shared folders from working properly. If you see
           default: shared folder errors, please make sure the guest additions within the
           default: virtual machine match the version of VirtualBox you have installed on
           default: your host and reload your VM.
           default:
           default: Guest Additions Version: 4.3.12
           default: VirtualBox Version: 5.0
       ==> default: Machine not provisioned because `--no-provision` is specified.
       [WinRM] Established
       Vagrant instance <default-opentable-win-2008r2-standard-amd64-nocm> created.
       Finished creating <default-opentable-win-2008r2-standard-amd64-nocm> (3m14.71s).
-----> Kitchen is finished. (3m17.36s)

virtual box win2k12r2

-----> Starting Kitchen (v1.4.2)
-----> Creating <default-win2k12r2>...
       Bringing machine 'default' up with 'virtualbox' provider...
       ==> default: Importing base box 'win2k12r2'...
[50s]
==> default: Matching MAC address for NAT networking...
       ==> default: Setting the name of the VM: kitchen-windows_tk-default-win2k12r2_default_1448470439512_42087
       ==> default: Clearing any previously set network interfaces...
       ==> default: Preparing network interfaces based on configuration...
           default: Adapter 1: nat
       ==> default: Forwarding ports...
           default: 3389 => 3389 (adapter 1)
           default: 5985 => 5985 (adapter 1)
           default: 22 => 2222 (adapter 1)
       ==> default: Running 'pre-boot' VM customizations...
       ==> default: Booting VM...
       ==> default: Waiting for machine to boot. This may take a few minutes...
           default: WinRM address: 127.0.0.1:5985
           default: WinRM username: vagrant
           default: WinRM transport: plaintext
[20s]
       ==> default: Machine booted and ready!
       ==> default: Checking for guest additions in VM...
           default: The guest additions on this VM do not match the installed version of
           default: VirtualBox! In most cases this is fine, but in rare cases it can
           default: prevent things such as shared folders from working properly. If you see
           default: shared folder errors, please make sure the guest additions within the
           default: virtual machine match the version of VirtualBox you have installed on
           default: your host and reload your VM.
           default:
           default: Guest Additions Version: 4.3.20
           default: VirtualBox Version: 5.0
       ==> default: Machine not provisioned because `--no-provision` is specified.
       [WinRM] Established
       Vagrant instance <default-win2k12r2> created.
       Finished creating <default-win2k12r2> (1m21.97s).
-----> Kitchen is finished. (1m24.53s)

Virtualbox opentable/win-2012r2-standard-amd64-nocm

-----> Creating <default-opentable-win-2012r2-standard-amd64-nocm>...
Wed Nov 25 12:25:05 EST 2015
       Bringing machine 'default' up with 'virtualbox' provider...
       ==> default: Importing base box 'opentable/win-2012r2-standard-amd64-nocm'...
[40s]
==> default: Matching MAC address for NAT networking...
       ==> default: Checking if box 'opentable/win-2012r2-standard-amd64-nocm' is up to date...
       ==> default: Setting the name of the VM: kitchen-windows_tk-default-opentable-win-2012r2-standard-amd64-nocm_default_1448472354474_31464
[10s]
       ==> default: Clearing any previously set network interfaces...
       ==> default: Preparing network interfaces based on configuration...
           default: Adapter 1: nat
       ==> default: Forwarding ports...
           default: 5985 => 55985 (adapter 1)
           default: 5986 => 55986 (adapter 1)
       ==> default: Running 'pre-boot' VM customizations...
       ==> default: Booting VM...
       ==> default: Waiting for machine to boot. This may take a few minutes...
           default: WinRM address: 127.0.0.1:55985
           default: WinRM username: vagrant
           default: WinRM transport: plaintext
[20s]
       ==> default: Machine booted and ready!
       ==> default: Checking for guest additions in VM...
           default: The guest additions on this VM do not match the installed version of
           default: VirtualBox! In most cases this is fine, but in rare cases it can
           default: prevent things such as shared folders from working properly. If you see
           default: shared folder errors, please make sure the guest additions within the
           default: virtual machine match the version of VirtualBox you have installed on
           default: your host and reload your VM.
           default:
           default: Guest Additions Version: 4.3.12
           default: VirtualBox Version: 5.0
       ==> default: Machine not provisioned because `--no-provision` is specified.
       [WinRM] Established
       Vagrant instance <default-opentable-win-2012r2-standard-amd64-nocm> created.
       Finished creating <default-opentable-win-2012r2-standard-amd64-nocm> (1m20.47s).
-----> Kitchen is finished. (1m23.00s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment