Last active
August 29, 2015 14:03
-
-
Save StefanScherer/d7469c9a1e88e592f140 to your computer and use it in GitHub Desktop.
vagrant-vcloud PR 90, still sometimes WinRM problems
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Started by user anonymous | |
Building remotely on vmware-slave (windows vmware swarm) in workspace c:\jenkins\workspace\windows_2008_r2_vcloud | |
> git rev-parse --is-inside-work-tree | |
Fetching changes from the remote Git repository | |
> git config remote.origin.url https://github.com/StefanScherer/packer-windows | |
Fetching upstream changes from https://github.com/StefanScherer/packer-windows | |
> git --version | |
> git fetch --tags --progress https://github.com/StefanScherer/packer-windows +refs/heads/*:refs/remotes/origin/* | |
> git rev-parse "origin/my_vagrant_vcloud^{commit}" | |
Checking out Revision 4d3f3aaf2bb4505ddd628d66f7049104f2882cd3 (origin/my_vagrant_vcloud) | |
> git config core.sparsecheckout | |
> git checkout -f 4d3f3aaf2bb4505ddd628d66f7049104f2882cd3 | |
> git rev-list 9d3632501a2c92ae0fd24754fbef002d6074a4aa | |
[windows_2008_r2_vcloud] $ cmd /c call C:\Users\vagrant\AppData\Local\Temp\hudson3633452199809401020.bat | |
c:\jenkins\workspace\windows_2008_r2_vcloud>if exist output-vmware-iso (rmdir /S /Q output-vmware-iso ) | |
c:\jenkins\workspace\windows_2008_r2_vcloud>packer build --only=vmware-iso windows_2008_r2_vcloud.json | |
vmware-iso output will be in this color. | |
==> vmware-iso: Downloading or copying ISO | |
vmware-iso: Downloading or copying: http://roecloudsrv001.sealsystems.local/windows/win2008r2sp1_datacenter_en/SW_DVD5_Windows_Svr_DC_EE_SE_Web_2008_R2_64Bit_English_w_SP1_MLF_X17-22580.ISO | |
vmware-iso: Download progress: 11% | |
vmware-iso: Download progress: 22% | |
vmware-iso: Download progress: 31% | |
vmware-iso: Download progress: 39% | |
vmware-iso: Download progress: 52% | |
vmware-iso: Download progress: 64% | |
vmware-iso: Download progress: 74% | |
vmware-iso: Download progress: 84% | |
vmware-iso: Download progress: 95% | |
vmware-iso: Download progress: 100% | |
vmware-iso: Download progress: 100% | |
vmware-iso: Download progress: 100% | |
vmware-iso: Download progress: 100% | |
vmware-iso: Download progress: 100% | |
vmware-iso: Download progress: 100% | |
vmware-iso: Download progress: 100% | |
vmware-iso: Download progress: 100% | |
==> vmware-iso: Creating floppy disk... | |
vmware-iso: Copying: ./answer_files/2008_r2/Autounattend.xml | |
vmware-iso: Copying: ./scripts/win-updates.ps1 | |
vmware-iso: Copying: ./scripts/vcloud/openssh.ps1 | |
==> vmware-iso: Creating virtual machine disk | |
==> vmware-iso: Building and writing VMX file | |
==> vmware-iso: Starting virtual machine... | |
==> vmware-iso: Waiting 2m0s for boot... | |
==> vmware-iso: Connecting to VM via VNC | |
==> vmware-iso: Typing the boot command over VNC... | |
==> vmware-iso: Waiting for SSH to become available... | |
==> vmware-iso: Connected to SSH! | |
==> vmware-iso: Uploading the 'windows' VMware Tools | |
==> vmware-iso: Provisioning with shell script: ./scripts/vm-guest-tools.bat | |
vmware-iso: | |
vmware-iso: C:\Users\vagrant>if not exist "C:\Windows\Temp\7z920-x64.msi" (powershell -Command "(New-Object System.Net.WebClient).DownloadFile('http://downloads.sourceforge.net/sevenzip/7z920-x64.msi', 'C:\Windows\Temp\7z920-x64.msi')" 0<NUL ) | |
vmware-iso: | |
vmware-iso: C:\Users\vagrant>msiexec /qb /i C:\Windows\Temp\7z920-x64.msi | |
vmware-iso: | |
vmware-iso: C:\Users\vagrant>if "vmware-iso" EQU "vmware-iso" goto :vmware | |
vmware-iso: | |
vmware-iso: C:\Users\vagrant>if exist "C:\Users\vagrant\windows.iso" (move /Y C:\Users\vagrant\windows.iso C:\Windows\Temp ) | |
vmware-iso: 1 file(s) moved. | |
vmware-iso: | |
vmware-iso: C:\Users\vagrant>if not exist "C:\Windows\Temp\windows.iso" ( | |
vmware-iso: powershell -Command "(New-Object System.Net.WebClient).DownloadFile('http://softwareupdate.vmware.com/cds/vmw-desktop/ws/10.0.1/1379776/windows/packages/tools-windows-9.6.1.exe.tar', 'C:\Windows\Temp\vmware-tools.exe.tar')" 0<NUL | |
vmware-iso: cmd /c ""C:\Program Files\7-Zip\7z.exe" x C:\Windows\Temp\vmware-tools.exe.tar -oC:\Windows\Temp" | |
vmware-iso: FOR /R "C:\Windows\Temp" %a in (tools-windows-*.exe) DO REN "%~a" "tools-windows.exe" | |
vmware-iso: cmd /c C:\Windows\Temp\tools-windows | |
vmware-iso: move /Y "C:\Program Files (x86)\VMware\tools-windows\windows.iso" C:\Windows\Temp | |
vmware-iso: rd /S /Q "C:\Program Files (x86)\VMWare" | |
vmware-iso: ) | |
vmware-iso: | |
vmware-iso: C:\Users\vagrant>cmd /c ""C:\Program Files\7-Zip\7z.exe" x "C:\Windows\Temp\windows.iso" -oC:\Windows\Temp\VMWare" | |
vmware-iso: | |
vmware-iso: 7-Zip [64] 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18 | |
vmware-iso: | |
vmware-iso: Processing archive: C:\Windows\Temp\windows.iso | |
vmware-iso: | |
vmware-iso: Extracting Program Files | |
vmware-iso: Extracting Program Files\VMware | |
vmware-iso: Extracting Program Files\VMware\VMware Tools | |
vmware-iso: Extracting Program Files\VMware\VMware Tools\Drivers | |
vmware-iso: Extracting Program Files\VMware\VMware Tools\Drivers\scsi | |
vmware-iso: Extracting Program Files\VMware\VMware Tools\Drivers\scsi\txtsetup.oem | |
vmware-iso: Extracting Program Files\VMware\VMware Tools\Drivers\scsi\vmscsi.cat | |
vmware-iso: Extracting Program Files\VMware\VMware Tools\Drivers\scsi\vmscsi.inf | |
vmware-iso: Extracting Program Files\VMware\VMware Tools\Drivers\scsi\vmscsi.sys | |
vmware-iso: Extracting Program Files\VMware\VMware Tools\VMwareToolsUpgrader.exe | |
vmware-iso: Extracting Program Files\VMware\VMware Tools\vmrptool.exe | |
vmware-iso: Extracting Program Files\VMware\VMware Tools\x64 | |
vmware-iso: Extracting Program Files\VMware\VMware Tools\x64\VMwareToolsUpgrader.exe | |
vmware-iso: Extracting Program Files\VMware\VMware Tools\x64\vmrptool64.exe | |
vmware-iso: Extracting VMwareToolsUpgrader.exe | |
vmware-iso: Extracting autorun.ico | |
vmware-iso: Extracting autorun.inf | |
vmware-iso: Extracting certified.txt | |
vmware-iso: Extracting manifest.txt | |
vmware-iso: Extracting setup.exe | |
vmware-iso: Extracting setup64.exe | |
vmware-iso: | |
vmware-iso: Everything is Ok | |
vmware-iso: | |
vmware-iso: Folders: 6 | |
vmware-iso: Files: 15 | |
vmware-iso: Size: 85271548 | |
vmware-iso: Compressed: 85426176 | |
vmware-iso: | |
vmware-iso: C:\Users\vagrant>cmd /c C:\Windows\Temp\VMWare\setup.exe /S /v"/qn REBOOT=R\" | |
vmware-iso: | |
vmware-iso: C:\Users\vagrant>goto :done | |
vmware-iso: | |
vmware-iso: C:\Users\vagrant>msiexec /qb /x C:\Windows\Temp\7z920-x64.msi | |
==> vmware-iso: Provisioning with shell script: ./scripts/vcloud/rsync.bat | |
vmware-iso: | |
vmware-iso: C:\Users\vagrant>rem install rsync for vcloud | |
vmware-iso: | |
vmware-iso: C:\Users\vagrant>if not exist "C:\Windows\Temp\7z920-x64.msi" (powershell -Command "(New-Object System.Net.WebClient).DownloadFile('http://downloads.sourceforge.net/sevenzip/7z920-x64.msi', 'C:\Windows\Temp\7z920-x64.msi')" 0<NUL ) | |
vmware-iso: | |
vmware-iso: C:\Users\vagrant>msiexec /qb /i C:\Windows\Temp\7z920-x64.msi | |
vmware-iso: | |
vmware-iso: C:\Users\vagrant>pushd C:\Windows\Temp | |
vmware-iso: | |
vmware-iso: C:\Windows\Temp>powershell -Command "(New-Object System.Net.WebClient).DownloadFile('http://ftp.inf.tu-dresden.de/software/windows/cygwin32/x86_64/release/rsync/rsync-3.1.0-1.tar.xz', 'C:\Windows\Temp\rsync-3.1.0-1.tar.xz')" 0<NUL | |
vmware-iso: | |
vmware-iso: C:\Windows\Temp>cmd /c ""C:\Program Files\7-Zip\7z.exe" x rsync-3.1.0-1.tar.xz" | |
vmware-iso: | |
vmware-iso: 7-Zip [64] 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18 | |
vmware-iso: | |
vmware-iso: Processing archive: rsync-3.1.0-1.tar.xz | |
vmware-iso: | |
vmware-iso: Extracting rsync-3.1.0-1.tar | |
vmware-iso: | |
vmware-iso: Everything is Ok | |
vmware-iso: | |
vmware-iso: Size: 1976320 | |
vmware-iso: Compressed: 647156 | |
vmware-iso: | |
vmware-iso: C:\Windows\Temp>cmd /c ""C:\Program Files\7-Zip\7z.exe" x rsync-3.1.0-1.tar" | |
vmware-iso: | |
vmware-iso: 7-Zip [64] 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18 | |
vmware-iso: | |
vmware-iso: Processing archive: rsync-3.1.0-1.tar | |
vmware-iso: | |
vmware-iso: Extracting usr | |
vmware-iso: Extracting usr\bin | |
vmware-iso: Extracting usr\bin\rsync.exe | |
vmware-iso: Extracting usr\share | |
vmware-iso: Extracting usr\share\doc | |
vmware-iso: Extracting usr\share\doc\Cygwin | |
vmware-iso: Extracting usr\share\doc\Cygwin\rsync.README | |
vmware-iso: Extracting usr\share\doc\rsync | |
vmware-iso: Extracting usr\share\doc\rsync\COPYING | |
vmware-iso: Extracting usr\share\doc\rsync\csprotocol.txt | |
vmware-iso: Extracting usr\share\doc\rsync\NEWS | |
vmware-iso: Extracting usr\share\doc\rsync\README | |
vmware-iso: Extracting usr\share\doc\rsync\rsync3.txt | |
vmware-iso: Extracting usr\share\doc\rsync\rsyncsh.txt | |
vmware-iso: Extracting usr\share\doc\rsync\TODO | |
vmware-iso: Extracting usr\share\man | |
vmware-iso: Extracting usr\share\man\man1 | |
vmware-iso: | |
vmware-iso: Extracting usr\share\man\man1\rsync.1.gz | |
vmware-iso: Extracting usr\share\man\man5 | |
vmware-iso: Extracting usr\share\man\man5\rsyncd.conf.5.gz | |
vmware-iso: | |
vmware-iso: Everything is Ok | |
vmware-iso: | |
vmware-iso: Folders: 9 | |
vmware-iso: Files: 11 | |
vmware-iso: Size: 1955267 | |
vmware-iso: Compressed: 1976320 | |
vmware-iso: | |
vmware-iso: C:\Windows\Temp>copy /Y usr\bin\rsync.exe "C:\Program Files\OpenSSH\bin\rsync.exe" | |
vmware-iso: 1 file(s) copied. | |
vmware-iso: | |
vmware-iso: C:\Windows\Temp>popd | |
vmware-iso: | |
vmware-iso: C:\Users\vagrant>msiexec /qb /x C:\Windows\Temp\7z920-x64.msi | |
vmware-iso: | |
vmware-iso: C:\Users\vagrant>rem make symlink for c:/vagrant share | |
vmware-iso: | |
vmware-iso: C:\Users\vagrant>mklink /D "C:\Program Files\OpenSSH\vagrant" "C:\vagrant" | |
vmware-iso: symbolic link created for C:\Program Files\OpenSSH\vagrant <<===>> C:\vagrant | |
==> vmware-iso: Provisioning with shell script: ./scripts/enable-remote-desktop.bat | |
vmware-iso: | |
vmware-iso: | |
vmware-iso: | |
vmware-iso: C:\Users\vagrant>rem from http://networkerslog.blogspot.de/2013/09/how-to-enable-remote-desktop-remotely.html | |
vmware-iso: | |
vmware-iso: C:\Users\vagrant>rem 1) Enable Remote Desktop | |
vmware-iso: | |
vmware-iso: C:\Users\vagrant>rem set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server' -name "fDenyTSConnections" -Value 0 | |
vmware-iso: | |
vmware-iso: C:\Users\vagrant>reg add "HKLM\System\CurrentControlSet\Control\Terminal Server" /v "fDenyTSConnections" /t REG_DWORD /d 0 /f | |
vmware-iso: The operation completed successfully. | |
vmware-iso: | |
vmware-iso: C:\Users\vagrant>rem 2) Allow incoming RDP on firewall | |
vmware-iso: | |
vmware-iso: C:\Users\vagrant>rem Enable-NetFirewallRule -DisplayGroup "Remote Desktop" | |
vmware-iso: | |
vmware-iso: C:\Users\vagrant>netsh advfirewall firewall set rule group="Remote Desktop" new enable=yes | |
vmware-iso: | |
vmware-iso: Updated 1 rule(s). | |
vmware-iso: Ok. | |
vmware-iso: | |
vmware-iso: | |
vmware-iso: C:\Users\vagrant>rem 3) Enable secure RDP authentication | |
vmware-iso: | |
vmware-iso: C:\Users\vagrant>rem set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp' -name "UserAuthentication" -Value 0 | |
vmware-iso: | |
vmware-iso: C:\Users\vagrant>reg add "HKLM\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" /v "UserAuthentication" /t REG_DWORD /d 0 /f | |
vmware-iso: The operation completed successfully. | |
==> vmware-iso: Provisioning with shell script: ./scripts/enable-winrm.bat | |
vmware-iso: | |
vmware-iso: C:\Users\vagrant>rem Enable-NetFirewallRule for WinRM | |
vmware-iso: | |
vmware-iso: C:\Users\vagrant>netsh advfirewall firewall add rule name="Port 5985" dir=in action=allow protocol=TCP localport=5985 | |
vmware-iso: | |
vmware-iso: | |
vmware-iso: Ok. | |
vmware-iso: | |
vmware-iso: | |
vmware-iso: | |
vmware-iso: | |
vmware-iso: | |
vmware-iso: | |
==> vmware-iso: Provisioning with shell script: ./scripts/vagrant-ssh.bat | |
vmware-iso: | |
vmware-iso: C:\Users\vagrant>if exist a:\vagrant.pub (copy a:\vagrant.pub C:\Users\vagrant\.ssh\authorized_keys ) else (powershell -Command "(New-Object System.Net.WebClient).DownloadFile('https://raw.github.com/mitchellh/vagrant/master/keys/vagrant.pub', 'C:\Users\vagrant\.ssh\authorized_keys')" 0<NUL ) | |
==> vmware-iso: Provisioning with shell script: C:\Users\vagrant\AppData\Local\Temp\packer-shell008448703 | |
==> vmware-iso: Gracefully halting virtual machine... | |
vmware-iso: Waiting for VMware to clean up after itself... | |
==> vmware-iso: Deleting unnecessary VMware files... | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\0244a709f0a6a5ee01249dd4b2b5909f.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\0244a709f0a6a5ee01249dd4b2b5909f.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\094ac3d0b4ec02adfd3fd314b3699e2b.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\094ac3d0b4ec02adfd3fd314b3699e2b.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\0a0db229eb935ab395fdbf4bb0a8a3ba.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\0a0db229eb935ab395fdbf4bb0a8a3ba.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\0d1ab3b4cc64f9efcb189414487fd7a5.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\0d1ab3b4cc64f9efcb189414487fd7a5.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\0e469eee0c8567ed0659732027f7ce54.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\0e469eee0c8567ed0659732027f7ce54.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\135ee1367847625394e098038b59c32f.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\135ee1367847625394e098038b59c32f.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\1514dd1128cab9fa01f2a695aa60b8a9.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\1514dd1128cab9fa01f2a695aa60b8a9.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\164e6321b2ae5a97e2af3fec0b538503.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\164e6321b2ae5a97e2af3fec0b538503.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\1e383387253902e5b21965825019e099.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\1e383387253902e5b21965825019e099.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\25502c1768f998adb5bf9f37dc7af1ae.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\25502c1768f998adb5bf9f37dc7af1ae.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\2b54129bba37de33da847fd4c2edc226.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\2b54129bba37de33da847fd4c2edc226.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\2b5b4fd0791f434a0c069dc1cab2c4d5.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\2b5b4fd0791f434a0c069dc1cab2c4d5.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\2e0ded1cde5f7b263460e56228f74734.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\2e0ded1cde5f7b263460e56228f74734.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\339af61b1d2ad049035384bce04f763e.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\339af61b1d2ad049035384bce04f763e.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\38bb85639731190fa03deafd79c14db3.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\38bb85639731190fa03deafd79c14db3.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\39f9033101200e3bcd7ce58364d8a8c1.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\39f9033101200e3bcd7ce58364d8a8c1.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\3e50c75248839d7b049dafe38dab11e2.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\3e50c75248839d7b049dafe38dab11e2.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\42f4585e866017a344d35b72108d012f.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\42f4585e866017a344d35b72108d012f.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\44c6768a80bd38db78c740326394b573.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\44c6768a80bd38db78c740326394b573.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\463ecef1b10cb48b1e217ae0326a152f.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\463ecef1b10cb48b1e217ae0326a152f.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\4edadd97450a1d8abd13f9ce691b9011.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\4edadd97450a1d8abd13f9ce691b9011.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\523e394124b38fe17931a3dbbd63e0be.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\523e394124b38fe17931a3dbbd63e0be.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\561b827d4f5ab84929bb50e1990d9045.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\561b827d4f5ab84929bb50e1990d9045.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\5ff831e83a4ec0c74cac467e513c4304.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\5ff831e83a4ec0c74cac467e513c4304.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\606e043f0417fd504167d0cd7aad37ee.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\606e043f0417fd504167d0cd7aad37ee.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\635534b3fe452029a0670f0d9d791238.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\635534b3fe452029a0670f0d9d791238.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\6f0d6f4d49f660353d93cea7020410f9.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\6f0d6f4d49f660353d93cea7020410f9.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\7167b3f1de034fd861b95b068e422c73.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\7167b3f1de034fd861b95b068e422c73.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\7591ae9bcc43e1376df5422daf41fae7.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\7591ae9bcc43e1376df5422daf41fae7.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\76d78c9d24d747f4e5b2a1779b98dfd1.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\76d78c9d24d747f4e5b2a1779b98dfd1.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\7a5b716492fbc17fac9f896375680d25.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\7a5b716492fbc17fac9f896375680d25.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\7de42d8b69ba61466ec3daf83d57d4da.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\7de42d8b69ba61466ec3daf83d57d4da.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\81b8fc7274423ac47a74cc0a8488eb7c.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\81b8fc7274423ac47a74cc0a8488eb7c.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\826e5b5861eac43684b45d44555c01a1.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\826e5b5861eac43684b45d44555c01a1.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\832d9e362ed84d0e3043e083b7189452.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\832d9e362ed84d0e3043e083b7189452.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\863512a826342b84dd87009c1e66476c.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\863512a826342b84dd87009c1e66476c.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\8d510798abb0e328cbe27a5ff7d10a33.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\8d510798abb0e328cbe27a5ff7d10a33.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\92e3882d0defb7bc4b5f7546e0cb13f1.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\92e3882d0defb7bc4b5f7546e0cb13f1.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\aa021fbb9f5b307bffe6e5da39ac9066.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\aa021fbb9f5b307bffe6e5da39ac9066.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\ae911c0b2eb89cef7d2112e32e861530.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\ae911c0b2eb89cef7d2112e32e861530.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\ba9a9102112f8b04c2776657e3aab54b.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\ba9a9102112f8b04c2776657e3aab54b.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\baccbaecb1fc853971269ff46e173e92.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\baccbaecb1fc853971269ff46e173e92.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\c1afd3676c11af1e3d6e28c8d5c44816.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\c1afd3676c11af1e3d6e28c8d5c44816.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\cb2bf8c6ad426de6c94496eda41b775f.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\cb2bf8c6ad426de6c94496eda41b775f.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\d17c74e9dae60e6d20dcb11059031f0a.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\d17c74e9dae60e6d20dcb11059031f0a.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\d62bccef5b8d4c62fa529d48d3b7fcf0.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\d62bccef5b8d4c62fa529d48d3b7fcf0.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\da96f286b2e0bb6a278fee0433e048bc.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\da96f286b2e0bb6a278fee0433e048bc.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\dc8ddeac4feb58cda47b65ec2095a1ef.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\dc8ddeac4feb58cda47b65ec2095a1ef.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\ddac91e0f52b067d5596b069915f7c1c.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\ddac91e0f52b067d5596b069915f7c1c.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\ddd78b4d026df5226a962d33eb0f9938.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\ddd78b4d026df5226a962d33eb0f9938.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\de215fe033e014b2408634791b1ce234.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\de215fe033e014b2408634791b1ce234.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\dfc3ca45e28b1cc0df19630b78ff1b5b.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\dfc3ca45e28b1cc0df19630b78ff1b5b.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\e14565c8f72626f116b1df774114a72b.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\e14565c8f72626f116b1df774114a72b.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\e24e676e7dee39e8e3f6e75b598c913f.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\e24e676e7dee39e8e3f6e75b598c913f.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\ed94f980dde342e2c933274f1f39511b.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\ed94f980dde342e2c933274f1f39511b.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\f31b4223203f8af0d18c91ad1c8930c5.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\f31b4223203f8af0d18c91ad1c8930c5.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\f48020a94315f144d5c7b4819c4aa7d8.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\f48020a94315f144d5c7b4819c4aa7d8.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\f6a92ea7a3116964f9e98a7e98f11f8a.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\f6a92ea7a3116964f9e98a7e98f11f8a.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\fd452f3a4666e1a4f2e8e766245b3eda.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\fd452f3a4666e1a4f2e8e766245b3eda.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\fe4ce242ad984c11e9a3e855fad9df92.appicon | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\fe4ce242ad984c11e9a3e855fad9df92.appinfo | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\appData\version | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\launchMenu\launchMenu.menudata | |
vmware-iso: Deleting: output-vmware-iso\caches\GuestAppsCache\launchMenu\version | |
vmware-iso: Deleting: output-vmware-iso\vmware.log | |
==> vmware-iso: Cleaning VMX prior to finishing up... | |
vmware-iso: Unmounting floppy from VMX... | |
vmware-iso: Detaching ISO from CD-ROM device... | |
==> vmware-iso: Compacting the disk image | |
==> vmware-iso: Running post-processor: vagrant-vmware-ovf | |
==> vmware-iso (vagrant-vmware-ovf): Creating Vagrant box for 'vcloud' provider | |
vmware-iso (vagrant-vmware-ovf): Deleting key: floppy0.filename | |
vmware-iso (vagrant-vmware-ovf): Deleting key: floppy0.present | |
vmware-iso (vagrant-vmware-ovf): Deleting key: floppy0.filetype | |
vmware-iso (vagrant-vmware-ovf): Deleting key: ide1:0.filename | |
vmware-iso (vagrant-vmware-ovf): Setting key: floppy0.present = FALSE | |
vmware-iso (vagrant-vmware-ovf): Setting key: ide1:0.present = FALSE | |
vmware-iso (vagrant-vmware-ovf): ovftool is going create an ovf out of output-vmware-iso\windows_2008_r2.vmx | |
vmware-iso (vagrant-vmware-ovf): this is our ovftool run ovftool --sourceType=VMX --targetType=OVF output-vmware-iso\windows_2008_r2.vmx output-vmware-iso/ovf/windows_2008_r2.ovf | |
vmware-iso (vagrant-vmware-ovf): Creating directory: output-vmware-iso/ovf | |
vmware-iso (vagrant-vmware-ovf): Starting ovftool | |
vmware-iso (vagrant-vmware-ovf): Opening VMX source: output-vmware-iso\windows_2008_r2.vmx | |
vmware-iso (vagrant-vmware-ovf): Opening OVF target: output-vmware-iso/ovf/windows_2008_r2.ovf | |
vmware-iso (vagrant-vmware-ovf): Writing OVF package: output-vmware-iso/ovf\windows_2008_r2.ovf | |
vmware-iso (vagrant-vmware-ovf): | |
Progress: 1% | |
Progress: 2% | |
Progress: 3% | |
Progress: 4% | |
Progress: 5% | |
Progress: 6% | |
Progress: 7% | |
Progress: 8% | |
Progress: 9% | |
Progress: 10% | |
Progress: 11% | |
Progress: 12% | |
Progress: 13% | |
Progress: 14% | |
Progress: 15% | |
Progress: 16% | |
Progress: 17% | |
Progress: 18% | |
Progress: 19% | |
Progress: 20% | |
Progress: 21% | |
Progress: 22% | |
Progress: 23% | |
Progress: 24% | |
Progress: 25% | |
Progress: 26% | |
Progress: 27% | |
Progress: 28% | |
Progress: 29% | |
Progress: 30% | |
Progress: 31% | |
Progress: 32% | |
Progress: 33% | |
Progress: 34% | |
Progress: 35% | |
Progress: 36% | |
Progress: 37% | |
Progress: 38% | |
Progress: 39% | |
Progress: 40% | |
Progress: 41% | |
Progress: 42% | |
Progress: 43% | |
Progress: 44% | |
Progress: 45% | |
Progress: 46% | |
Progress: 47% | |
Progress: 48% | |
Progress: 49% | |
Progress: 50% | |
Progress: 51% | |
Progress: 52% | |
Progress: 53% | |
Progress: 54% | |
Progress: 55% | |
Progress: 56% | |
Progress: 57% | |
Progress: 58% | |
Progress: 59% | |
Progress: 60% | |
Progress: 61% | |
Progress: 62% | |
Progress: 63% | |
Progress: 64% | |
Progress: 65% | |
Progress: 66% | |
Progress: 67% | |
Progress: 68% | |
Progress: 69% | |
Progress: 70% | |
Progress: 71% | |
Progress: 72% | |
Progress: 73% | |
Progress: 74% | |
Progress: 75% | |
Progress: 76% | |
Progress: 77% | |
Progress: 78% | |
Progress: 79% | |
Progress: 80% | |
Progress: 81% | |
Progress: 82% | |
Progress: 83% | |
Progress: 84% | |
Progress: 85% | |
Progress: 86% | |
Progress: 87% | |
Progress: 88% | |
Progress: 89% | |
Progress: 90% | |
Progress: 91% | |
Progress: 92% | |
Progress: 93% | |
Progress: 94% | |
Progress: 95% | |
Progress: 96% | |
Progress: 97% | |
Progress: 98% | |
Progress: 99% | |
Transfer Completed | |
vmware-iso (vagrant-vmware-ovf): Completed successfully | |
vmware-iso (vagrant-vmware-ovf): | |
vmware-iso (vagrant-vmware-ovf): Reading files in output-vmware-iso/ovf | |
vmware-iso (vagrant-vmware-ovf): Copying: windows_2008_r2-disk1.vmdk | |
vmware-iso (vagrant-vmware-ovf): Copying: windows_2008_r2.mf | |
vmware-iso (vagrant-vmware-ovf): Copying: windows_2008_r2.ovf | |
vmware-iso (vagrant-vmware-ovf): Using custom Vagrantfile: vagrantfile-windows_2008_r2.template | |
vmware-iso (vagrant-vmware-ovf): Compressing: Vagrantfile | |
vmware-iso (vagrant-vmware-ovf): Compressing: metadata.json | |
vmware-iso (vagrant-vmware-ovf): Compressing: windows_2008_r2-disk1.vmdk | |
vmware-iso (vagrant-vmware-ovf): Compressing: windows_2008_r2.mf | |
vmware-iso (vagrant-vmware-ovf): Compressing: windows_2008_r2.ovf | |
Build 'vmware-iso' finished. | |
==> Builds finished. The artifacts of successful builds are: | |
--> vmware-iso: 'vcloud' provider box: windows_2008_r2_vcloud.box | |
c:\jenkins\workspace\windows_2008_r2_vcloud>bin\test-box-vcloud.bat windows_2008_r2_vcloud.box windows_2008_r2 | |
c:\jenkins\workspace\windows_2008_r2_vcloud>rem | |
c:\jenkins\workspace\windows_2008_r2_vcloud>rem bin\test-box-vcloud.bat ubuntu1204_vcloud.box ubuntu1204 vcloud vcloud | |
c:\jenkins\workspace\windows_2008_r2_vcloud>set quick=0 | |
c:\jenkins\workspace\windows_2008_r2_vcloud>if "windows_2008_r2_vcloud.boxx" == "--quickx" ( | |
shift | |
set quick=1 | |
) | |
c:\jenkins\workspace\windows_2008_r2_vcloud>set box_path=windows_2008_r2_vcloud.box | |
c:\jenkins\workspace\windows_2008_r2_vcloud>set box_name=windows_2008_r2 | |
c:\jenkins\workspace\windows_2008_r2_vcloud>set box_provider=vcloud | |
c:\jenkins\workspace\windows_2008_r2_vcloud>set vagrant_provider=vcloud | |
c:\jenkins\workspace\windows_2008_r2_vcloud>set test_src_path=../test/*_spec.rb | |
c:\jenkins\workspace\windows_2008_r2_vcloud>set result=0 | |
c:\jenkins\workspace\windows_2008_r2_vcloud>set tmp_path=boxtest | |
c:\jenkins\workspace\windows_2008_r2_vcloud>if exist boxtest rmdir /s /q boxtest | |
c:\jenkins\workspace\windows_2008_r2_vcloud>if 0 == 1 goto :do_test | |
c:\jenkins\workspace\windows_2008_r2_vcloud>rem tested only with box-provider=vcloud | |
c:\jenkins\workspace\windows_2008_r2_vcloud>vagrant plugin install vagrant-vcloud | |
Installing the 'vagrant-vcloud' plugin. This can take a few minutes... | |
Installed the plugin 'vagrant-vcloud (0.4.0)'! | |
c:\jenkins\workspace\windows_2008_r2_vcloud>echo Patch vagrant-vcloud 0.4.0 base.rb | |
Patch vagrant-vcloud 0.4.0 base.rb | |
c:\jenkins\workspace\windows_2008_r2_vcloud>if exist bin\base.rb copy /Y bin\base.rb C:\Users\vagrant\.vagrant.d\gems\gems\vagrant-vcloud-0.4.0\lib\vagrant-vcloud\driver\base.rb | |
1 file(s) copied. | |
c:\jenkins\workspace\windows_2008_r2_vcloud>echo Patch vagrant-vcloud 0.4.0 action.rb | |
Patch vagrant-vcloud 0.4.0 action.rb | |
c:\jenkins\workspace\windows_2008_r2_vcloud>if exist bin\action.rb copy /Y bin\action.rb C:\Users\vagrant\.vagrant.d\gems\gems\vagrant-vcloud-0.4.0\lib\vagrant-vcloud\action.rb | |
1 file(s) copied. | |
c:\jenkins\workspace\windows_2008_r2_vcloud>vagrant plugin install vagrant-serverspec | |
Installing the 'vagrant-serverspec' plugin. This can take a few minutes... | |
Installed the plugin 'vagrant-serverspec (0.1.0)'! | |
c:\jenkins\workspace\windows_2008_r2_vcloud>vagrant box remove windows_2008_r2 --provider=vcloud | |
The box you requested to be removed could not be found. No | |
boxes named 'windows_2008_r2' could be found. | |
c:\jenkins\workspace\windows_2008_r2_vcloud>vagrant box add windows_2008_r2 windows_2008_r2_vcloud.box | |
==> box: Adding box 'windows_2008_r2' (v0) for provider: | |
box: Downloading: file://c:/jenkins/workspace/windows_2008_r2_vcloud/windows_2008_r2_vcloud.box | |
box: Progress: 0% (Rate: 0/s, Estimated time remaining: --:--:--) | |
box: Progress: 3% (Rate: 134M/s, Estimated time remaining: 0:00:25) | |
box: Progress: 6% (Rate: 98.3M/s, Estimated time remaining: 0:00:28) | |
box: Progress: 11% (Rate: 117M/s, Estimated time remaining: 0:00:24) | |
box: Progress: 16% (Rate: 136M/s, Estimated time remaining: 0:00:21) | |
box: Progress: 21% (Rate: 147M/s, Estimated time remaining: 0:00:19) | |
box: Progress: 24% (Rate: 137M/s, Estimated time remaining: 0:00:19) | |
box: Progress: 29% (Rate: 150M/s, Estimated time remaining: 0:00:18) | |
box: Progress: 31% (Rate: 136M/s, Estimated time remaining: 0:00:17) | |
box: Progress: 34% (Rate: 123M/s, Estimated time remaining: 0:00:17) | |
box: Progress: 36% (Rate: 103M/s, Estimated time remaining: 0:00:17) | |
box: Progress: 40% (Rate: 101M/s, Estimated time remaining: 0:00:17) | |
box: Progress: 41% (Rate: 86.4M/s, Estimated time remaining: 0:00:17) | |
box: Progress: 44% (Rate: 92.8M/s, Estimated time remaining: 0:00:17) | |
box: Progress: 45% (Rate: 76.5M/s, Estimated time remaining: 0:00:17) | |
box: Progress: 47% (Rate: 69.7M/s, Estimated time remaining: 0:00:17) | |
box: Progress: 49% (Rate: 61.6M/s, Estimated time remaining: 0:00:17) | |
box: Progress: 53% (Rate: 80.8M/s, Estimated time remaining: 0:00:15) | |
box: Progress: 54% (Rate: 64.7M/s, Estimated time remaining: 0:00:15) | |
box: Progress: 57% (Rate: 80.0M/s, Estimated time remaining: 0:00:13) | |
box: Progress: 59% (Rate: 84.5M/s, Estimated time remaining: 0:00:13) | |
box: Progress: 62% (Rate: 89.9M/s, Estimated time remaining: 0:00:13) | |
box: Progress: 63% (Rate: 65.1M/s, Estimated time remaining: 0:00:13) | |
box: Progress: 66% (Rate: 82.1M/s, Estimated time remaining: 0:00:12) | |
box: Progress: 67% (Rate: 69.1M/s, Estimated time remaining: 0:00:12) | |
box: Progress: 70% (Rate: 72.2M/s, Estimated time remaining: 0:00:11) | |
box: Progress: 71% (Rate: 59.9M/s, Estimated time remaining: 0:00:11) | |
box: Progress: 73% (Rate: 70.9M/s, Estimated time remaining: 0:00:10) | |
box: Progress: 75% (Rate: 58.4M/s, Estimated time remaining: 0:00:09) | |
box: Progress: 78% (Rate: 71.4M/s, Estimated time remaining: 0:00:07) | |
box: Progress: 80% (Rate: 67.2M/s, Estimated time remaining: 0:00:08) | |
box: Progress: 83% (Rate: 81.4M/s, Estimated time remaining: 0:00:07) | |
box: Progress: 84% (Rate: 71.1M/s, Estimated time remaining: 0:00:06) | |
box: Progress: 87% (Rate: 86.3M/s, Estimated time remaining: 0:00:05) | |
box: Progress: 89% (Rate: 72.2M/s, Estimated time remaining: 0:00:05) | |
box: Progress: 92% (Rate: 76.8M/s, Estimated time remaining: 0:00:03) | |
box: Progress: 94% (Rate: 74.6M/s, Estimated time remaining: 0:00:03) | |
box: Progress: 99% (Rate: 93.6M/s, Estimated time remaining: --:--:--) | |
box: Progress: 100% (Rate: 87.1M/s, Estimated time remaining: --:--:--) | |
box: | |
==> box: Successfully added box 'windows_2008_r2' (v0) for 'vcloud'! | |
c:\jenkins\workspace\windows_2008_r2_vcloud>if ERRORLEVEL 1 set result=0 | |
c:\jenkins\workspace\windows_2008_r2_vcloud>if ERRORLEVEL 1 goto :done | |
c:\jenkins\workspace\windows_2008_r2_vcloud>if "x" == "x" set VAGRANT_HOME=C:\Users\vagrant\.vagrant.d | |
c:\jenkins\workspace\windows_2008_r2_vcloud>if exist c:\vagrant\resources\test-box-vcloud-credentials.bat call c:\vagrant\resources\test-box-vcloud-credentials.bat | |
c:\jenkins\workspace\windows_2008_r2_vcloud>ping -n 1 roecloud001 | |
Pinging roecloud001 [10.100.20.29] with 32 bytes of data: | |
Reply from 10.100.20.29: bytes=32 time<1ms TTL=61 | |
Ping statistics for 10.100.20.29: | |
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss), | |
Approximate round trip times in milli-seconds: | |
Minimum = 0ms, Maximum = 0ms, Average = 0ms | |
c:\jenkins\workspace\windows_2008_r2_vcloud>if ERRORLEVEL 1 goto :addToHosts | |
c:\jenkins\workspace\windows_2008_r2_vcloud>goto :doneHosts | |
c:\jenkins\workspace\windows_2008_r2_vcloud>echo Uploading windows_2008_r2.ovf to vCloud roecloud001 / SS / BASEBOX-TESTING / windows_2008_r2 | |
Uploading windows_2008_r2.ovf to vCloud roecloud001 / SS / BASEBOX-TESTING / windows_2008_r2 | |
Opening OVF source: C:\Users\vagrant\.vagrant.d\boxes\windows_2008_r2\0\vcloud\windows_2008_r2.ovf | |
The manifest validates | |
Opening vCloud target: vcloud://[email protected]:443/ | |
Deploying to vCloud vApp template: vcloud://[email protected]:443/ | |
Progress: 1% | |
Progress: 2% | |
Progress: 3% | |
Progress: 4% | |
Progress: 5% | |
Progress: 6% | |
Progress: 7% | |
Progress: 8% | |
Progress: 9% | |
Progress: 10% | |
Progress: 11% | |
Progress: 12% | |
Progress: 13% | |
Progress: 14% | |
Progress: 15% | |
Progress: 16% | |
Progress: 17% | |
Progress: 18% | |
Progress: 19% | |
Progress: 20% | |
Progress: 21% | |
Progress: 22% | |
Progress: 23% | |
Progress: 24% | |
Progress: 25% | |
Progress: 26% | |
Progress: 27% | |
Progress: 28% | |
Progress: 29% | |
Progress: 30% | |
Progress: 31% | |
Progress: 32% | |
Progress: 33% | |
Progress: 34% | |
Progress: 35% | |
Progress: 36% | |
Progress: 37% | |
Progress: 38% | |
Progress: 39% | |
Progress: 40% | |
Progress: 41% | |
Progress: 42% | |
Progress: 43% | |
Progress: 44% | |
Progress: 45% | |
Progress: 46% | |
Progress: 47% | |
Progress: 48% | |
Progress: 49% | |
Progress: 50% | |
Progress: 51% | |
Progress: 52% | |
Progress: 53% | |
Progress: 54% | |
Progress: 55% | |
Progress: 56% | |
Progress: 57% | |
Progress: 58% | |
Progress: 59% | |
Progress: 60% | |
Progress: 61% | |
Progress: 62% | |
Progress: 63% | |
Progress: 64% | |
Progress: 65% | |
Progress: 66% | |
Progress: 67% | |
Progress: 68% | |
Progress: 69% | |
Progress: 70% | |
Progress: 71% | |
Progress: 72% | |
Progress: 73% | |
Progress: 74% | |
Progress: 75% | |
Progress: 76% | |
Progress: 77% | |
Progress: 78% | |
Progress: 79% | |
Progress: 80% | |
Progress: 81% | |
Progress: 82% | |
Progress: 83% | |
Progress: 84% | |
Progress: 85% | |
Progress: 86% | |
Progress: 87% | |
Progress: 88% | |
Progress: 89% | |
Progress: 90% | |
Progress: 91% | |
Progress: 92% | |
Progress: 93% | |
Progress: 94% | |
Progress: 95% | |
Progress: 96% | |
Progress: 97% | |
Progress: 98% | |
Progress: 99% | |
Transfer Completed | |
Completed successfully | |
c:\jenkins\workspace\windows_2008_r2_vcloud>if ERRORLEVEL 1 goto :first_upload | |
c:\jenkins\workspace\windows_2008_r2_vcloud>goto :test_vagrant_box | |
Sleeping 240 seconds for vCloud to finish vAppTemplate import | |
Tests with 120 seconds still cause a 500 internal error while powering on | |
a vApp in vCloud. So be patient until we have a better upload | |
solution that waits until the import is really finished. | |
c:\jenkins\workspace\windows_2008_r2_vcloud>set result=0 | |
c:\jenkins\workspace\windows_2008_r2_vcloud>mkdir boxtest | |
c:\jenkins\workspace\windows_2008_r2_vcloud>pushd boxtest | |
c:\jenkins\workspace\windows_2008_r2_vcloud\boxtest>call :create_vagrantfile | |
c:\jenkins\workspace\windows_2008_r2_vcloud\boxtest>rem to test if rsync works | |
c:\jenkins\workspace\windows_2008_r2_vcloud\boxtest>if not exist testdir\testfile.txt ( | |
mkdir testdir | |
echo Works 1>testdir\testfile.txt | |
) | |
c:\jenkins\workspace\windows_2008_r2_vcloud\boxtest>echo Vagrant.configure('2') do |config| 1>Vagrantfile | |
c:\jenkins\workspace\windows_2008_r2_vcloud\boxtest>echo config.vm.define :"tst" do |tst| 1>>Vagrantfile | |
c:\jenkins\workspace\windows_2008_r2_vcloud\boxtest>echo tst.vm.box = "windows_2008_r2" 1>>Vagrantfile | |
c:\jenkins\workspace\windows_2008_r2_vcloud\boxtest>echo tst.vm.hostname = "tst" | |
tst.vm.hostname = "tst" | |
c:\jenkins\workspace\windows_2008_r2_vcloud\boxtest>echo tst.vm.provider :vcloud do |vcloud| 1>>Vagrantfile | |
c:\jenkins\workspace\windows_2008_r2_vcloud\boxtest>echo vcloud.vapp_prefix = "windows_2008_r2" 1>>Vagrantfile | |
c:\jenkins\workspace\windows_2008_r2_vcloud\boxtest>echo end 1>>Vagrantfile | |
c:\jenkins\workspace\windows_2008_r2_vcloud\boxtest>echo tst.vm.provision :serverspec do |spec| 1>>Vagrantfile | |
c:\jenkins\workspace\windows_2008_r2_vcloud\boxtest>echo spec.pattern = '../test/*_spec.rb' 1>>Vagrantfile | |
c:\jenkins\workspace\windows_2008_r2_vcloud\boxtest>echo end 1>>Vagrantfile | |
c:\jenkins\workspace\windows_2008_r2_vcloud\boxtest>echo end 1>>Vagrantfile | |
c:\jenkins\workspace\windows_2008_r2_vcloud\boxtest>echo end 1>>Vagrantfile | |
c:\jenkins\workspace\windows_2008_r2_vcloud\boxtest>exit /b | |
c:\jenkins\workspace\windows_2008_r2_vcloud\boxtest>set VAGRANT_LOG=debug | |
c:\jenkins\workspace\windows_2008_r2_vcloud\boxtest>echo USERPROFILE = C:\Users\vagrant | |
USERPROFILE = C:\Users\vagrant | |
c:\jenkins\workspace\windows_2008_r2_vcloud\boxtest>if exist C:\Users\vagrant\.ssh\known_hosts type C:\Users\vagrant\.ssh\known_hosts | |
[10.115.4.3]:2217 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKEh0K66LNXaC3zOl1nhbW++XQyFEL/ov4r9YEA9o+de7esVgE5HBpnWP/nK2PJFfSKE/HMWd8J8IOyGVfkVABQ= | |
c:\jenkins\workspace\windows_2008_r2_vcloud\boxtest>del /F C:\Users\vagrant\.ssh\known_hosts | |
c:\jenkins\workspace\windows_2008_r2_vcloud\boxtest>if exist C:\Users\vagrant\.ssh\known_hosts echo known_hosts still here!! | |
c:\jenkins\workspace\windows_2008_r2_vcloud\boxtest>vagrant up --provider=vcloud | |
INFO global: Vagrant version: 1.6.3 | |
INFO global: Ruby version: 2.0.0 | |
INFO global: RubyGems version: 2.0.14 | |
INFO global: VAGRANT_EXECUTABLE="C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.6.3\\bin\\vagrant" | |
INFO global: VAGRANT_HOME="C:\\Users\\vagrant\\.vagrant.d" | |
INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="C:\\HashiCorp\\Vagrant\\embedded" | |
INFO global: VAGRANT_INSTALLER_ENV="1" | |
INFO global: VAGRANT_INSTALLER_VERSION="2" | |
INFO global: VAGRANT_INTERNAL_BUNDLERIZED="1" | |
INFO global: VAGRANT_LOG="debug" | |
INFO global: Plugins: | |
INFO global: - awesome_print = 1.2.0 | |
INFO global: - bundler = 1.6.2 | |
INFO global: - diff-lcs = 1.2.5 | |
INFO global: - highline = 1.6.21 | |
INFO global: - httpclient = 2.3.4.1 | |
INFO global: - i18n = 0.6.9 | |
INFO global: - log4r = 1.1.10 | |
INFO global: - mime-types = 2.3 | |
INFO global: - net-ssh = 2.9.1 | |
INFO global: - netaddr = 1.5.0 | |
INFO global: - nokogiri = 1.5.11 | |
INFO global: - rest-client = 1.6.7 | |
INFO global: - rspec-core = 2.99.1 | |
INFO global: - rspec-expectations = 2.99.1 | |
INFO global: - rspec-mocks = 2.99.1 | |
INFO global: - rspec = 2.99.0 | |
INFO global: - rspec-its = 1.0.1 | |
INFO global: - ruby-progressbar = 1.1.1 | |
INFO global: - specinfra = 1.18.3 | |
INFO global: - serverspec = 1.9.1 | |
INFO global: - terminal-table = 1.4.5 | |
INFO global: - vagrant-login = 1.0.1 | |
INFO global: - vagrant-serverspec = 0.1.0 | |
INFO global: - vagrant-share = 1.1.0 | |
INFO global: - vagrant-vcloud = 0.4.0 | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/box/plugin.rb | |
INFO manager: Registered plugin: box command | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/destroy/plugin.rb | |
INFO manager: Registered plugin: destroy command | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/global-status/plugin.rb | |
INFO manager: Registered plugin: global-status command | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/halt/plugin.rb | |
INFO manager: Registered plugin: halt command | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/help/plugin.rb | |
INFO manager: Registered plugin: help command | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/init/plugin.rb | |
INFO manager: Registered plugin: init command | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/list-commands/plugin.rb | |
INFO manager: Registered plugin: list-commands command | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/package/plugin.rb | |
INFO manager: Registered plugin: package command | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/plugin/plugin.rb | |
INFO manager: Registered plugin: plugin command | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/provision/plugin.rb | |
INFO manager: Registered plugin: provision command | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/rdp/plugin.rb | |
INFO manager: Registered plugin: rdp command | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/reload/plugin.rb | |
INFO manager: Registered plugin: reload command | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/resume/plugin.rb | |
INFO manager: Registered plugin: resume command | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/ssh/plugin.rb | |
INFO manager: Registered plugin: ssh command | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/ssh_config/plugin.rb | |
INFO manager: Registered plugin: ssh-config command | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/status/plugin.rb | |
INFO manager: Registered plugin: status command | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/suspend/plugin.rb | |
INFO manager: Registered plugin: suspend command | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/up/plugin.rb | |
INFO manager: Registered plugin: up command | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/version/plugin.rb | |
INFO manager: Registered plugin: version command | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/communicators/ssh/plugin.rb | |
INFO manager: Registered plugin: ssh communicator | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/communicators/winrm/plugin.rb | |
INFO manager: Registered plugin: winrm communicator | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/arch/plugin.rb | |
INFO manager: Registered plugin: Arch guest | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/coreos/plugin.rb | |
INFO manager: Registered plugin: CoreOS guest | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/darwin/plugin.rb | |
INFO manager: Registered plugin: Darwin guest | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/debian/plugin.rb | |
INFO manager: Registered plugin: Debian guest | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/esxi/plugin.rb | |
INFO manager: Registered plugin: ESXi guest. | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/fedora/plugin.rb | |
INFO manager: Registered plugin: Fedora guest | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/freebsd/plugin.rb | |
INFO manager: Registered plugin: FreeBSD guest | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/funtoo/plugin.rb | |
INFO manager: Registered plugin: Funtoo guest | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/gentoo/plugin.rb | |
INFO manager: Registered plugin: Gentoo guest | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/linux/plugin.rb | |
INFO manager: Registered plugin: Linux guest. | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/mint/plugin.rb | |
INFO manager: Registered plugin: Mint guest | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/netbsd/plugin.rb | |
INFO manager: Registered plugin: NetBSD guest | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/nixos/plugin.rb | |
INFO manager: Registered plugin: NixOS guest | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/omnios/plugin.rb | |
INFO manager: Registered plugin: OmniOS guest. | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/openbsd/plugin.rb | |
INFO manager: Registered plugin: OpenBSD guest | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/pld/plugin.rb | |
INFO manager: Registered plugin: PLD Linux guest | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/redhat/plugin.rb | |
INFO manager: Registered plugin: RedHat guest | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/smartos/plugin.rb | |
INFO manager: Registered plugin: SmartOS guest. | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/solaris/plugin.rb | |
INFO manager: Registered plugin: Solaris guest. | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/solaris11/plugin.rb | |
INFO manager: Registered plugin: Solaris 11 guest. | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/suse/plugin.rb | |
INFO manager: Registered plugin: SUSE guest | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/tinycore/plugin.rb | |
INFO manager: Registered plugin: TinyCore Linux guest. | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/ubuntu/plugin.rb | |
INFO manager: Registered plugin: Ubuntu guest | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/windows/plugin.rb | |
INFO manager: Registered plugin: Windows guest. | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/arch/plugin.rb | |
INFO manager: Registered plugin: Arch host | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/bsd/plugin.rb | |
INFO manager: Registered plugin: BSD host | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/darwin/plugin.rb | |
INFO manager: Registered plugin: Mac OS X host | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/freebsd/plugin.rb | |
INFO manager: Registered plugin: FreeBSD host | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/gentoo/plugin.rb | |
INFO manager: Registered plugin: Gentoo host | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/linux/plugin.rb | |
INFO manager: Registered plugin: Linux host | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/null/plugin.rb | |
INFO manager: Registered plugin: null host | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/opensuse/plugin.rb | |
INFO manager: Registered plugin: OpenSUSE host | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/redhat/plugin.rb | |
INFO manager: Registered plugin: Red Hat host | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/slackware/plugin.rb | |
INFO manager: Registered plugin: Slackware host | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/windows/plugin.rb | |
INFO manager: Registered plugin: Windows host | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/kernel_v1/plugin.rb | |
INFO manager: Registered plugin: kernel | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/kernel_v2/plugin.rb | |
INFO manager: Registered plugin: kernel | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/providers/docker/plugin.rb | |
INFO manager: Registered plugin: docker-provider | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/providers/hyperv/plugin.rb | |
INFO manager: Registered plugin: Hyper-V provider | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/providers/virtualbox/plugin.rb | |
INFO manager: Registered plugin: VirtualBox provider | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/ansible/plugin.rb | |
INFO manager: Registered plugin: ansible | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/cfengine/plugin.rb | |
INFO manager: Registered plugin: CFEngine Provisioner | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/chef/plugin.rb | |
INFO manager: Registered plugin: chef | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/docker/plugin.rb | |
INFO manager: Registered plugin: docker | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/file/plugin.rb | |
INFO manager: Registered plugin: file | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/puppet/plugin.rb | |
INFO manager: Registered plugin: puppet | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/salt/plugin.rb | |
INFO manager: Registered plugin: salt | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/shell/plugin.rb | |
INFO manager: Registered plugin: shell | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/synced_folders/nfs/plugin.rb | |
INFO manager: Registered plugin: NFS synced folders | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/synced_folders/rsync/plugin.rb | |
INFO manager: Registered plugin: RSync synced folders | |
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/synced_folders/smb/plugin.rb | |
INFO manager: Registered plugin: SMB synced folders | |
INFO global: Loading plugins! | |
INFO manager: Registered plugin: vagrant-login | |
INFO manager: Registered plugin: vagrant-share | |
INFO manager: Registered plugin: VMware vCloud Director Provider | |
INFO manager: Registered plugin: serverspec | |
INFO vagrant: `vagrant` invoked: ["up", "--provider=vcloud"] | |
DEBUG vagrant: Creating Vagrant environment | |
INFO environment: Environment initialized (#<Vagrant::Environment:0x25db0e0>) | |
INFO environment: - cwd: c:/jenkins/workspace/windows_2008_r2_vcloud/boxtest | |
INFO environment: Home path: C:/Users/vagrant/.vagrant.d | |
INFO environment: Local data path: c:/jenkins/workspace/windows_2008_r2_vcloud/boxtest/.vagrant | |
DEBUG environment: Creating: c:/jenkins/workspace/windows_2008_r2_vcloud/boxtest/.vagrant | |
INFO environment: Running hook: environment_plugins_loaded | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 1 hooks defined. | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x26d9600> | |
INFO environment: Running hook: environment_load | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 1 hooks defined. | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x29ff028> | |
INFO cli: CLI: [] "up" ["--provider=vcloud"] | |
DEBUG cli: Invoking command class: VagrantPlugins::CommandUp::Command ["--provider=vcloud"] | |
DEBUG command: 'Up' each target VM... | |
INFO loader: Set :home = #<Pathname:C:/Users/vagrant/.vagrant.d/Vagrantfile> | |
DEBUG loader: Populating proc cache for #<Pathname:C:/Users/vagrant/.vagrant.d/Vagrantfile> | |
DEBUG loader: Load procs for pathname: C:/Users/vagrant/.vagrant.d/Vagrantfile | |
INFO loader: Set :root = #<Pathname:c:/jenkins/workspace/windows_2008_r2_vcloud/boxtest/Vagrantfile> | |
DEBUG loader: Populating proc cache for #<Pathname:c:/jenkins/workspace/windows_2008_r2_vcloud/boxtest/Vagrantfile> | |
DEBUG loader: Load procs for pathname: c:/jenkins/workspace/windows_2008_r2_vcloud/boxtest/Vagrantfile | |
INFO loader: Loading configuration in order: [:home, :root] | |
DEBUG loader: Loading from: home (evaluating) | |
DEBUG loader: Loading from: root (evaluating) | |
DEBUG loader: Configuration loaded successfully, finalizing and returning | |
DEBUG command: Getting target VMs for command. Arguments: | |
DEBUG command: -- names: ["tst"] | |
DEBUG command: -- options: {:provider=>"vcloud"} | |
DEBUG command: Finding machine that match name: tst | |
INFO environment: Getting machine: tst (vcloud) | |
INFO environment: Uncached load of machine. | |
INFO loader: Set "22113480_machine_tst" = [["2", #<Proc:0x170b5c0@c:/jenkins/workspace/windows_2008_r2_vcloud/boxtest/Vagrantfile:2>]] | |
DEBUG loader: Populating proc cache for ["2", #<Proc:0x170b5c0@c:/jenkins/workspace/windows_2008_r2_vcloud/boxtest/Vagrantfile:2>] | |
INFO loader: Loading configuration in order: [:home, :root, "22113480_machine_tst"] | |
DEBUG loader: Loading from: home (cache) | |
DEBUG loader: Loading from: root (cache) | |
DEBUG loader: Loading from: 22113480_machine_tst (evaluating) | |
DEBUG provisioner: Provisioner defined: serverspec | |
DEBUG loader: Configuration loaded successfully, finalizing and returning | |
INFO box_collection: Box found: windows_2008_r2 (vcloud) | |
INFO loader: Set :"17739564_windows_2008_r2_vcloud" = #<Pathname:C:/Users/vagrant/.vagrant.d/boxes/windows_2008_r2/0/vcloud/Vagrantfile> | |
DEBUG loader: Populating proc cache for #<Pathname:C:/Users/vagrant/.vagrant.d/boxes/windows_2008_r2/0/vcloud/Vagrantfile> | |
DEBUG loader: Load procs for pathname: C:/Users/vagrant/.vagrant.d/boxes/windows_2008_r2/0/vcloud/Vagrantfile | |
INFO loader: Loading configuration in order: [:"17739564_windows_2008_r2_vcloud", :home, :root, "22113480_machine_tst"] | |
DEBUG loader: Loading from: 17739564_windows_2008_r2_vcloud (evaluating) | |
DEBUG loader: Loading from: home (cache) | |
DEBUG loader: Loading from: root (cache) | |
DEBUG loader: Loading from: 22113480_machine_tst (cache) | |
DEBUG loader: Configuration loaded successfully, finalizing and returning | |
INFO machine: Initializing machine: tst | |
INFO machine: - Provider: VagrantPlugins::VCloud::Provider | |
INFO machine: - Box: #<Vagrant::Box:0x266ce20> | |
INFO machine: - Data dir: c:/jenkins/workspace/windows_2008_r2_vcloud/boxtest/.vagrant/machines/tst/vcloud | |
DEBUG machine: Eager loading WinRM communicator to avoid GH-3390 | |
INFO winrm: Initializing WinRMCommunicator | |
INFO command: With machine: tst (#<VagrantPlugins::VCloud::Provider:0x2ad1c88 @machine=#<Vagrant::Machine: tst (VagrantPlugins::VCloud::Provider)>, @cap_logger=#<Log4r::Logger:0x2ad1250 @fullname="vagrant::capability_host::vagrantplugins::vcloud::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::vcloud", @parent=#<Log4r::Logger:0x1ffb6a8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x1b18678 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x1b185e8>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x1ae7cd0 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x1ffb5a0 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @cap_host_chain=[[:vcloud, #<#<Class:0x2ad1c70>:0x2a6d488>]], @cap_args=[#<Vagrant::Machine: tst (VagrantPlugins::VCloud::Provider)>], @cap_caps={:docker=>#<Vagrant::Registry:0x2ad19d0 @items={:public_address=>#<Proc:0x2536260@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/providers/docker/plugin.rb:54>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x2ad1820 @items={:public_address=>#<Proc:0x253f5a8@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/providers/hyperv/plugin.rb:25>}, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x2ad16d0 @items={:forwarded_ports=>#<Proc:0x254ba88@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/providers/virtualbox/plugin.rb:27>, :nic_mac_addresses=>#<Proc:0x254ba28@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/providers/virtualbox/plugin.rb:32>, :public_address=>#<Proc:0x25ca8c8@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-share-1.1.0/lib/vagrant-share.rb:39>}, @results_cache={}>, :vcloud=>#<Vagrant::Registry:0x2ad14f0 @items={:public_address=>#<Proc:0x25d8860@C:/Users/vagrant/.vagrant.d/gems/gems/vagrant-vcloud-0.4.0/lib/vagrant-vcloud/plugin.rb:34>, :forwarded_ports=>#<Proc:0x25d8800@C:/Users/vagrant/.vagrant.d/gems/gems/vagrant-vcloud-0.4.0/lib/vagrant-vcloud/plugin.rb:39>, :winrm_info=>#<Proc:0x25d87e8@C:/Users/vagrant/.vagrant.d/gems/gems/vagrant-vcloud-0.4.0/lib/vagrant-vcloud/plugin.rb:44>, :rdp_info=>#<Proc:0x25d87d0@C:/Users/vagrant/.vagrant.d/gems/gems/vagrant-vcloud-0.4.0/lib/vagrant-vcloud/plugin.rb:49>}, @results_cache={}>}>) | |
INFO interface: info: Bringing machine 'tst' up with 'vcloud' provider... | |
Bringing machine 'tst' up with 'vcloud' provider... | |
INFO batch_action: Enabling parallelization by default. | |
INFO batch_action: Disabling parallelization because provider doesn't support it: vcloud | |
INFO batch_action: Batch action will parallelize: false | |
INFO batch_action: Starting action: #<Vagrant::Machine:0x2a24a68> up {:destroy_on_error=>true, :parallel=>true, :provision_ignore_sentinel=>false, :provision_types=>nil, :provider=>"vcloud"} | |
INFO machine: Calling action: up on provider vCloud (new) | |
DEBUG environment: Attempting to acquire process-lock: machine-action-a4bf0cb18ba0ae09285ff363c953e19f | |
DEBUG environment: Attempting to acquire process-lock: dotlock | |
INFO environment: Acquired process lock: dotlock | |
INFO environment: Released process lock: dotlock | |
INFO environment: Acquired process lock: machine-action-a4bf0cb18ba0ae09285ff363c953e19f | |
INFO host: Autodetecting host type for [#<Vagrant::Environment: c:/jenkins/workspace/windows_2008_r2_vcloud/boxtest>] | |
DEBUG host: Trying: arch | |
DEBUG host: Trying: darwin | |
DEBUG host: Trying: freebsd | |
DEBUG host: Trying: gentoo | |
DEBUG host: Trying: opensuse | |
DEBUG host: Trying: redhat | |
DEBUG host: Trying: slackware | |
DEBUG host: Trying: bsd | |
DEBUG host: Trying: linux | |
DEBUG host: Trying: null | |
DEBUG host: Trying: windows | |
INFO host: Detected: windows! | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 1 hooks defined. | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x29fcb20> | |
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x3136b78> | |
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x3136b60> | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 1 hooks defined. | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x3201f90> | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::IsCreated:0x320b9f8> | |
WARN is_created: vApp has not been created | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::IsCreated:0x320b9f8> | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 1 hooks defined. | |
INFO runner: Running action: #<Vagrant::Action::Warden:0x32599e0> | |
INFO warden: Calling IN action: #<Proc:0x32abbf8@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/warden.rb:94 (lambda)> | |
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::HandleBox:0x3259980> | |
INFO handle_box: Machine already has box. HandleBox will not run. | |
INFO warden: Calling IN action: #<Proc:0x32785f8@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/warden.rb:94 (lambda)> | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x3136ae8> | |
INFO connect_vcloud: Connecting to vCloud Director... | |
DEBUG connect_vcloud: config.hostname : https://roecloud001 | |
DEBUG connect_vcloud: config.username : vagrant | |
DEBUG connect_vcloud: config.password : <hidden> | |
DEBUG connect_vcloud: config.org_name : SS | |
DEBUG meta: Finding driver for vCloud version: 5.5 | |
INFO meta: Using vCloud driver: VagrantPlugins::VCloud::Driver::Version_5_1 | |
INFO connect_vcloud: Logging into vCloud Director... | |
"[Sun Jul 6 22:14:01 2014] -> SEND POST https://roecloud001/api/sessions" | |
"[Sun Jul 6 22:14:01 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:14:00 GMT", | |
"Vary" => "Accept-Encoding", | |
"x-vcloud-authorization" => "yPfe8SDuCVkmMu8n1mzLHhhMy4ELwr9FxcEkzWdidvU=", | |
"Set-Cookie" => "vcloud-token=yPfe8SDuCVkmMu8n1mzLHhhMy4ELwr9FxcEkzWdidvU=; Secure; Path=/", | |
"Content-Type" => "application/vnd.vmware.vcloud.session+xml;version=5.1", | |
"Content-Length" => "1178" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<Session xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" user="vagrant" org="SS" type="application/vnd.vmware.vcloud.session+xml" href="https://roecloud001/api/session/" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd"> | |
<Link rel="down" type="application/vnd.vmware.vcloud.orgList+xml" href="https://roecloud001/api/org/"/> | |
<Link rel="remove" href="https://roecloud001/api/session/"/> | |
<Link rel="down" type="application/vnd.vmware.admin.vcloud+xml" href="https://roecloud001/api/admin/"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.org+xml" name="SS" href="https://roecloud001/api/org/14f84887-ef1c-4009-a333-0904bdcaf49e"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.query.queryList+xml" href="https://roecloud001/api/query"/> | |
<Link rel="entityResolver" type="application/vnd.vmware.vcloud.entity+xml" href="https://roecloud001/api/entity/"/> | |
<Link rel="down:extensibility" type="application/vnd.vmware.vcloud.apiextensibility+xml" href="https://roecloud001/api/extensibility"/> | |
</Session> | |
INFO connect_vcloud: Logged in successfully! | |
DEBUG connect_vcloud: x-vcloud-authorization=yPfe8SDuCVkmMu8n1mzLHhhMy4ELwr9FxcEkzWdidvU= | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::InventoryCheck:0x3169ec0> | |
"[Sun Jul 6 22:14:01 2014] -> SEND GET https://roecloud001/api/org" | |
"[Sun Jul 6 22:14:01 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:14:00 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.orglist+xml;version=5.1", | |
"Content-Length" => "480" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<OrgList xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="application/vnd.vmware.vcloud.orgList+xml" href="https://roecloud001/api/org/" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd"> | |
<Org type="application/vnd.vmware.vcloud.org+xml" name="SS" href="https://roecloud001/api/org/14f84887-ef1c-4009-a333-0904bdcaf49e"/> | |
</OrgList> | |
"[Sun Jul 6 22:14:01 2014] -> SEND GET https://roecloud001/api/org/14f84887-ef1c-4009-a333-0904bdcaf49e" | |
"[Sun Jul 6 22:14:01 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:14:00 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.org+xml;version=5.1", | |
"Content-Length" => "3602" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<Org xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="SS" id="urn:vcloud:org:14f84887-ef1c-4009-a333-0904bdcaf49e" type="application/vnd.vmware.vcloud.org+xml" href="https://roecloud001/api/org/14f84887-ef1c-4009-a333-0904bdcaf49e" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd"> | |
<Link rel="down" type="application/vnd.vmware.vcloud.vdc+xml" name="SS-VDC" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.tasksList+xml" href="https://roecloud001/api/tasksList/14f84887-ef1c-4009-a333-0904bdcaf49e"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.catalog+xml" name="SS-CATALOG" href="https://roecloud001/api/catalog/c2b79e6a-ea82-40d9-abb4-eb290a150afa"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/org/14f84887-ef1c-4009-a333-0904bdcaf49e/catalog/c2b79e6a-ea82-40d9-abb4-eb290a150afa/controlAccess/"/> | |
<Link rel="controlAccess" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/org/14f84887-ef1c-4009-a333-0904bdcaf49e/catalog/c2b79e6a-ea82-40d9-abb4-eb290a150afa/action/controlAccess"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.catalog+xml" name="BASEBOX-TESTING" href="https://roecloud001/api/catalog/5d545ee5-b43f-4ffb-84eb-c61e14b29b24"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/org/14f84887-ef1c-4009-a333-0904bdcaf49e/catalog/5d545ee5-b43f-4ffb-84eb-c61e14b29b24/controlAccess/"/> | |
<Link rel="controlAccess" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/org/14f84887-ef1c-4009-a333-0904bdcaf49e/catalog/5d545ee5-b43f-4ffb-84eb-c61e14b29b24/action/controlAccess"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.catalog+xml" name="Vagrant" href="https://roecloud001/api/catalog/7fe962d6-51ff-438b-9e72-eb066e999dd4"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/org/14f84887-ef1c-4009-a333-0904bdcaf49e/catalog/7fe962d6-51ff-438b-9e72-eb066e999dd4/controlAccess/"/> | |
<Link rel="controlAccess" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/org/14f84887-ef1c-4009-a333-0904bdcaf49e/catalog/7fe962d6-51ff-438b-9e72-eb066e999dd4/action/controlAccess"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.catalog+xml" name="GLOBAL-CATALOG" href="https://roecloud001/api/catalog/d37efc80-727b-4bb9-9ddb-45c1b99a59a3"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/org/14f84887-ef1c-4009-a333-0904bdcaf49e/catalog/d37efc80-727b-4bb9-9ddb-45c1b99a59a3/controlAccess/"/> | |
<Link rel="add" type="application/vnd.vmware.admin.catalog+xml" href="https://roecloud001/api/admin/org/14f84887-ef1c-4009-a333-0904bdcaf49e/catalogs"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.orgNetwork+xml" name="SS-INTERNAL" href="https://roecloud001/api/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.supportedSystemsInfo+xml" href="https://roecloud001/api/supportedSystemsInfo/"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/org/14f84887-ef1c-4009-a333-0904bdcaf49e/metadata"/> | |
<Description/> | |
<FullName>Stefan Scherer</FullName> | |
</Org> | |
"[Sun Jul 6 22:14:01 2014] -> SEND GET https://roecloud001/api/org" | |
"[Sun Jul 6 22:14:01 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:14:00 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.orglist+xml;version=5.1", | |
"Content-Length" => "480" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<OrgList xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="application/vnd.vmware.vcloud.orgList+xml" href="https://roecloud001/api/org/" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd"> | |
<Org type="application/vnd.vmware.vcloud.org+xml" name="SS" href="https://roecloud001/api/org/14f84887-ef1c-4009-a333-0904bdcaf49e"/> | |
</OrgList> | |
"[Sun Jul 6 22:14:01 2014] -> SEND GET https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f" | |
"[Sun Jul 6 22:14:01 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:14:00 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.vdc+xml;version=5.1", | |
"Content-Length" => "8834" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<Vdc xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" status="1" name="SS-VDC" id="urn:vcloud:vdc:ea5a7837-1f8f-4e5b-8b75-511a7869995f" type="application/vnd.vmware.vcloud.vdc+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd"> | |
<Link rel="up" type="application/vnd.vmware.vcloud.org+xml" href="https://roecloud001/api/org/14f84887-ef1c-4009-a333-0904bdcaf49e"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f/metadata"/> | |
<Link rel="add" type="application/vnd.vmware.vcloud.uploadVAppTemplateParams+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f/action/uploadVAppTemplate"/> | |
<Link rel="add" type="application/vnd.vmware.vcloud.media+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f/media"/> | |
<Link rel="add" type="application/vnd.vmware.vcloud.instantiateOvfParams+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f/action/instantiateOvf"/> | |
<Link rel="add" type="application/vnd.vmware.vcloud.instantiateVAppTemplateParams+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f/action/instantiateVAppTemplate"/> | |
<Link rel="add" type="application/vnd.vmware.vcloud.cloneVAppParams+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f/action/cloneVApp"/> | |
<Link rel="add" type="application/vnd.vmware.vcloud.cloneVAppTemplateParams+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f/action/cloneVAppTemplate"/> | |
<Link rel="add" type="application/vnd.vmware.vcloud.cloneMediaParams+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f/action/cloneMedia"/> | |
<Link rel="add" type="application/vnd.vmware.vcloud.captureVAppParams+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f/action/captureVApp"/> | |
<Link rel="add" type="application/vnd.vmware.vcloud.composeVAppParams+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f/action/composeVApp"/> | |
<Link rel="add" type="application/vnd.vmware.vcloud.diskCreateParams+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f/disk"/> | |
<Link rel="edgeGateways" type="application/vnd.vmware.vcloud.query.records+xml" href="https://roecloud001/api/admin/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f/edgeGateways"/> | |
<Link rel="add" type="application/vnd.vmware.vcloud.orgVdcNetwork+xml" href="https://roecloud001/api/admin/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f/networks"/> | |
<Link rel="orgVdcNetworks" type="application/vnd.vmware.vcloud.query.records+xml" href="https://roecloud001/api/admin/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f/networks"/> | |
<Description/> | |
<AllocationModel>AllocationVApp</AllocationModel> | |
<ComputeCapacity> | |
<Cpu> | |
<Units>MHz</Units> | |
<Allocated>0</Allocated> | |
<Limit>0</Limit> | |
<Reserved>0</Reserved> | |
<Used>15000</Used> | |
<Overhead>0</Overhead> | |
</Cpu> | |
<Memory> | |
<Units>MB</Units> | |
<Allocated>0</Allocated> | |
<Limit>0</Limit> | |
<Reserved>0</Reserved> | |
<Used>9216</Used> | |
<Overhead>195</Overhead> | |
</Memory> | |
</ComputeCapacity> | |
<ResourceEntities> | |
<ResourceEntity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="ubuntu1404" href="https://roecloud001/api/vAppTemplate/vappTemplate-27be1c20-c1d7-4324-b8d1-d28e3d83365c"/> | |
<ResourceEntity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="windows_2012_r2" href="https://roecloud001/api/vAppTemplate/vappTemplate-27d05efa-cd6f-46cc-a2e0-4f52312c7070"/> | |
<ResourceEntity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="windows_7" href="https://roecloud001/api/vAppTemplate/vappTemplate-574bfce4-8598-421e-804d-e84317d7445b"/> | |
<ResourceEntity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="ubuntu1204-100gb" href="https://roecloud001/api/vAppTemplate/vappTemplate-6e0ba257-6d88-47f8-af43-6c987e9ef0af"/> | |
<ResourceEntity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="ubuntu1204" href="https://roecloud001/api/vAppTemplate/vappTemplate-794e75be-b572-4f62-87f3-4dea39503ce4"/> | |
<ResourceEntity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="ubuntu1204-desktop" href="https://roecloud001/api/vAppTemplate/vappTemplate-800defb1-4d1a-46a2-9f3f-717784de6c8b"/> | |
<ResourceEntity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="ubuntu1204" href="https://roecloud001/api/vAppTemplate/vappTemplate-80f82986-26be-42b2-95f3-f863948638ec"/> | |
<ResourceEntity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="windows_2012_r2" href="https://roecloud001/api/vAppTemplate/vappTemplate-9240938e-44ef-437d-923e-76cc7b396463"/> | |
<ResourceEntity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="ubuntu1404-desktop" href="https://roecloud001/api/vAppTemplate/vappTemplate-a2dcd512-f6cd-4296-8fe3-1b4e41abff2f"/> | |
<ResourceEntity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="sles11sp3" href="https://roecloud001/api/vAppTemplate/vappTemplate-a69f5005-2f83-4b6c-82e6-52d357c810b4"/> | |
<ResourceEntity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="ubuntu1204-100gb" href="https://roecloud001/api/vAppTemplate/vappTemplate-ad4a151b-3116-4c30-b198-14578c78bf38"/> | |
<ResourceEntity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="windows_2008_r2" href="https://roecloud001/api/vAppTemplate/vappTemplate-b700f265-e1c7-4e2f-9b21-a5156bbbdb96"/> | |
<ResourceEntity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="windows_81" href="https://roecloud001/api/vAppTemplate/vappTemplate-c12c248d-3507-437f-8a21-2cb72b1c9537"/> | |
<ResourceEntity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="windows_2008_r2" href="https://roecloud001/api/vAppTemplate/vappTemplate-d1b200fd-a46c-4734-b97e-1918f125bb8f"/> | |
<ResourceEntity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="windows_81" href="https://roecloud001/api/vAppTemplate/vappTemplate-da6434f7-f6b5-4ae8-8ceb-32637beeca6d"/> | |
<ResourceEntity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="ubuntu1204-desktop" href="https://roecloud001/api/vAppTemplate/vappTemplate-ece702b1-e327-41d3-b96d-c97cdf687319"/> | |
<ResourceEntity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="windows_7" href="https://roecloud001/api/vAppTemplate/vappTemplate-f0b934d4-b331-4b0b-a226-a7ab38cd31c3"/> | |
<ResourceEntity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="windows_2008_r2-100gb" href="https://roecloud001/api/vAppTemplate/vappTemplate-facc902a-8e03-48d0-9ca5-373af3186275"/> | |
<ResourceEntity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="windows_2008_r2-100gb" href="https://roecloud001/api/vAppTemplate/vappTemplate-ff9db21b-0971-465d-9a58-92c2575f471f"/> | |
<ResourceEntity type="application/vnd.vmware.vcloud.vApp+xml" name="basebox-stefan-stefans-mac.local-804ec04d" href="https://roecloud001/api/vApp/vapp-517de0ea-b228-4d5c-a71d-54a7a5bfcded"/> | |
<ResourceEntity type="application/vnd.vmware.vcloud.vApp+xml" name="spooler-appliance-vagrant-meanstack-ide-precise64-33f491f0" href="https://roecloud001/api/vApp/vapp-5cbc0e89-e30e-461e-aacd-5ae3ec7b1f3c"/> | |
</ResourceEntities> | |
<AvailableNetworks> | |
<Network type="application/vnd.vmware.vcloud.network+xml" name="SS-INTERNAL" href="https://roecloud001/api/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
</AvailableNetworks> | |
<Capabilities> | |
<SupportedHardwareVersions> | |
<SupportedHardwareVersion>vmx-04</SupportedHardwareVersion> | |
<SupportedHardwareVersion>vmx-07</SupportedHardwareVersion> | |
<SupportedHardwareVersion>vmx-08</SupportedHardwareVersion> | |
<SupportedHardwareVersion>vmx-09</SupportedHardwareVersion> | |
<SupportedHardwareVersion>vmx-10</SupportedHardwareVersion> | |
</SupportedHardwareVersions> | |
</Capabilities> | |
<NicQuota>0</NicQuota> | |
<NetworkQuota>1000</NetworkQuota> | |
<UsedNetworkCount>0</UsedNetworkCount> | |
<VmQuota>100</VmQuota> | |
<IsEnabled>true</IsEnabled> | |
<VdcStorageProfiles> | |
<VdcStorageProfile type="application/vnd.vmware.vcloud.vdcStorageProfile+xml" name="*" href="https://roecloud001/api/vdcStorageProfile/59bc6f09-4ba6-48b6-ac21-636e778917bd"/> | |
</VdcStorageProfiles> | |
</Vdc> | |
"[Sun Jul 6 22:14:01 2014] -> SEND GET https://roecloud001/api/catalog/5d545ee5-b43f-4ffb-84eb-c61e14b29b24" | |
"[Sun Jul 6 22:14:02 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:14:01 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.catalog+xml;version=5.1", | |
"Content-Length" => "3554" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<Catalog xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="BASEBOX-TESTING" id="urn:vcloud:catalog:5d545ee5-b43f-4ffb-84eb-c61e14b29b24" type="application/vnd.vmware.vcloud.catalog+xml" href="https://roecloud001/api/catalog/5d545ee5-b43f-4ffb-84eb-c61e14b29b24" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd"> | |
<Link rel="up" type="application/vnd.vmware.vcloud.org+xml" href="https://roecloud001/api/org/14f84887-ef1c-4009-a333-0904bdcaf49e"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/catalog/5d545ee5-b43f-4ffb-84eb-c61e14b29b24/metadata"/> | |
<Link rel="add" type="application/vnd.vmware.vcloud.catalogItem+xml" href="https://roecloud001/api/catalog/5d545ee5-b43f-4ffb-84eb-c61e14b29b24/catalogItems"/> | |
<Description>This is the testing area for basebox-slave</Description> | |
<CatalogItems> | |
<CatalogItem type="application/vnd.vmware.vcloud.catalogItem+xml" name="ubuntu1204-100gb" id="09274d81-65a0-464e-b766-148852961693" href="https://roecloud001/api/catalogItem/09274d81-65a0-464e-b766-148852961693"/> | |
<CatalogItem type="application/vnd.vmware.vcloud.catalogItem+xml" name="windows_2008_r2" id="16ddfa20-8a53-4e9f-aa53-082a4ea9565f" href="https://roecloud001/api/catalogItem/16ddfa20-8a53-4e9f-aa53-082a4ea9565f"/> | |
<CatalogItem type="application/vnd.vmware.vcloud.catalogItem+xml" name="windows_2008_r2-100gb" id="185a4c60-d366-474c-827f-7444d5c6e735" href="https://roecloud001/api/catalogItem/185a4c60-d366-474c-827f-7444d5c6e735"/> | |
<CatalogItem type="application/vnd.vmware.vcloud.catalogItem+xml" name="sles11sp3" id="6f6c27a1-6218-4b80-83de-8ec53262ca8d" href="https://roecloud001/api/catalogItem/6f6c27a1-6218-4b80-83de-8ec53262ca8d"/> | |
<CatalogItem type="application/vnd.vmware.vcloud.catalogItem+xml" name="windows_81" id="925e7565-1022-4ef2-b5de-7a61f016177d" href="https://roecloud001/api/catalogItem/925e7565-1022-4ef2-b5de-7a61f016177d"/> | |
<CatalogItem type="application/vnd.vmware.vcloud.catalogItem+xml" name="ubuntu1204" id="aee543c2-17d2-4ddb-95b7-64d2bed69cad" href="https://roecloud001/api/catalogItem/aee543c2-17d2-4ddb-95b7-64d2bed69cad"/> | |
<CatalogItem type="application/vnd.vmware.vcloud.catalogItem+xml" name="ubuntu1404" id="be9bbe7d-e641-4177-8b5a-0e95723ee692" href="https://roecloud001/api/catalogItem/be9bbe7d-e641-4177-8b5a-0e95723ee692"/> | |
<CatalogItem type="application/vnd.vmware.vcloud.catalogItem+xml" name="ubuntu1204-desktop" id="d2d9f123-7826-4ce8-b0e4-ff5243aea2fe" href="https://roecloud001/api/catalogItem/d2d9f123-7826-4ce8-b0e4-ff5243aea2fe"/> | |
<CatalogItem type="application/vnd.vmware.vcloud.catalogItem+xml" name="ubuntu1404-desktop" id="e396a96a-0a97-4157-a580-c62b43eb40c7" href="https://roecloud001/api/catalogItem/e396a96a-0a97-4157-a580-c62b43eb40c7"/> | |
<CatalogItem type="application/vnd.vmware.vcloud.catalogItem+xml" name="windows_2012_r2" id="fa170358-b963-4288-96ed-cb0bf69ff5ba" href="https://roecloud001/api/catalogItem/fa170358-b963-4288-96ed-cb0bf69ff5ba"/> | |
<CatalogItem type="application/vnd.vmware.vcloud.catalogItem+xml" name="windows_7" id="fbd5bc22-1711-424e-be67-e20d46fde126" href="https://roecloud001/api/catalogItem/fbd5bc22-1711-424e-be67-e20d46fde126"/> | |
</CatalogItems> | |
<IsPublished>false</IsPublished> | |
<DateCreated>2014-06-26T07:30:35.710+02:00</DateCreated> | |
</Catalog> | |
DEBUG inventory_check: Getting catalog item with cfg.catalog_id: [5d545ee5-b43f-4ffb-84eb-c61e14b29b24] and machine name [windows_2008_r2] | |
"[Sun Jul 6 22:14:02 2014] -> SEND GET https://roecloud001/api/catalog/5d545ee5-b43f-4ffb-84eb-c61e14b29b24" | |
"[Sun Jul 6 22:14:02 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:14:01 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.catalog+xml;version=5.1", | |
"Content-Length" => "3554" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<Catalog xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="BASEBOX-TESTING" id="urn:vcloud:catalog:5d545ee5-b43f-4ffb-84eb-c61e14b29b24" type="application/vnd.vmware.vcloud.catalog+xml" href="https://roecloud001/api/catalog/5d545ee5-b43f-4ffb-84eb-c61e14b29b24" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd"> | |
<Link rel="up" type="application/vnd.vmware.vcloud.org+xml" href="https://roecloud001/api/org/14f84887-ef1c-4009-a333-0904bdcaf49e"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/catalog/5d545ee5-b43f-4ffb-84eb-c61e14b29b24/metadata"/> | |
<Link rel="add" type="application/vnd.vmware.vcloud.catalogItem+xml" href="https://roecloud001/api/catalog/5d545ee5-b43f-4ffb-84eb-c61e14b29b24/catalogItems"/> | |
<Description>This is the testing area for basebox-slave</Description> | |
<CatalogItems> | |
<CatalogItem type="application/vnd.vmware.vcloud.catalogItem+xml" name="ubuntu1204-100gb" id="09274d81-65a0-464e-b766-148852961693" href="https://roecloud001/api/catalogItem/09274d81-65a0-464e-b766-148852961693"/> | |
<CatalogItem type="application/vnd.vmware.vcloud.catalogItem+xml" name="windows_2008_r2" id="16ddfa20-8a53-4e9f-aa53-082a4ea9565f" href="https://roecloud001/api/catalogItem/16ddfa20-8a53-4e9f-aa53-082a4ea9565f"/> | |
<CatalogItem type="application/vnd.vmware.vcloud.catalogItem+xml" name="windows_2008_r2-100gb" id="185a4c60-d366-474c-827f-7444d5c6e735" href="https://roecloud001/api/catalogItem/185a4c60-d366-474c-827f-7444d5c6e735"/> | |
<CatalogItem type="application/vnd.vmware.vcloud.catalogItem+xml" name="sles11sp3" id="6f6c27a1-6218-4b80-83de-8ec53262ca8d" href="https://roecloud001/api/catalogItem/6f6c27a1-6218-4b80-83de-8ec53262ca8d"/> | |
<CatalogItem type="application/vnd.vmware.vcloud.catalogItem+xml" name="windows_81" id="925e7565-1022-4ef2-b5de-7a61f016177d" href="https://roecloud001/api/catalogItem/925e7565-1022-4ef2-b5de-7a61f016177d"/> | |
<CatalogItem type="application/vnd.vmware.vcloud.catalogItem+xml" name="ubuntu1204" id="aee543c2-17d2-4ddb-95b7-64d2bed69cad" href="https://roecloud001/api/catalogItem/aee543c2-17d2-4ddb-95b7-64d2bed69cad"/> | |
<CatalogItem type="application/vnd.vmware.vcloud.catalogItem+xml" name="ubuntu1404" id="be9bbe7d-e641-4177-8b5a-0e95723ee692" href="https://roecloud001/api/catalogItem/be9bbe7d-e641-4177-8b5a-0e95723ee692"/> | |
<CatalogItem type="application/vnd.vmware.vcloud.catalogItem+xml" name="ubuntu1204-desktop" id="d2d9f123-7826-4ce8-b0e4-ff5243aea2fe" href="https://roecloud001/api/catalogItem/d2d9f123-7826-4ce8-b0e4-ff5243aea2fe"/> | |
<CatalogItem type="application/vnd.vmware.vcloud.catalogItem+xml" name="ubuntu1404-desktop" id="e396a96a-0a97-4157-a580-c62b43eb40c7" href="https://roecloud001/api/catalogItem/e396a96a-0a97-4157-a580-c62b43eb40c7"/> | |
<CatalogItem type="application/vnd.vmware.vcloud.catalogItem+xml" name="windows_2012_r2" id="fa170358-b963-4288-96ed-cb0bf69ff5ba" href="https://roecloud001/api/catalogItem/fa170358-b963-4288-96ed-cb0bf69ff5ba"/> | |
<CatalogItem type="application/vnd.vmware.vcloud.catalogItem+xml" name="windows_7" id="fbd5bc22-1711-424e-be67-e20d46fde126" href="https://roecloud001/api/catalogItem/fbd5bc22-1711-424e-be67-e20d46fde126"/> | |
</CatalogItems> | |
<IsPublished>false</IsPublished> | |
<DateCreated>2014-06-26T07:30:35.710+02:00</DateCreated> | |
</Catalog> | |
"[Sun Jul 6 22:14:02 2014] -> SEND GET https://roecloud001/api/catalogItem/09274d81-65a0-464e-b766-148852961693" | |
"[Sun Jul 6 22:14:03 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:14:02 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.catalogitem+xml;version=5.1", | |
"Content-Length" => "1331" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<CatalogItem xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" size="0" name="ubuntu1204-100gb" id="urn:vcloud:catalogitem:09274d81-65a0-464e-b766-148852961693" type="application/vnd.vmware.vcloud.catalogItem+xml" href="https://roecloud001/api/catalogItem/09274d81-65a0-464e-b766-148852961693" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd"> | |
<Link rel="up" type="application/vnd.vmware.vcloud.catalog+xml" href="https://roecloud001/api/catalog/5d545ee5-b43f-4ffb-84eb-c61e14b29b24"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/catalogItem/09274d81-65a0-464e-b766-148852961693/metadata"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.catalogItem+xml" href="https://roecloud001/api/catalogItem/09274d81-65a0-464e-b766-148852961693"/> | |
<Link rel="remove" href="https://roecloud001/api/catalogItem/09274d81-65a0-464e-b766-148852961693"/> | |
<Description/> | |
<Entity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="ubuntu1204-100gb" href="https://roecloud001/api/vAppTemplate/vappTemplate-ad4a151b-3116-4c30-b198-14578c78bf38"/> | |
<DateCreated>2014-07-02T23:01:57.187+02:00</DateCreated> | |
</CatalogItem> | |
"[Sun Jul 6 22:14:03 2014] -> SEND GET https://roecloud001/api/catalogItem/16ddfa20-8a53-4e9f-aa53-082a4ea9565f" | |
"[Sun Jul 6 22:14:03 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:14:02 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.catalogitem+xml;version=5.1", | |
"Content-Length" => "1329" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<CatalogItem xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" size="0" name="windows_2008_r2" id="urn:vcloud:catalogitem:16ddfa20-8a53-4e9f-aa53-082a4ea9565f" type="application/vnd.vmware.vcloud.catalogItem+xml" href="https://roecloud001/api/catalogItem/16ddfa20-8a53-4e9f-aa53-082a4ea9565f" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd"> | |
<Link rel="up" type="application/vnd.vmware.vcloud.catalog+xml" href="https://roecloud001/api/catalog/5d545ee5-b43f-4ffb-84eb-c61e14b29b24"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/catalogItem/16ddfa20-8a53-4e9f-aa53-082a4ea9565f/metadata"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.catalogItem+xml" href="https://roecloud001/api/catalogItem/16ddfa20-8a53-4e9f-aa53-082a4ea9565f"/> | |
<Link rel="remove" href="https://roecloud001/api/catalogItem/16ddfa20-8a53-4e9f-aa53-082a4ea9565f"/> | |
<Description/> | |
<Entity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="windows_2008_r2" href="https://roecloud001/api/vAppTemplate/vappTemplate-b700f265-e1c7-4e2f-9b21-a5156bbbdb96"/> | |
<DateCreated>2014-07-03T02:35:48.587+02:00</DateCreated> | |
</CatalogItem> | |
"[Sun Jul 6 22:14:03 2014] -> SEND GET https://roecloud001/api/vAppTemplate/vappTemplate-b700f265-e1c7-4e2f-9b21-a5156bbbdb96" | |
"[Sun Jul 6 22:14:03 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:14:02 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.vAppTemplate+xml;version=5.1", | |
"Content-Length" => "8380" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<VAppTemplate xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ovfDescriptorUploaded="true" goldMaster="false" status="8" name="windows_2008_r2" id="urn:vcloud:vapptemplate:b700f265-e1c7-4e2f-9b21-a5156bbbdb96" type="application/vnd.vmware.vcloud.vAppTemplate+xml" href="https://roecloud001/api/vAppTemplate/vappTemplate-b700f265-e1c7-4e2f-9b21-a5156bbbdb96" xsi:schemaLocation="http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd"> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vdc+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f"/> | |
<Link rel="catalogItem" type="application/vnd.vmware.vcloud.catalogItem+xml" href="https://roecloud001/api/catalogItem/16ddfa20-8a53-4e9f-aa53-082a4ea9565f"/> | |
<Link rel="remove" href="https://roecloud001/api/vAppTemplate/vappTemplate-b700f265-e1c7-4e2f-9b21-a5156bbbdb96"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vAppTemplate+xml" href="https://roecloud001/api/vAppTemplate/vappTemplate-b700f265-e1c7-4e2f-9b21-a5156bbbdb96"/> | |
<Link rel="enable" href="https://roecloud001/api/vAppTemplate/vappTemplate-b700f265-e1c7-4e2f-9b21-a5156bbbdb96/action/enableDownload"/> | |
<Link rel="disable" href="https://roecloud001/api/vAppTemplate/vappTemplate-b700f265-e1c7-4e2f-9b21-a5156bbbdb96/action/disableDownload"/> | |
<Link rel="ovf" type="text/xml" href="https://roecloud001/api/vAppTemplate/vappTemplate-b700f265-e1c7-4e2f-9b21-a5156bbbdb96/ovf"/> | |
<Link rel="storageProfile" type="application/vnd.vmware.vcloud.vdcStorageProfile+xml" name="*" href="https://roecloud001/api/vdcStorageProfile/59bc6f09-4ba6-48b6-ac21-636e778917bd"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.owner+xml" href="https://roecloud001/api/vAppTemplate/vappTemplate-b700f265-e1c7-4e2f-9b21-a5156bbbdb96/owner"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vAppTemplate/vappTemplate-b700f265-e1c7-4e2f-9b21-a5156bbbdb96/metadata"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vAppTemplate/vappTemplate-b700f265-e1c7-4e2f-9b21-a5156bbbdb96/productSections/"/> | |
<Description/> | |
<Owner type="application/vnd.vmware.vcloud.owner+xml"> | |
<User type="application/vnd.vmware.admin.user+xml" name="stefan.scherer" href="https://roecloud001/api/admin/user/b63d1fbc-3c60-4b06-9bb1-175f6f29e787"/> | |
</Owner> | |
<Children> | |
<Vm goldMaster="false" status="8" name="windows_2008_r2" id="urn:vcloud:vm:665a3127-4e19-4296-b904-bf5b649dd480" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vAppTemplate/vm-665a3127-4e19-4296-b904-bf5b649dd480"> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vAppTemplate+xml" href="https://roecloud001/api/vAppTemplate/vappTemplate-b700f265-e1c7-4e2f-9b21-a5156bbbdb96"/> | |
<Link rel="storageProfile" type="application/vnd.vmware.vcloud.vdcStorageProfile+xml" href="https://roecloud001/api/vdcStorageProfile/59bc6f09-4ba6-48b6-ac21-636e778917bd"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vAppTemplate/vm-665a3127-4e19-4296-b904-bf5b649dd480/metadata"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vAppTemplate/vm-665a3127-4e19-4296-b904-bf5b649dd480/productSections/"/> | |
<NetworkConnectionSection type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vAppTemplate/vm-665a3127-4e19-4296-b904-bf5b649dd480/networkConnectionSection/" ovf:required="false"> | |
<ovf:Info>Specifies the available VM network connections</ovf:Info> | |
<PrimaryNetworkConnectionIndex>0</PrimaryNetworkConnectionIndex> | |
<NetworkConnection network="nat" needsCustomization="true"> | |
<NetworkConnectionIndex>0</NetworkConnectionIndex> | |
<IsConnected>true</IsConnected> | |
<MACAddress>00:50:56:01:0f:24</MACAddress> | |
<IpAddressAllocationMode>DHCP</IpAddressAllocationMode> | |
</NetworkConnection> | |
</NetworkConnectionSection> | |
<GuestCustomizationSection type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vAppTemplate/vm-665a3127-4e19-4296-b904-bf5b649dd480/guestCustomizationSection/" ovf:required="false"> | |
<ovf:Info>Specifies Guest OS Customization Settings</ovf:Info> | |
<Enabled>true</Enabled> | |
<ChangeSid>true</ChangeSid> | |
<VirtualMachineId>665a3127-4e19-4296-b904-bf5b649dd480</VirtualMachineId> | |
<JoinDomainEnabled>false</JoinDomainEnabled> | |
<UseOrgSettings>false</UseOrgSettings> | |
<AdminPasswordEnabled>true</AdminPasswordEnabled> | |
<AdminPasswordAuto>true</AdminPasswordAuto> | |
<ResetPasswordRequired>false</ResetPasswordRequired> | |
<ComputerName>windows2008-001</ComputerName> | |
</GuestCustomizationSection> | |
<VAppScopedLocalId>vm</VAppScopedLocalId> | |
<DateCreated>2014-07-06T22:07:54.960+02:00</DateCreated> | |
</Vm> | |
</Children> | |
<ovf:NetworkSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vAppTemplate/vappTemplate-b700f265-e1c7-4e2f-9b21-a5156bbbdb96/networkSection/" vcloud:type="application/vnd.vmware.vcloud.networkSection+xml"> | |
<ovf:Info>The list of logical networks</ovf:Info> | |
<ovf:Network ovf:name="nat"> | |
<ovf:Description>The nat network</ovf:Description> | |
</ovf:Network> | |
</ovf:NetworkSection> | |
<NetworkConfigSection type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vAppTemplate/vappTemplate-b700f265-e1c7-4e2f-9b21-a5156bbbdb96/networkConfigSection/" ovf:required="false"> | |
<ovf:Info>The configuration parameters for logical networks</ovf:Info> | |
<NetworkConfig networkName="nat"> | |
<Description>The nat network</Description> | |
<Configuration> | |
<IpScopes> | |
<IpScope> | |
<IsInherited>false</IsInherited> | |
<Gateway>192.168.254.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<IsEnabled>true</IsEnabled> | |
<IpRanges> | |
<IpRange> | |
<StartAddress>192.168.254.100</StartAddress> | |
<EndAddress>192.168.254.199</EndAddress> | |
</IpRange> | |
</IpRanges> | |
</IpScope> | |
</IpScopes> | |
<FenceMode>isolated</FenceMode> | |
<RetainNetInfoAcrossDeployments>false</RetainNetInfoAcrossDeployments> | |
</Configuration> | |
<IsDeployed>false</IsDeployed> | |
</NetworkConfig> | |
</NetworkConfigSection> | |
<LeaseSettingsSection type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vAppTemplate/vappTemplate-b700f265-e1c7-4e2f-9b21-a5156bbbdb96/leaseSettingsSection/" ovf:required="false"> | |
<ovf:Info>Lease settings section</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vAppTemplate/vappTemplate-b700f265-e1c7-4e2f-9b21-a5156bbbdb96/leaseSettingsSection/"/> | |
<StorageLeaseInSeconds>0</StorageLeaseInSeconds> | |
</LeaseSettingsSection> | |
<CustomizationSection type="application/vnd.vmware.vcloud.customizationSection+xml" href="https://roecloud001/api/vAppTemplate/vappTemplate-b700f265-e1c7-4e2f-9b21-a5156bbbdb96/customizationSection/" goldMaster="false" ovf:required="false"> | |
<ovf:Info>VApp template customization section</ovf:Info> | |
<CustomizeOnInstantiate>true</CustomizeOnInstantiate> | |
</CustomizationSection> | |
<DateCreated>2014-07-06T22:07:54.960+02:00</DateCreated> | |
</VAppTemplate> | |
"[Sun Jul 6 22:14:03 2014] -> SEND GET https://roecloud001/api/catalogItem/185a4c60-d366-474c-827f-7444d5c6e735" | |
"[Sun Jul 6 22:14:03 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:14:02 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.catalogitem+xml;version=5.1", | |
"Content-Length" => "1341" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<CatalogItem xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" size="0" name="windows_2008_r2-100gb" id="urn:vcloud:catalogitem:185a4c60-d366-474c-827f-7444d5c6e735" type="application/vnd.vmware.vcloud.catalogItem+xml" href="https://roecloud001/api/catalogItem/185a4c60-d366-474c-827f-7444d5c6e735" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd"> | |
<Link rel="up" type="application/vnd.vmware.vcloud.catalog+xml" href="https://roecloud001/api/catalog/5d545ee5-b43f-4ffb-84eb-c61e14b29b24"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/catalogItem/185a4c60-d366-474c-827f-7444d5c6e735/metadata"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.catalogItem+xml" href="https://roecloud001/api/catalogItem/185a4c60-d366-474c-827f-7444d5c6e735"/> | |
<Link rel="remove" href="https://roecloud001/api/catalogItem/185a4c60-d366-474c-827f-7444d5c6e735"/> | |
<Description/> | |
<Entity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="windows_2008_r2-100gb" href="https://roecloud001/api/vAppTemplate/vappTemplate-facc902a-8e03-48d0-9ca5-373af3186275"/> | |
<DateCreated>2014-07-03T01:27:34.693+02:00</DateCreated> | |
</CatalogItem> | |
"[Sun Jul 6 22:14:03 2014] -> SEND GET https://roecloud001/api/catalogItem/6f6c27a1-6218-4b80-83de-8ec53262ca8d" | |
"[Sun Jul 6 22:14:03 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:14:02 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.catalogitem+xml;version=5.1", | |
"Content-Length" => "1317" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<CatalogItem xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" size="0" name="sles11sp3" id="urn:vcloud:catalogitem:6f6c27a1-6218-4b80-83de-8ec53262ca8d" type="application/vnd.vmware.vcloud.catalogItem+xml" href="https://roecloud001/api/catalogItem/6f6c27a1-6218-4b80-83de-8ec53262ca8d" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd"> | |
<Link rel="up" type="application/vnd.vmware.vcloud.catalog+xml" href="https://roecloud001/api/catalog/5d545ee5-b43f-4ffb-84eb-c61e14b29b24"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/catalogItem/6f6c27a1-6218-4b80-83de-8ec53262ca8d/metadata"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.catalogItem+xml" href="https://roecloud001/api/catalogItem/6f6c27a1-6218-4b80-83de-8ec53262ca8d"/> | |
<Link rel="remove" href="https://roecloud001/api/catalogItem/6f6c27a1-6218-4b80-83de-8ec53262ca8d"/> | |
<Description/> | |
<Entity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="sles11sp3" href="https://roecloud001/api/vAppTemplate/vappTemplate-a69f5005-2f83-4b6c-82e6-52d357c810b4"/> | |
<DateCreated>2014-07-05T22:03:38.350+02:00</DateCreated> | |
</CatalogItem> | |
"[Sun Jul 6 22:14:03 2014] -> SEND GET https://roecloud001/api/catalogItem/925e7565-1022-4ef2-b5de-7a61f016177d" | |
"[Sun Jul 6 22:14:04 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:14:03 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.catalogitem+xml;version=5.1", | |
"Content-Length" => "1319" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<CatalogItem xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" size="0" name="windows_81" id="urn:vcloud:catalogitem:925e7565-1022-4ef2-b5de-7a61f016177d" type="application/vnd.vmware.vcloud.catalogItem+xml" href="https://roecloud001/api/catalogItem/925e7565-1022-4ef2-b5de-7a61f016177d" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd"> | |
<Link rel="up" type="application/vnd.vmware.vcloud.catalog+xml" href="https://roecloud001/api/catalog/5d545ee5-b43f-4ffb-84eb-c61e14b29b24"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/catalogItem/925e7565-1022-4ef2-b5de-7a61f016177d/metadata"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.catalogItem+xml" href="https://roecloud001/api/catalogItem/925e7565-1022-4ef2-b5de-7a61f016177d"/> | |
<Link rel="remove" href="https://roecloud001/api/catalogItem/925e7565-1022-4ef2-b5de-7a61f016177d"/> | |
<Description/> | |
<Entity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="windows_81" href="https://roecloud001/api/vAppTemplate/vappTemplate-c12c248d-3507-437f-8a21-2cb72b1c9537"/> | |
<DateCreated>2014-07-03T05:08:47.547+02:00</DateCreated> | |
</CatalogItem> | |
"[Sun Jul 6 22:14:04 2014] -> SEND GET https://roecloud001/api/catalogItem/aee543c2-17d2-4ddb-95b7-64d2bed69cad" | |
"[Sun Jul 6 22:14:04 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:14:03 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.catalogitem+xml;version=5.1", | |
"Content-Length" => "1319" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<CatalogItem xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" size="0" name="ubuntu1204" id="urn:vcloud:catalogitem:aee543c2-17d2-4ddb-95b7-64d2bed69cad" type="application/vnd.vmware.vcloud.catalogItem+xml" href="https://roecloud001/api/catalogItem/aee543c2-17d2-4ddb-95b7-64d2bed69cad" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd"> | |
<Link rel="up" type="application/vnd.vmware.vcloud.catalog+xml" href="https://roecloud001/api/catalog/5d545ee5-b43f-4ffb-84eb-c61e14b29b24"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/catalogItem/aee543c2-17d2-4ddb-95b7-64d2bed69cad/metadata"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.catalogItem+xml" href="https://roecloud001/api/catalogItem/aee543c2-17d2-4ddb-95b7-64d2bed69cad"/> | |
<Link rel="remove" href="https://roecloud001/api/catalogItem/aee543c2-17d2-4ddb-95b7-64d2bed69cad"/> | |
<Description/> | |
<Entity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="ubuntu1204" href="https://roecloud001/api/vAppTemplate/vappTemplate-80f82986-26be-42b2-95f3-f863948638ec"/> | |
<DateCreated>2014-07-03T00:15:11.253+02:00</DateCreated> | |
</CatalogItem> | |
"[Sun Jul 6 22:14:04 2014] -> SEND GET https://roecloud001/api/catalogItem/be9bbe7d-e641-4177-8b5a-0e95723ee692" | |
"[Sun Jul 6 22:14:04 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:14:03 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.catalogitem+xml;version=5.1", | |
"Content-Length" => "1319" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<CatalogItem xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" size="0" name="ubuntu1404" id="urn:vcloud:catalogitem:be9bbe7d-e641-4177-8b5a-0e95723ee692" type="application/vnd.vmware.vcloud.catalogItem+xml" href="https://roecloud001/api/catalogItem/be9bbe7d-e641-4177-8b5a-0e95723ee692" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd"> | |
<Link rel="up" type="application/vnd.vmware.vcloud.catalog+xml" href="https://roecloud001/api/catalog/5d545ee5-b43f-4ffb-84eb-c61e14b29b24"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/catalogItem/be9bbe7d-e641-4177-8b5a-0e95723ee692/metadata"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.catalogItem+xml" href="https://roecloud001/api/catalogItem/be9bbe7d-e641-4177-8b5a-0e95723ee692"/> | |
<Link rel="remove" href="https://roecloud001/api/catalogItem/be9bbe7d-e641-4177-8b5a-0e95723ee692"/> | |
<Description/> | |
<Entity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="ubuntu1404" href="https://roecloud001/api/vAppTemplate/vappTemplate-27be1c20-c1d7-4324-b8d1-d28e3d83365c"/> | |
<DateCreated>2014-07-04T23:36:38.677+02:00</DateCreated> | |
</CatalogItem> | |
"[Sun Jul 6 22:14:04 2014] -> SEND GET https://roecloud001/api/catalogItem/d2d9f123-7826-4ce8-b0e4-ff5243aea2fe" | |
"[Sun Jul 6 22:14:04 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:14:03 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.catalogitem+xml;version=5.1", | |
"Content-Length" => "1335" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<CatalogItem xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" size="0" name="ubuntu1204-desktop" id="urn:vcloud:catalogitem:d2d9f123-7826-4ce8-b0e4-ff5243aea2fe" type="application/vnd.vmware.vcloud.catalogItem+xml" href="https://roecloud001/api/catalogItem/d2d9f123-7826-4ce8-b0e4-ff5243aea2fe" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd"> | |
<Link rel="up" type="application/vnd.vmware.vcloud.catalog+xml" href="https://roecloud001/api/catalog/5d545ee5-b43f-4ffb-84eb-c61e14b29b24"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/catalogItem/d2d9f123-7826-4ce8-b0e4-ff5243aea2fe/metadata"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.catalogItem+xml" href="https://roecloud001/api/catalogItem/d2d9f123-7826-4ce8-b0e4-ff5243aea2fe"/> | |
<Link rel="remove" href="https://roecloud001/api/catalogItem/d2d9f123-7826-4ce8-b0e4-ff5243aea2fe"/> | |
<Description/> | |
<Entity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="ubuntu1204-desktop" href="https://roecloud001/api/vAppTemplate/vappTemplate-ece702b1-e327-41d3-b96d-c97cdf687319"/> | |
<DateCreated>2014-07-02T23:44:43.250+02:00</DateCreated> | |
</CatalogItem> | |
"[Sun Jul 6 22:14:04 2014] -> SEND GET https://roecloud001/api/catalogItem/e396a96a-0a97-4157-a580-c62b43eb40c7" | |
"[Sun Jul 6 22:14:05 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:14:04 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.catalogitem+xml;version=5.1", | |
"Content-Length" => "1335" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<CatalogItem xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" size="0" name="ubuntu1404-desktop" id="urn:vcloud:catalogitem:e396a96a-0a97-4157-a580-c62b43eb40c7" type="application/vnd.vmware.vcloud.catalogItem+xml" href="https://roecloud001/api/catalogItem/e396a96a-0a97-4157-a580-c62b43eb40c7" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd"> | |
<Link rel="up" type="application/vnd.vmware.vcloud.catalog+xml" href="https://roecloud001/api/catalog/5d545ee5-b43f-4ffb-84eb-c61e14b29b24"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/catalogItem/e396a96a-0a97-4157-a580-c62b43eb40c7/metadata"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.catalogItem+xml" href="https://roecloud001/api/catalogItem/e396a96a-0a97-4157-a580-c62b43eb40c7"/> | |
<Link rel="remove" href="https://roecloud001/api/catalogItem/e396a96a-0a97-4157-a580-c62b43eb40c7"/> | |
<Description/> | |
<Entity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="ubuntu1404-desktop" href="https://roecloud001/api/vAppTemplate/vappTemplate-a2dcd512-f6cd-4296-8fe3-1b4e41abff2f"/> | |
<DateCreated>2014-07-05T08:58:41.840+02:00</DateCreated> | |
</CatalogItem> | |
"[Sun Jul 6 22:14:05 2014] -> SEND GET https://roecloud001/api/catalogItem/fa170358-b963-4288-96ed-cb0bf69ff5ba" | |
"[Sun Jul 6 22:14:05 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:14:04 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.catalogitem+xml;version=5.1", | |
"Content-Length" => "1329" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<CatalogItem xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" size="0" name="windows_2012_r2" id="urn:vcloud:catalogitem:fa170358-b963-4288-96ed-cb0bf69ff5ba" type="application/vnd.vmware.vcloud.catalogItem+xml" href="https://roecloud001/api/catalogItem/fa170358-b963-4288-96ed-cb0bf69ff5ba" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd"> | |
<Link rel="up" type="application/vnd.vmware.vcloud.catalog+xml" href="https://roecloud001/api/catalog/5d545ee5-b43f-4ffb-84eb-c61e14b29b24"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/catalogItem/fa170358-b963-4288-96ed-cb0bf69ff5ba/metadata"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.catalogItem+xml" href="https://roecloud001/api/catalogItem/fa170358-b963-4288-96ed-cb0bf69ff5ba"/> | |
<Link rel="remove" href="https://roecloud001/api/catalogItem/fa170358-b963-4288-96ed-cb0bf69ff5ba"/> | |
<Description/> | |
<Entity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="windows_2012_r2" href="https://roecloud001/api/vAppTemplate/vappTemplate-9240938e-44ef-437d-923e-76cc7b396463"/> | |
<DateCreated>2014-07-03T03:50:04.020+02:00</DateCreated> | |
</CatalogItem> | |
"[Sun Jul 6 22:14:05 2014] -> SEND GET https://roecloud001/api/catalogItem/fbd5bc22-1711-424e-be67-e20d46fde126" | |
"[Sun Jul 6 22:14:05 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:14:04 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.catalogitem+xml;version=5.1", | |
"Content-Length" => "1317" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<CatalogItem xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" size="0" name="windows_7" id="urn:vcloud:catalogitem:fbd5bc22-1711-424e-be67-e20d46fde126" type="application/vnd.vmware.vcloud.catalogItem+xml" href="https://roecloud001/api/catalogItem/fbd5bc22-1711-424e-be67-e20d46fde126" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd"> | |
<Link rel="up" type="application/vnd.vmware.vcloud.catalog+xml" href="https://roecloud001/api/catalog/5d545ee5-b43f-4ffb-84eb-c61e14b29b24"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/catalogItem/fbd5bc22-1711-424e-be67-e20d46fde126/metadata"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.catalogItem+xml" href="https://roecloud001/api/catalogItem/fbd5bc22-1711-424e-be67-e20d46fde126"/> | |
<Link rel="remove" href="https://roecloud001/api/catalogItem/fbd5bc22-1711-424e-be67-e20d46fde126"/> | |
<Description/> | |
<Entity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="windows_7" href="https://roecloud001/api/vAppTemplate/vappTemplate-f0b934d4-b331-4b0b-a226-a7ab38cd31c3"/> | |
<DateCreated>2014-07-03T06:16:15.953+02:00</DateCreated> | |
</CatalogItem> | |
DEBUG inventory_check: Catalog item is now {"windows_2008_r2"=>"b700f265-e1c7-4e2f-9b21-a5156bbbdb96", :vms_hash=>{"windows_2008_r2"=>{:id=>"665a3127-4e19-4296-b904-bf5b649dd480"}}} | |
INFO inventory_check: Catalog [BASEBOX-TESTING] exists | |
INFO inventory_check: Using catalog item [windows_2008_r2] in Catalog [BASEBOX-TESTING]... | |
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x318a320> | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 1 hooks defined. | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x2ab1840> | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::IsCreated:0x2acb388> | |
WARN is_created: vApp has not been created | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::IsCreated:0x2acb388> | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 1 hooks defined. | |
INFO runner: Running action: #<Vagrant::Action::Warden:0x3173f10> | |
INFO warden: Calling IN action: #<Proc:0x3240b40@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/warden.rb:94 (lambda)> | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::BuildVApp:0x3173e38> | |
DEBUG build_vapp: DNS1: 8.8.8.8 DNS2: 8.8.4.4 | |
INFO interface: info: Building vApp... | |
INFO interface: info: ==> tst: Building vApp... | |
==> tst: Building vApp... | |
"[Sun Jul 6 22:14:05 2014] -> SEND POST https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f/action/composeVApp" | |
"SEND HEADERS" | |
{ | |
"accept" => "application/*+xml;version=5.1", | |
"Content-Type" => "application/vnd.vmware.vcloud.composeVAppParams+xml", | |
"x-vcloud-authorization" => "yPfe8SDuCVkmMu8n1mzLHhhMy4ELwr9FxcEkzWdidvU=" | |
} | |
"SEND BODY" | |
<?xml version="1.0"?> | |
<ComposeVAppParams xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" name="windows_2008_r2-vagrant-vmware-slave-a6e2e0c0" deploy="false" powerOn="false"> | |
<Description>vApp created by vagrant running on vmware-slave using vagrant-vcloud on July 06, 2014</Description> | |
<InstantiationParams> | |
<NetworkConfigSection> | |
<ovf:Info>Configuration parameters for logical networks</ovf:Info> | |
<NetworkConfig networkName="Vagrant-vApp-Net"> | |
<Configuration> | |
<IpScopes> | |
<IpScope> | |
<IsInherited>false</IsInherited> | |
<Gateway>10.1.1.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<Dns1>8.8.8.8</Dns1> | |
<Dns2>8.8.4.4</Dns2> | |
<IpRanges> | |
<IpRange> | |
<StartAddress>10.1.1.2</StartAddress> | |
<EndAddress>10.1.1.254</EndAddress> | |
</IpRange> | |
</IpRanges> | |
</IpScope> | |
</IpScopes> | |
<ParentNetwork href="https://roecloud001/api/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<FenceMode>natRouted</FenceMode> | |
<Features> | |
<FirewallService> | |
<IsEnabled>false</IsEnabled> | |
</FirewallService> | |
<NatService> | |
<IsEnabled>true</IsEnabled> | |
<NatType>portForwarding</NatType> | |
<Policy>allowTraffic</Policy> | |
</NatService> | |
</Features> | |
</Configuration> | |
</NetworkConfig> | |
</NetworkConfigSection> | |
</InstantiationParams> | |
<SourcedItem> | |
<Source href="https://roecloud001/api/vAppTemplate/vm-665a3127-4e19-4296-b904-bf5b649dd480" name="tst"/> | |
<InstantiationParams> | |
<NetworkConnectionSection type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vAppTemplate/vm-665a3127-4e19-4296-b904-bf5b649dd480/networkConnectionSection/"> | |
<ovf:Info>Network config for sourced item</ovf:Info> | |
<PrimaryNetworkConnectionIndex>0</PrimaryNetworkConnectionIndex> | |
<NetworkConnection network="Vagrant-vApp-Net"> | |
<NetworkConnectionIndex>0</NetworkConnectionIndex> | |
<IsConnected>true</IsConnected> | |
<IpAddressAllocationMode>POOL</IpAddressAllocationMode> | |
</NetworkConnection> | |
</NetworkConnectionSection> | |
</InstantiationParams> | |
<NetworkAssignment containerNetwork="Vagrant-vApp-Net" innerNetwork="Vagrant-vApp-Net"/> | |
</SourcedItem> | |
<AllEULAsAccepted>true</AllEULAsAccepted> | |
</ComposeVAppParams> | |
"[Sun Jul 6 22:14:14 2014] <- RECV 201" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:14:13 GMT", | |
"Vary" => "Accept-Encoding", | |
"Location" => "https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782", | |
"Content-Type" => "application/vnd.vmware.vcloud.vapp+xml;version=5.1", | |
"Content-Length" => "3351" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<VApp xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ovfDescriptorUploaded="true" deployed="false" status="0" name="windows_2008_r2-vagrant-vmware-slave-a6e2e0c0" id="urn:vcloud:vapp:8fa68881-c0aa-4322-8a1d-1920d8572782" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd"> | |
<Link rel="down" type="application/vnd.vmware.vcloud.vAppNetwork+xml" name="Vagrant-vApp-Net" href="https://roecloud001/api/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/controlAccess/"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vdc+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.owner+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/owner"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/metadata"/> | |
<Link rel="ovf" type="text/xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/ovf"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/productSections/"/> | |
<Description>vApp created by vagrant running on vmware-slave using vagrant-vcloud on July 06, 2014</Description> | |
<Tasks> | |
<Task status="running" startTime="2014-07-06T22:14:13.573+02:00" serviceNamespace="com.vmware.vcloud" operationName="vdcComposeVapp" operation="Composing Virtual Application windows_2008_r2-vagrant-vmware-slave-a6e2e0c0(8fa68881-c0aa-4322-8a1d-1920d8572782)" expiryTime="2014-10-04T22:14:13.573+02:00" cancelRequested="false" name="task" id="urn:vcloud:task:5c7cb3b7-c718-4885-acbf-6f2d87f451fb" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/task/5c7cb3b7-c718-4885-acbf-6f2d87f451fb"> | |
<Link rel="task:cancel" href="https://roecloud001/api/task/5c7cb3b7-c718-4885-acbf-6f2d87f451fb/action/cancel"/> | |
<Owner type="application/vnd.vmware.vcloud.vApp+xml" name="windows_2008_r2-vagrant-vmware-slave-a6e2e0c0" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<User type="application/vnd.vmware.admin.user+xml" name="vagrant" href="https://roecloud001/api/admin/user/258ca929-d860-4d64-9607-17f5e9251384"/> | |
<Organization type="application/vnd.vmware.vcloud.org+xml" name="SS" href="https://roecloud001/api/org/14f84887-ef1c-4009-a333-0904bdcaf49e"/> | |
<Progress>1</Progress> | |
<Details/> | |
</Task> | |
</Tasks> | |
<DateCreated>2014-07-06T22:14:04.601+02:00</DateCreated> | |
<Owner type="application/vnd.vmware.vcloud.owner+xml"> | |
<User type="application/vnd.vmware.admin.user+xml" name="vagrant" href="https://roecloud001/api/admin/user/258ca929-d860-4d64-9607-17f5e9251384"/> | |
</Owner> | |
<InMaintenanceMode>false</InMaintenanceMode> | |
</VApp> | |
DEBUG build_vapp: Launch Compose vApp... | |
"[Sun Jul 6 22:14:14 2014] -> SEND GET https://roecloud001/api/task/5c7cb3b7-c718-4885-acbf-6f2d87f451fb" | |
"[Sun Jul 6 22:14:14 2014] <- RECV 200" | |
"[Sun Jul 6 22:14:19 2014] -> SEND GET https://roecloud001/api/task/5c7cb3b7-c718-4885-acbf-6f2d87f451fb" | |
"[Sun Jul 6 22:14:19 2014] <- RECV 200" | |
"[Sun Jul 6 22:14:24 2014] -> SEND GET https://roecloud001/api/task/5c7cb3b7-c718-4885-acbf-6f2d87f451fb" | |
"[Sun Jul 6 22:14:24 2014] <- RECV 200" | |
"[Sun Jul 6 22:14:29 2014] -> SEND GET https://roecloud001/api/task/5c7cb3b7-c718-4885-acbf-6f2d87f451fb" | |
"[Sun Jul 6 22:14:30 2014] <- RECV 200" | |
INFO machine: New vApp ID: "8fa68881-c0aa-4322-8a1d-1920d8572782" | |
"[Sun Jul 6 22:14:30 2014] -> SEND GET https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" | |
"[Sun Jul 6 22:14:30 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:14:29 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.vApp+xml;version=5.1", | |
"Content-Length" => "23293" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<VApp xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:vmw="http://www.vmware.com/schema/ovf" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ovfDescriptorUploaded="true" deployed="false" status="8" name="windows_2008_r2-vagrant-vmware-slave-a6e2e0c0" id="urn:vcloud:vapp:8fa68881-c0aa-4322-8a1d-1920d8572782" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" xsi:schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_VirtualSystemSettingData.xsd http://www.vmware.com/schema/ovf http://www.vmware.com/schema/ovf http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_ResourceAllocationSettingData.xsd"> | |
<Link rel="power:powerOn" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/powerOn"/> | |
<Link rel="deploy" type="application/vnd.vmware.vcloud.deployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/deploy"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.vAppNetwork+xml" name="Vagrant-vApp-Net" href="https://roecloud001/api/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/controlAccess/"/> | |
<Link rel="controlAccess" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/controlAccess"/> | |
<Link rel="recompose" type="application/vnd.vmware.vcloud.recomposeVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/recomposeVApp"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vdc+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<Link rel="remove" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<Link rel="enable" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/enableDownload"/> | |
<Link rel="disable" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/disableDownload"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.owner+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/owner"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/metadata"/> | |
<Link rel="ovf" type="text/xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/ovf"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/productSections/"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/createSnapshot"/> | |
<Description>vApp created by vagrant running on vmware-slave using vagrant-vcloud on July 06, 2014</Description> | |
<LeaseSettingsSection type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/" ovf:required="false"> | |
<ovf:Info>Lease settings section</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/"/> | |
<DeploymentLeaseInSeconds>259200</DeploymentLeaseInSeconds> | |
<StorageLeaseInSeconds>2592000</StorageLeaseInSeconds> | |
<StorageLeaseExpiration>2014-08-05T22:14:20.357+02:00</StorageLeaseExpiration> | |
</LeaseSettingsSection> | |
<ovf:StartupSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/" vcloud:type="application/vnd.vmware.vcloud.startupSection+xml"> | |
<ovf:Info>VApp startup section</ovf:Info> | |
<ovf:Item ovf:stopDelay="0" ovf:stopAction="powerOff" ovf:startDelay="0" ovf:startAction="powerOn" ovf:order="0" ovf:id="tst"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.startupSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/"/> | |
</ovf:StartupSection> | |
<ovf:NetworkSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkSection/" vcloud:type="application/vnd.vmware.vcloud.networkSection+xml"> | |
<ovf:Info>The list of logical networks</ovf:Info> | |
<ovf:Network ovf:name="Vagrant-vApp-Net"> | |
<ovf:Description/> | |
</ovf:Network> | |
</ovf:NetworkSection> | |
<NetworkConfigSection type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/" ovf:required="false"> | |
<ovf:Info>The configuration parameters for logical networks</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/"/> | |
<NetworkConfig networkName="Vagrant-vApp-Net"> | |
<Link rel="repair" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/reset"/> | |
<Link rel="syncSyslogSettings" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/syncSyslogServerSettings"/> | |
<Description/> | |
<Configuration> | |
<IpScopes> | |
<IpScope> | |
<IsInherited>false</IsInherited> | |
<Gateway>10.1.1.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<Dns1>8.8.8.8</Dns1> | |
<Dns2>8.8.4.4</Dns2> | |
<IsEnabled>true</IsEnabled> | |
<IpRanges> | |
<IpRange> | |
<StartAddress>10.1.1.2</StartAddress> | |
<EndAddress>10.1.1.254</EndAddress> | |
</IpRange> | |
</IpRanges> | |
<AllocatedIpAddresses> | |
<IpAddress>10.1.1.2</IpAddress> | |
</AllocatedIpAddresses> | |
</IpScope> | |
</IpScopes> | |
<ParentNetwork name="SS-INTERNAL" id="3fd7a97b-b182-41a0-8df5-3b67b5c08b27" href="https://roecloud001/api/admin/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<FenceMode>natRouted</FenceMode> | |
<RetainNetInfoAcrossDeployments>false</RetainNetInfoAcrossDeployments> | |
<Features> | |
<FirewallService> | |
<IsEnabled>false</IsEnabled> | |
<DefaultAction>drop</DefaultAction> | |
<LogDefaultAction>false</LogDefaultAction> | |
</FirewallService> | |
<NatService> | |
<IsEnabled>true</IsEnabled> | |
<NatType>portForwarding</NatType> | |
<Policy>allowTraffic</Policy> | |
</NatService> | |
</Features> | |
<SyslogServerSettings/> | |
</Configuration> | |
<IsDeployed>false</IsDeployed> | |
</NetworkConfig> | |
</NetworkConfigSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<DateCreated>2014-07-06T22:14:04.600+02:00</DateCreated> | |
<Owner type="application/vnd.vmware.vcloud.owner+xml"> | |
<User type="application/vnd.vmware.admin.user+xml" name="vagrant" href="https://roecloud001/api/admin/user/258ca929-d860-4d64-9607-17f5e9251384"/> | |
</Owner> | |
<InMaintenanceMode>false</InMaintenanceMode> | |
<Children> | |
<Vm nestedHypervisorEnabled="false" needsCustomization="true" deployed="false" status="8" name="tst" id="urn:vcloud:vm:20ca0366-4ac6-4b91-b10d-02712c9e0300" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"> | |
<Link rel="power:powerOn" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/powerOn"/> | |
<Link rel="deploy" type="application/vnd.vmware.vcloud.deployVAppParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/deploy"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"/> | |
<Link rel="remove" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/metadata"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/productSections/"/> | |
<Link rel="screen:thumbnail" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen"/> | |
<Link rel="media:insertMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/insertMedia"/> | |
<Link rel="media:ejectMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/ejectMedia"/> | |
<Link rel="disk:attach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/attach"/> | |
<Link rel="disk:detach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/detach"/> | |
<Link rel="upgrade" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/upgradeHardwareVersion"/> | |
<Link rel="enable" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/enableNestedHypervisor"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/createSnapshot"/> | |
<Link rel="reconfigureVm" type="application/vnd.vmware.vcloud.vm+xml" name="tst" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/reconfigureVm"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<ovf:VirtualHardwareSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:transport="" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Virtual hardware requirements</ovf:Info> | |
<ovf:System> | |
<vssd:ElementName>Virtual Hardware Family</vssd:ElementName> | |
<vssd:InstanceID>0</vssd:InstanceID> | |
<vssd:VirtualSystemIdentifier>tst</vssd:VirtualSystemIdentifier> | |
<vssd:VirtualSystemType>vmx-09</vssd:VirtualSystemType> | |
</ovf:System> | |
<ovf:Item> | |
<rasd:Address>00:50:56:01:0f:25</rasd:Address> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:AutomaticAllocation>true</rasd:AutomaticAllocation> | |
<rasd:Connection vcloud:ipAddress="10.1.1.2" vcloud:primaryNetworkConnection="true" vcloud:ipAddressingMode="POOL">Vagrant-vApp-Net</rasd:Connection> | |
<rasd:Description>Vmxnet3 ethernet adapter on "Vagrant-vApp-Net"</rasd:Description> | |
<rasd:ElementName>Network adapter 0</rasd:ElementName> | |
<rasd:InstanceID>1</rasd:InstanceID> | |
<rasd:ResourceSubType>VMXNET3</rasd:ResourceSubType> | |
<rasd:ResourceType>10</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:Address>0</rasd:Address> | |
<rasd:Description>SCSI Controller</rasd:Description> | |
<rasd:ElementName>SCSI Controller 0</rasd:ElementName> | |
<rasd:InstanceID>2</rasd:InstanceID> | |
<rasd:ResourceSubType>lsilogicsas</rasd:ResourceSubType> | |
<rasd:ResourceType>6</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:Description>Hard disk</rasd:Description> | |
<rasd:ElementName>Hard disk 1</rasd:ElementName> | |
<rasd:HostResource vcloud:capacity="61440" vcloud:busSubType="lsilogicsas" vcloud:busType="6"/> | |
<rasd:InstanceID>2000</rasd:InstanceID> | |
<rasd:Parent>2</rasd:Parent> | |
<rasd:ResourceType>17</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>hertz * 10^6</rasd:AllocationUnits> | |
<rasd:Description>Number of Virtual CPUs</rasd:Description> | |
<rasd:ElementName>2 virtual CPU(s)</rasd:ElementName> | |
<rasd:InstanceID>3</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>3</rasd:ResourceType> | |
<rasd:VirtualQuantity>2</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>byte * 2^20</rasd:AllocationUnits> | |
<rasd:Description>Memory Size</rasd:Description> | |
<rasd:ElementName>2048 MB of memory</rasd:ElementName> | |
<rasd:InstanceID>4</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>4</rasd:ResourceType> | |
<rasd:VirtualQuantity>2048</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
</ovf:Item> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.virtualHardwareSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/media"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
</ovf:VirtualHardwareSection> | |
<ovf:OperatingSystemSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:id="102" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/" vcloud:type="application/vnd.vmware.vcloud.operatingSystemSection+xml" vmw:osType="windows7Server64Guest"> | |
<ovf:Info>Specifies the operating system installed</ovf:Info> | |
<ovf:Description>Microsoft Windows Server 2008 R2 (64-bit)</ovf:Description> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.operatingSystemSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/"/> | |
</ovf:OperatingSystemSection> | |
<NetworkConnectionSection type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/" ovf:required="false"> | |
<ovf:Info>Specifies the available VM network connections</ovf:Info> | |
<PrimaryNetworkConnectionIndex>0</PrimaryNetworkConnectionIndex> | |
<NetworkConnection network="Vagrant-vApp-Net" needsCustomization="true"> | |
<NetworkConnectionIndex>0</NetworkConnectionIndex> | |
<IpAddress>10.1.1.2</IpAddress> | |
<IsConnected>true</IsConnected> | |
<MACAddress>00:50:56:01:0f:25</MACAddress> | |
<IpAddressAllocationMode>POOL</IpAddressAllocationMode> | |
</NetworkConnection> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/"/> | |
</NetworkConnectionSection> | |
<GuestCustomizationSection type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/" ovf:required="false"> | |
<ovf:Info>Specifies Guest OS Customization Settings</ovf:Info> | |
<Enabled>true</Enabled> | |
<ChangeSid>true</ChangeSid> | |
<VirtualMachineId>20ca0366-4ac6-4b91-b10d-02712c9e0300</VirtualMachineId> | |
<JoinDomainEnabled>false</JoinDomainEnabled> | |
<UseOrgSettings>false</UseOrgSettings> | |
<AdminPasswordEnabled>true</AdminPasswordEnabled> | |
<AdminPasswordAuto>true</AdminPasswordAuto> | |
<ResetPasswordRequired>false</ResetPasswordRequired> | |
<ComputerName>windows2008-001</ComputerName> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/"/> | |
</GuestCustomizationSection> | |
<RuntimeInfoSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/runtimeInfoSection" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Specifies Runtime info</ovf:Info> | |
<VMWareTools version="9410"/> | |
</RuntimeInfoSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<VAppScopedLocalId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedLocalId> | |
<VmCapabilities type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"/> | |
<MemoryHotAddEnabled>false</MemoryHotAddEnabled> | |
<CpuHotAddEnabled>false</CpuHotAddEnabled> | |
</VmCapabilities> | |
<StorageProfile type="application/vnd.vmware.vcloud.vdcStorageProfile+xml" name="*" href="https://roecloud001/api/vdcStorageProfile/59bc6f09-4ba6-48b6-ac21-636e778917bd"/> | |
</Vm> | |
</Children> | |
</VApp> | |
INFO interface: success: vApp windows_2008_r2-vagrant-vmware-slave-a6e2e0c0 successfully created. | |
INFO interface: success: ==> tst: vApp windows_2008_r2-vagrant-vmware-slave-a6e2e0c0 successfully created. | |
==> tst: vApp windows_2008_r2-vagrant-vmware-slave-a6e2e0c0 successfully created. | |
INFO machine: New machine ID: "20ca0366-4ac6-4b91-b10d-02712c9e0300" | |
INFO build_vapp: Setting Guest Customization on ID: [tst] of vApp [windows_2008_r2-vagrant-vmware-slave-a6e2e0c0] | |
"[Sun Jul 6 22:14:30 2014] -> SEND PUT https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection" | |
"SEND HEADERS" | |
{ | |
"accept" => "application/*+xml;version=5.1", | |
"Content-Type" => "application/vnd.vmware.vcloud.guestCustomizationSection+xml", | |
"x-vcloud-authorization" => "yPfe8SDuCVkmMu8n1mzLHhhMy4ELwr9FxcEkzWdidvU=" | |
} | |
"SEND BODY" | |
<?xml version="1.0"?> | |
<GuestCustomizationSection xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1"> | |
<ovf:Info>VM Guest Customization configuration</ovf:Info> | |
<Enabled>true</Enabled> | |
<ComputerName>tst</ComputerName> | |
</GuestCustomizationSection> | |
"[Sun Jul 6 22:14:30 2014] <- RECV 202" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:14:29 GMT", | |
"Vary" => "Accept-Encoding", | |
"Location" => "https://roecloud001/api/task/919c40c0-fbfe-4f82-9b69-191e8dc15a4c", | |
"Content-Type" => "application/vnd.vmware.vcloud.task+xml;version=5.1", | |
"Content-Length" => "1285" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<Task xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" status="running" startTime="2014-07-06T22:14:29.453+02:00" serviceNamespace="com.vmware.vcloud" operationName="vappUpdateVm" operation="Updating Virtual Machine tst(20ca0366-4ac6-4b91-b10d-02712c9e0300)" expiryTime="2014-10-04T22:14:29.453+02:00" cancelRequested="false" name="task" id="urn:vcloud:task:919c40c0-fbfe-4f82-9b69-191e8dc15a4c" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/task/919c40c0-fbfe-4f82-9b69-191e8dc15a4c" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd"> | |
<Link rel="task:cancel" href="https://roecloud001/api/task/919c40c0-fbfe-4f82-9b69-191e8dc15a4c/action/cancel"/> | |
<Owner type="application/vnd.vmware.vcloud.vm+xml" name="tst" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"/> | |
<User type="application/vnd.vmware.admin.user+xml" name="vagrant" href="https://roecloud001/api/admin/user/258ca929-d860-4d64-9607-17f5e9251384"/> | |
<Organization type="application/vnd.vmware.vcloud.org+xml" name="SS" href="https://roecloud001/api/org/14f84887-ef1c-4009-a333-0904bdcaf49e"/> | |
<Details/> | |
</Task> | |
"[Sun Jul 6 22:14:30 2014] -> SEND GET https://roecloud001/api/task/919c40c0-fbfe-4f82-9b69-191e8dc15a4c" | |
"[Sun Jul 6 22:14:30 2014] <- RECV 200" | |
"[Sun Jul 6 22:14:35 2014] -> SEND GET https://roecloud001/api/task/919c40c0-fbfe-4f82-9b69-191e8dc15a4c" | |
"[Sun Jul 6 22:14:35 2014] <- RECV 200" | |
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x3192360> | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::PowerOn:0x3192330> | |
INFO interface: info: Setting VM hardware... | |
INFO interface: info: ==> tst: Setting VM hardware... | |
==> tst: Setting VM hardware... | |
"[Sun Jul 6 22:14:35 2014] -> SEND GET https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection" | |
"[Sun Jul 6 22:14:35 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:14:34 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.virtualhardwaresection+xml;version=5.1", | |
"Content-Length" => "6898" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<ovf:VirtualHardwareSection xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ovf:transport="" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml" xsi:schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_VirtualSystemSettingData.xsd http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_ResourceAllocationSettingData.xsd"> | |
<ovf:Info>Virtual hardware requirements</ovf:Info> | |
<ovf:System> | |
<vssd:ElementName>Virtual Hardware Family</vssd:ElementName> | |
<vssd:InstanceID>0</vssd:InstanceID> | |
<vssd:VirtualSystemIdentifier>tst</vssd:VirtualSystemIdentifier> | |
<vssd:VirtualSystemType>vmx-09</vssd:VirtualSystemType> | |
</ovf:System> | |
<ovf:Item> | |
<rasd:Address>00:50:56:01:0f:25</rasd:Address> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:AutomaticAllocation>true</rasd:AutomaticAllocation> | |
<rasd:Connection vcloud:ipAddress="10.1.1.2" vcloud:primaryNetworkConnection="true" vcloud:ipAddressingMode="POOL">Vagrant-vApp-Net</rasd:Connection> | |
<rasd:Description>Vmxnet3 ethernet adapter on "Vagrant-vApp-Net"</rasd:Description> | |
<rasd:ElementName>Network adapter 0</rasd:ElementName> | |
<rasd:InstanceID>1</rasd:InstanceID> | |
<rasd:ResourceSubType>VMXNET3</rasd:ResourceSubType> | |
<rasd:ResourceType>10</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:Address>0</rasd:Address> | |
<rasd:Description>SCSI Controller</rasd:Description> | |
<rasd:ElementName>SCSI Controller 0</rasd:ElementName> | |
<rasd:InstanceID>2</rasd:InstanceID> | |
<rasd:ResourceSubType>lsilogicsas</rasd:ResourceSubType> | |
<rasd:ResourceType>6</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:Description>Hard disk</rasd:Description> | |
<rasd:ElementName>Hard disk 1</rasd:ElementName> | |
<rasd:HostResource vcloud:capacity="61440" vcloud:busSubType="lsilogicsas" vcloud:busType="6"/> | |
<rasd:InstanceID>2000</rasd:InstanceID> | |
<rasd:Parent>2</rasd:Parent> | |
<rasd:ResourceType>17</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>hertz * 10^6</rasd:AllocationUnits> | |
<rasd:Description>Number of Virtual CPUs</rasd:Description> | |
<rasd:ElementName>2 virtual CPU(s)</rasd:ElementName> | |
<rasd:InstanceID>3</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>3</rasd:ResourceType> | |
<rasd:VirtualQuantity>2</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<vcloud:Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>byte * 2^20</rasd:AllocationUnits> | |
<rasd:Description>Memory Size</rasd:Description> | |
<rasd:ElementName>2048 MB of memory</rasd:ElementName> | |
<rasd:InstanceID>4</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>4</rasd:ResourceType> | |
<rasd:VirtualQuantity>2048</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<vcloud:Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
</ovf:Item> | |
<vcloud:Link rel="edit" type="application/vnd.vmware.vcloud.virtualHardwareSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/"/> | |
<vcloud:Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<vcloud:Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<vcloud:Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<vcloud:Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<vcloud:Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<vcloud:Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<vcloud:Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/media"/> | |
<vcloud:Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<vcloud:Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<vcloud:Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
<vcloud:Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
</ovf:VirtualHardwareSection> | |
INFO interface: info: Powering on VM... | |
INFO interface: info: ==> tst: Powering on VM... | |
==> tst: Powering on VM... | |
"[Sun Jul 6 22:14:35 2014] -> SEND POST https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/powerOn" | |
"[Sun Jul 6 22:14:35 2014] <- RECV 202" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:14:34 GMT", | |
"Vary" => "Accept-Encoding", | |
"Location" => "https://roecloud001/api/task/321e0568-4909-4431-bb44-3f48774451a6", | |
"Content-Type" => "application/vnd.vmware.vcloud.task+xml;version=5.1", | |
"Content-Length" => "1283" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<Task xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" status="running" startTime="2014-07-06T22:14:34.805+02:00" serviceNamespace="com.vmware.vcloud" operationName="vappDeploy" operation="Starting Virtual Machine tst(20ca0366-4ac6-4b91-b10d-02712c9e0300)" expiryTime="2014-10-04T22:14:34.805+02:00" cancelRequested="false" name="task" id="urn:vcloud:task:321e0568-4909-4431-bb44-3f48774451a6" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/task/321e0568-4909-4431-bb44-3f48774451a6" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd"> | |
<Link rel="task:cancel" href="https://roecloud001/api/task/321e0568-4909-4431-bb44-3f48774451a6/action/cancel"/> | |
<Owner type="application/vnd.vmware.vcloud.vm+xml" name="tst" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"/> | |
<User type="application/vnd.vmware.admin.user+xml" name="vagrant" href="https://roecloud001/api/admin/user/258ca929-d860-4d64-9607-17f5e9251384"/> | |
<Organization type="application/vnd.vmware.vcloud.org+xml" name="SS" href="https://roecloud001/api/org/14f84887-ef1c-4009-a333-0904bdcaf49e"/> | |
<Details/> | |
</Task> | |
"[Sun Jul 6 22:14:35 2014] -> SEND GET https://roecloud001/api/task/321e0568-4909-4431-bb44-3f48774451a6" | |
"[Sun Jul 6 22:14:35 2014] <- RECV 200" | |
"[Sun Jul 6 22:14:40 2014] -> SEND GET https://roecloud001/api/task/321e0568-4909-4431-bb44-3f48774451a6" | |
"[Sun Jul 6 22:14:41 2014] <- RECV 200" | |
"[Sun Jul 6 22:14:46 2014] -> SEND GET https://roecloud001/api/task/321e0568-4909-4431-bb44-3f48774451a6" | |
"[Sun Jul 6 22:14:46 2014] <- RECV 200" | |
"[Sun Jul 6 22:14:51 2014] -> SEND GET https://roecloud001/api/task/321e0568-4909-4431-bb44-3f48774451a6" | |
"[Sun Jul 6 22:14:51 2014] <- RECV 200" | |
"[Sun Jul 6 22:14:56 2014] -> SEND GET https://roecloud001/api/task/321e0568-4909-4431-bb44-3f48774451a6" | |
"[Sun Jul 6 22:14:56 2014] <- RECV 200" | |
"[Sun Jul 6 22:15:01 2014] -> SEND GET https://roecloud001/api/task/321e0568-4909-4431-bb44-3f48774451a6" | |
"[Sun Jul 6 22:15:01 2014] <- RECV 200" | |
"[Sun Jul 6 22:15:06 2014] -> SEND GET https://roecloud001/api/task/321e0568-4909-4431-bb44-3f48774451a6" | |
"[Sun Jul 6 22:15:06 2014] <- RECV 200" | |
"[Sun Jul 6 22:15:11 2014] -> SEND GET https://roecloud001/api/task/321e0568-4909-4431-bb44-3f48774451a6" | |
"[Sun Jul 6 22:15:11 2014] <- RECV 200" | |
"[Sun Jul 6 22:15:16 2014] -> SEND GET https://roecloud001/api/task/321e0568-4909-4431-bb44-3f48774451a6" | |
"[Sun Jul 6 22:15:16 2014] <- RECV 200" | |
"[Sun Jul 6 22:15:21 2014] -> SEND GET https://roecloud001/api/task/321e0568-4909-4431-bb44-3f48774451a6" | |
"[Sun Jul 6 22:15:21 2014] <- RECV 200" | |
"[Sun Jul 6 22:15:26 2014] -> SEND GET https://roecloud001/api/task/321e0568-4909-4431-bb44-3f48774451a6" | |
"[Sun Jul 6 22:15:26 2014] <- RECV 200" | |
"[Sun Jul 6 22:15:31 2014] -> SEND GET https://roecloud001/api/task/321e0568-4909-4431-bb44-3f48774451a6" | |
"[Sun Jul 6 22:15:31 2014] <- RECV 200" | |
"[Sun Jul 6 22:15:36 2014] -> SEND GET https://roecloud001/api/task/321e0568-4909-4431-bb44-3f48774451a6" | |
"[Sun Jul 6 22:15:36 2014] <- RECV 200" | |
"[Sun Jul 6 22:15:41 2014] -> SEND GET https://roecloud001/api/task/321e0568-4909-4431-bb44-3f48774451a6" | |
"[Sun Jul 6 22:15:41 2014] <- RECV 200" | |
"[Sun Jul 6 22:15:46 2014] -> SEND GET https://roecloud001/api/task/321e0568-4909-4431-bb44-3f48774451a6" | |
"[Sun Jul 6 22:15:46 2014] <- RECV 200" | |
"[Sun Jul 6 22:15:51 2014] -> SEND GET https://roecloud001/api/task/321e0568-4909-4431-bb44-3f48774451a6" | |
"[Sun Jul 6 22:15:51 2014] <- RECV 200" | |
"[Sun Jul 6 22:15:56 2014] -> SEND GET https://roecloud001/api/task/321e0568-4909-4431-bb44-3f48774451a6" | |
"[Sun Jul 6 22:15:57 2014] <- RECV 200" | |
"[Sun Jul 6 22:16:02 2014] -> SEND GET https://roecloud001/api/task/321e0568-4909-4431-bb44-3f48774451a6" | |
"[Sun Jul 6 22:16:02 2014] <- RECV 200" | |
"[Sun Jul 6 22:16:07 2014] -> SEND GET https://roecloud001/api/task/321e0568-4909-4431-bb44-3f48774451a6" | |
"[Sun Jul 6 22:16:07 2014] <- RECV 200" | |
"[Sun Jul 6 22:16:12 2014] -> SEND GET https://roecloud001/api/task/321e0568-4909-4431-bb44-3f48774451a6" | |
"[Sun Jul 6 22:16:12 2014] <- RECV 200" | |
"[Sun Jul 6 22:16:17 2014] -> SEND GET https://roecloud001/api/task/321e0568-4909-4431-bb44-3f48774451a6" | |
"[Sun Jul 6 22:16:17 2014] <- RECV 200" | |
"[Sun Jul 6 22:16:22 2014] -> SEND GET https://roecloud001/api/task/321e0568-4909-4431-bb44-3f48774451a6" | |
"[Sun Jul 6 22:16:22 2014] <- RECV 200" | |
"[Sun Jul 6 22:16:27 2014] -> SEND GET https://roecloud001/api/task/321e0568-4909-4431-bb44-3f48774451a6" | |
"[Sun Jul 6 22:16:27 2014] <- RECV 200" | |
"[Sun Jul 6 22:16:32 2014] -> SEND GET https://roecloud001/api/task/321e0568-4909-4431-bb44-3f48774451a6" | |
"[Sun Jul 6 22:16:32 2014] <- RECV 200" | |
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x31c3c98> | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 1 hooks defined. | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x310e648> | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::IsCreated:0x310c020> | |
INFO is_created: vApp has been created and ID is: [8fa68881-c0aa-4322-8a1d-1920d8572782] | |
INFO is_created: VM has been added to vApp and ID is: [20ca0366-4ac6-4b91-b10d-02712c9e0300] | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::IsCreated:0x310c020> | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 1 hooks defined. | |
INFO runner: Running action: #<Vagrant::Action::Warden:0x21a1310> | |
INFO warden: Calling IN action: #<Proc:0x2a15888@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/warden.rb:94 (lambda)> | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::HandleNATPortCollisions:0x21a0a88> | |
INFO handle_port_collisions: Detecting any forwarded port collisions... | |
DEBUG handle_port_collisions: Getting VM info... | |
"[Sun Jul 6 22:16:32 2014] -> SEND GET https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" | |
"[Sun Jul 6 22:16:32 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:16:31 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.vApp+xml;version=5.1", | |
"Content-Length" => "26694" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<VApp xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:vmw="http://www.vmware.com/schema/ovf" xmlns:ovfenv="http://schemas.dmtf.org/ovf/environment/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ovfDescriptorUploaded="true" deployed="true" status="4" name="windows_2008_r2-vagrant-vmware-slave-a6e2e0c0" id="urn:vcloud:vapp:8fa68881-c0aa-4322-8a1d-1920d8572782" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" xsi:schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_VirtualSystemSettingData.xsd http://www.vmware.com/schema/ovf http://www.vmware.com/schema/ovf http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://schemas.dmtf.org/ovf/environment/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8027_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_ResourceAllocationSettingData.xsd"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/suspend"/> | |
<Link rel="deploy" type="application/vnd.vmware.vcloud.deployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/deploy"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/undeploy"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.vAppNetwork+xml" name="Vagrant-vApp-Net" href="https://roecloud001/api/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/controlAccess/"/> | |
<Link rel="controlAccess" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/controlAccess"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vdc+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.owner+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/owner"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/metadata"/> | |
<Link rel="ovf" type="text/xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/ovf"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/productSections/"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/createSnapshot"/> | |
<Description>vApp created by vagrant running on vmware-slave using vagrant-vcloud on July 06, 2014</Description> | |
<LeaseSettingsSection type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/" ovf:required="false"> | |
<ovf:Info>Lease settings section</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/"/> | |
<DeploymentLeaseInSeconds>259200</DeploymentLeaseInSeconds> | |
<StorageLeaseInSeconds>2592000</StorageLeaseInSeconds> | |
<DeploymentLeaseExpiration>2014-07-09T22:16:28.663+02:00</DeploymentLeaseExpiration> | |
</LeaseSettingsSection> | |
<ovf:StartupSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/" vcloud:type="application/vnd.vmware.vcloud.startupSection+xml"> | |
<ovf:Info>VApp startup section</ovf:Info> | |
<ovf:Item ovf:stopDelay="0" ovf:stopAction="powerOff" ovf:startDelay="0" ovf:startAction="powerOn" ovf:order="0" ovf:id="tst"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.startupSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/"/> | |
</ovf:StartupSection> | |
<ovf:NetworkSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkSection/" vcloud:type="application/vnd.vmware.vcloud.networkSection+xml"> | |
<ovf:Info>The list of logical networks</ovf:Info> | |
<ovf:Network ovf:name="Vagrant-vApp-Net"> | |
<ovf:Description/> | |
</ovf:Network> | |
</ovf:NetworkSection> | |
<NetworkConfigSection type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/" ovf:required="false"> | |
<ovf:Info>The configuration parameters for logical networks</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/"/> | |
<NetworkConfig networkName="Vagrant-vApp-Net"> | |
<Link rel="repair" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/reset"/> | |
<Link rel="syncSyslogSettings" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/syncSyslogServerSettings"/> | |
<Description/> | |
<Configuration> | |
<IpScopes> | |
<IpScope> | |
<IsInherited>false</IsInherited> | |
<Gateway>10.1.1.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<Dns1>8.8.8.8</Dns1> | |
<Dns2>8.8.4.4</Dns2> | |
<IsEnabled>true</IsEnabled> | |
<IpRanges> | |
<IpRange> | |
<StartAddress>10.1.1.2</StartAddress> | |
<EndAddress>10.1.1.254</EndAddress> | |
</IpRange> | |
</IpRanges> | |
<AllocatedIpAddresses> | |
<IpAddress>10.1.1.1</IpAddress> | |
<IpAddress>10.1.1.2</IpAddress> | |
</AllocatedIpAddresses> | |
</IpScope> | |
</IpScopes> | |
<ParentNetwork name="SS-INTERNAL" id="3fd7a97b-b182-41a0-8df5-3b67b5c08b27" href="https://roecloud001/api/admin/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<FenceMode>natRouted</FenceMode> | |
<RetainNetInfoAcrossDeployments>false</RetainNetInfoAcrossDeployments> | |
<Features> | |
<FirewallService> | |
<IsEnabled>false</IsEnabled> | |
<DefaultAction>drop</DefaultAction> | |
<LogDefaultAction>false</LogDefaultAction> | |
</FirewallService> | |
<NatService> | |
<IsEnabled>true</IsEnabled> | |
<NatType>portForwarding</NatType> | |
<Policy>allowTraffic</Policy> | |
</NatService> | |
</Features> | |
<SyslogServerSettings/> | |
<RouterInfo> | |
<ExternalIp>10.115.4.3</ExternalIp> | |
</RouterInfo> | |
</Configuration> | |
<IsDeployed>true</IsDeployed> | |
</NetworkConfig> | |
</NetworkConfigSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<DateCreated>2014-07-06T22:14:04.600+02:00</DateCreated> | |
<Owner type="application/vnd.vmware.vcloud.owner+xml"> | |
<User type="application/vnd.vmware.admin.user+xml" name="vagrant" href="https://roecloud001/api/admin/user/258ca929-d860-4d64-9607-17f5e9251384"/> | |
</Owner> | |
<InMaintenanceMode>false</InMaintenanceMode> | |
<Children> | |
<Vm nestedHypervisorEnabled="false" needsCustomization="false" deployed="true" status="4" name="tst" id="urn:vcloud:vm:20ca0366-4ac6-4b91-b10d-02712c9e0300" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/suspend"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/undeploy"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/metadata"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/productSections/"/> | |
<Link rel="screen:thumbnail" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen"/> | |
<Link rel="screen:acquireTicket" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen/action/acquireTicket"/> | |
<Link rel="media:insertMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/insertMedia"/> | |
<Link rel="media:ejectMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/ejectMedia"/> | |
<Link rel="disk:attach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/attach"/> | |
<Link rel="disk:detach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/detach"/> | |
<Link rel="installVmwareTools" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/installVMwareTools"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/createSnapshot"/> | |
<Link rel="reconfigureVm" type="application/vnd.vmware.vcloud.vm+xml" name="tst" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/reconfigureVm"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<ovf:VirtualHardwareSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:transport="" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Virtual hardware requirements</ovf:Info> | |
<ovf:System> | |
<vssd:ElementName>Virtual Hardware Family</vssd:ElementName> | |
<vssd:InstanceID>0</vssd:InstanceID> | |
<vssd:VirtualSystemIdentifier>tst</vssd:VirtualSystemIdentifier> | |
<vssd:VirtualSystemType>vmx-09</vssd:VirtualSystemType> | |
</ovf:System> | |
<ovf:Item> | |
<rasd:Address>00:50:56:01:0f:25</rasd:Address> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:AutomaticAllocation>true</rasd:AutomaticAllocation> | |
<rasd:Connection vcloud:ipAddress="10.1.1.2" vcloud:primaryNetworkConnection="true" vcloud:ipAddressingMode="POOL">Vagrant-vApp-Net</rasd:Connection> | |
<rasd:Description>Vmxnet3 ethernet adapter on "Vagrant-vApp-Net"</rasd:Description> | |
<rasd:ElementName>Network adapter 0</rasd:ElementName> | |
<rasd:InstanceID>1</rasd:InstanceID> | |
<rasd:ResourceSubType>VMXNET3</rasd:ResourceSubType> | |
<rasd:ResourceType>10</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:Address>0</rasd:Address> | |
<rasd:Description>SCSI Controller</rasd:Description> | |
<rasd:ElementName>SCSI Controller 0</rasd:ElementName> | |
<rasd:InstanceID>2</rasd:InstanceID> | |
<rasd:ResourceSubType>lsilogicsas</rasd:ResourceSubType> | |
<rasd:ResourceType>6</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:Description>Hard disk</rasd:Description> | |
<rasd:ElementName>Hard disk 1</rasd:ElementName> | |
<rasd:HostResource vcloud:capacity="61440" vcloud:busSubType="lsilogicsas" vcloud:busType="6"/> | |
<rasd:InstanceID>2000</rasd:InstanceID> | |
<rasd:Parent>2</rasd:Parent> | |
<rasd:ResourceType>17</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>hertz * 10^6</rasd:AllocationUnits> | |
<rasd:Description>Number of Virtual CPUs</rasd:Description> | |
<rasd:ElementName>2 virtual CPU(s)</rasd:ElementName> | |
<rasd:InstanceID>3</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>3</rasd:ResourceType> | |
<rasd:VirtualQuantity>2</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>byte * 2^20</rasd:AllocationUnits> | |
<rasd:Description>Memory Size</rasd:Description> | |
<rasd:ElementName>2048 MB of memory</rasd:ElementName> | |
<rasd:InstanceID>4</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>4</rasd:ResourceType> | |
<rasd:VirtualQuantity>2048</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
</ovf:Item> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.virtualHardwareSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/media"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
</ovf:VirtualHardwareSection> | |
<ovf:OperatingSystemSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:id="102" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/" vcloud:type="application/vnd.vmware.vcloud.operatingSystemSection+xml" vmw:osType="windows7Server64Guest"> | |
<ovf:Info>Specifies the operating system installed</ovf:Info> | |
<ovf:Description>Microsoft Windows Server 2008 R2 (64-bit)</ovf:Description> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.operatingSystemSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/"/> | |
</ovf:OperatingSystemSection> | |
<NetworkConnectionSection type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/" ovf:required="false"> | |
<ovf:Info>Specifies the available VM network connections</ovf:Info> | |
<PrimaryNetworkConnectionIndex>0</PrimaryNetworkConnectionIndex> | |
<NetworkConnection network="Vagrant-vApp-Net" needsCustomization="false"> | |
<NetworkConnectionIndex>0</NetworkConnectionIndex> | |
<IpAddress>10.1.1.2</IpAddress> | |
<IsConnected>true</IsConnected> | |
<MACAddress>00:50:56:01:0f:25</MACAddress> | |
<IpAddressAllocationMode>POOL</IpAddressAllocationMode> | |
</NetworkConnection> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/"/> | |
</NetworkConnectionSection> | |
<GuestCustomizationSection type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/" ovf:required="false"> | |
<ovf:Info>Specifies Guest OS Customization Settings</ovf:Info> | |
<Enabled>true</Enabled> | |
<ChangeSid>false</ChangeSid> | |
<VirtualMachineId>20ca0366-4ac6-4b91-b10d-02712c9e0300</VirtualMachineId> | |
<JoinDomainEnabled>false</JoinDomainEnabled> | |
<UseOrgSettings>false</UseOrgSettings> | |
<AdminPasswordEnabled>false</AdminPasswordEnabled> | |
<AdminPasswordAuto>true</AdminPasswordAuto> | |
<ResetPasswordRequired>false</ResetPasswordRequired> | |
<ComputerName>tst</ComputerName> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/"/> | |
</GuestCustomizationSection> | |
<RuntimeInfoSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/runtimeInfoSection" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Specifies Runtime info</ovf:Info> | |
<VMWareTools version="9410"/> | |
</RuntimeInfoSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<VAppScopedLocalId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedLocalId> | |
<ovfenv:Environment xmlns:ns10="http://www.vmware.com/schema/ovfenv" ovfenv:id="" ns10:vCenterId="vm-41145"> | |
<ovfenv:PlatformSection> | |
<ovfenv:Kind>VMware ESXi</ovfenv:Kind> | |
<ovfenv:Version>5.5.0</ovfenv:Version> | |
<ovfenv:Vendor>VMware, Inc.</ovfenv:Vendor> | |
<ovfenv:Locale>en</ovfenv:Locale> | |
</ovfenv:PlatformSection> | |
<ovfenv:PropertySection> | |
<ovfenv:Property ovfenv:value="None" ovfenv:key="vCloud_UseSysPrep"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_bitMask"/> | |
<ovfenv:Property ovfenv:value="static" ovfenv:key="vCloud_bootproto_0"/> | |
<ovfenv:Property ovfenv:value="tst" ovfenv:key="vCloud_computerName"/> | |
<ovfenv:Property ovfenv:value="8.8.8.8" ovfenv:key="vCloud_dns1_0"/> | |
<ovfenv:Property ovfenv:value="8.8.4.4" ovfenv:key="vCloud_dns2_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.1" ovfenv:key="vCloud_gateway_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.2" ovfenv:key="vCloud_ip_0"/> | |
<ovfenv:Property ovfenv:value="00:50:56:01:0f:25" ovfenv:key="vCloud_macaddr_0"/> | |
<ovfenv:Property ovfenv:value="359edb22-3d9b-44f5-b11b-800589b0c8d4" ovfenv:key="vCloud_markerid"/> | |
<ovfenv:Property ovfenv:value="255.255.255.0" ovfenv:key="vCloud_netmask_0"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_numnics"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_primaryNic"/> | |
<ovfenv:Property ovfenv:value="996694177" ovfenv:key="vCloud_reconfigToken"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_resetPassword"/> | |
<ovfenv:Property ovfenv:value="" ovfenv:key="vCloud_suffix_0"/> | |
</ovfenv:PropertySection> | |
<ve:EthernetAdapterSection xmlns:ve="http://www.vmware.com/schema/ovfenv" xmlns="http://schemas.dmtf.org/ovf/environment/1" xmlns:oe="http://schemas.dmtf.org/ovf/environment/1"> | |
<ve:Adapter ve:mac="00:50:56:01:0f:25" ve:network="vxw-dvs-3650-virtualwire-744-sid-5051-dvs.VCDVSVagrant-vApp-Net-8a23a99e-d443-4a" ve:unitNumber="7"/> | |
</ve:EthernetAdapterSection> | |
</ovfenv:Environment> | |
<VmCapabilities type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"/> | |
<MemoryHotAddEnabled>false</MemoryHotAddEnabled> | |
<CpuHotAddEnabled>false</CpuHotAddEnabled> | |
</VmCapabilities> | |
<StorageProfile type="application/vnd.vmware.vcloud.vdcStorageProfile+xml" name="*" href="https://roecloud001/api/vdcStorageProfile/59bc6f09-4ba6-48b6-ac21-636e778917bd"/> | |
</Vm> | |
</Children> | |
</VApp> | |
"[Sun Jul 6 22:16:32 2014] -> SEND GET https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection" | |
"[Sun Jul 6 22:16:33 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:16:32 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.networkconfigsection+xml;version=5.1", | |
"Content-Length" => "3159" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<NetworkConfigSection xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/" ovf:required="false" xsi:schemaLocation="http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd"> | |
<ovf:Info>The configuration parameters for logical networks</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/"/> | |
<NetworkConfig networkName="Vagrant-vApp-Net"> | |
<Link rel="repair" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/reset"/> | |
<Link rel="syncSyslogSettings" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/syncSyslogServerSettings"/> | |
<Description/> | |
<Configuration> | |
<IpScopes> | |
<IpScope> | |
<IsInherited>false</IsInherited> | |
<Gateway>10.1.1.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<Dns1>8.8.8.8</Dns1> | |
<Dns2>8.8.4.4</Dns2> | |
<IsEnabled>true</IsEnabled> | |
<IpRanges> | |
<IpRange> | |
<StartAddress>10.1.1.2</StartAddress> | |
<EndAddress>10.1.1.254</EndAddress> | |
</IpRange> | |
</IpRanges> | |
<AllocatedIpAddresses> | |
<IpAddress>10.1.1.1</IpAddress> | |
<IpAddress>10.1.1.2</IpAddress> | |
</AllocatedIpAddresses> | |
</IpScope> | |
</IpScopes> | |
<ParentNetwork name="SS-INTERNAL" id="3fd7a97b-b182-41a0-8df5-3b67b5c08b27" href="https://roecloud001/api/admin/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<FenceMode>natRouted</FenceMode> | |
<RetainNetInfoAcrossDeployments>false</RetainNetInfoAcrossDeployments> | |
<Features> | |
<FirewallService> | |
<IsEnabled>false</IsEnabled> | |
<DefaultAction>drop</DefaultAction> | |
<LogDefaultAction>false</LogDefaultAction> | |
</FirewallService> | |
<NatService> | |
<IsEnabled>true</IsEnabled> | |
<NatType>portForwarding</NatType> | |
<Policy>allowTraffic</Policy> | |
</NatService> | |
</Features> | |
<SyslogServerSettings/> | |
<RouterInfo> | |
<ExternalIp>10.115.4.3</ExternalIp> | |
</RouterInfo> | |
</Configuration> | |
<IsDeployed>true</IsDeployed> | |
</NetworkConfig> | |
</NetworkConfigSection> | |
DEBUG handle_port_collisions: Getting edge gateway port forwarding rules... | |
"[Sun Jul 6 22:16:33 2014] -> SEND GET https://roecloud001/api/query?type=edgeGateway&format=records&filter=vdc==https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f&filter=name==" | |
"[Sun Jul 6 22:16:33 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:16:32 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.query.records+xml;version=5.1", | |
"Content-Length" => "1604" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<QueryResultRecords xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" total="1" pageSize="25" page="1" name="edgeGateway" type="application/vnd.vmware.vcloud.query.records+xml" href="https://roecloud001/api/query?type=edgeGateway&page=1&pageSize=25&format=records&filter=vdc==https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd"> | |
<Link rel="alternate" type="application/vnd.vmware.vcloud.query.references+xml" href="https://roecloud001/api/query?type=edgeGateway&page=1&pageSize=25&format=references&filter=vdc==https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f"/> | |
<Link rel="alternate" type="application/vnd.vmware.vcloud.query.idrecords+xml" href="https://roecloud001/api/query?type=edgeGateway&page=1&pageSize=25&format=idrecords&filter=vdc==https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f"/> | |
<EdgeGatewayRecord vdc="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f" numberOfOrgNetworks="1" numberOfExtNetworks="1" name="SS-EDGE" isBusy="false" haStatus="DISABLED" gatewayStatus="READY" href="https://roecloud001/api/admin/edgeGateway/b65fcbd3-6dd6-4684-bac4-8fd1e9c5cc1b" isSyslogServerSettingInSync="true" taskStatus="success" taskOperation="networkConfigureEdgeGatewayServices" task="https://roecloud001/api/task/2d21f1ae-fb8a-42db-be24-9e71a5deb5ce" taskDetails=" "/> | |
</QueryResultRecords> | |
"[Sun Jul 6 22:16:33 2014] -> SEND GET https://roecloud001/api/admin/edgeGateway/b65fcbd3-6dd6-4684-bac4-8fd1e9c5cc1b" | |
"[Sun Jul 6 22:16:35 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:16:34 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.admin.edgegateway+xml;version=5.1", | |
"Transfer-Encoding" => "chunked" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<EdgeGateway xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" status="1" name="SS-EDGE" id="urn:vcloud:gateway:b65fcbd3-6dd6-4684-bac4-8fd1e9c5cc1b" type="application/vnd.vmware.admin.edgeGateway+xml" href="https://roecloud001/api/admin/edgeGateway/b65fcbd3-6dd6-4684-bac4-8fd1e9c5cc1b" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd"> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vdc+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f"/> | |
<Link rel="edgeGateway:redeploy" href="https://roecloud001/api/admin/edgeGateway/b65fcbd3-6dd6-4684-bac4-8fd1e9c5cc1b/action/redeploy"/> | |
<Link rel="edgeGateway:configureServices" type="application/vnd.vmware.admin.edgeGatewayServiceConfiguration+xml" href="https://roecloud001/api/admin/edgeGateway/b65fcbd3-6dd6-4684-bac4-8fd1e9c5cc1b/action/configureServices"/> | |
<Link rel="edgeGateway:reapplyServices" href="https://roecloud001/api/admin/edgeGateway/b65fcbd3-6dd6-4684-bac4-8fd1e9c5cc1b/action/reapplyServices"/> | |
<Link rel="edgeGateway:syncSyslogSettings" href="https://roecloud001/api/admin/edgeGateway/b65fcbd3-6dd6-4684-bac4-8fd1e9c5cc1b/action/syncSyslogServerSettings"/> | |
<Description/> | |
<Configuration> | |
<GatewayBackingConfig>full</GatewayBackingConfig> | |
<GatewayInterfaces> | |
<GatewayInterface> | |
<Name>VM1-extern</Name> | |
<DisplayName>VM1-extern</DisplayName> | |
<Network type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<InterfaceType>uplink</InterfaceType> | |
<SubnetParticipation> | |
<Gateway>10.100.50.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<IpAddress>10.100.50.4</IpAddress> | |
<IpRanges> | |
<IpRange> | |
<StartAddress>10.100.50.4</StartAddress> | |
<EndAddress>10.100.50.4</EndAddress> | |
</IpRange> | |
</IpRanges> | |
</SubnetParticipation> | |
<SubnetParticipation> | |
<Gateway>10.100.52.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<IpAddress>10.100.52.4</IpAddress> | |
<IpRanges/> | |
</SubnetParticipation> | |
<SubnetParticipation> | |
<Gateway>10.100.51.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<IpAddress>10.100.51.4</IpAddress> | |
<IpRanges/> | |
</SubnetParticipation> | |
<ApplyRateLimit>false</ApplyRateLimit> | |
<InRateLimit>100.0</InRateLimit> | |
<OutRateLimit>100.0</OutRateLimit> | |
<UseForDefaultRoute>true</UseForDefaultRoute> | |
</GatewayInterface> | |
<GatewayInterface> | |
<Name>SS-INTERNAL</Name> | |
<DisplayName>SS-INTERNAL</DisplayName> | |
<Network type="application/vnd.vmware.admin.network+xml" name="SS-INTERNAL" href="https://roecloud001/api/admin/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<InterfaceType>internal</InterfaceType> | |
<SubnetParticipation> | |
<Gateway>10.115.4.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<IpAddress>10.115.4.1</IpAddress> | |
</SubnetParticipation> | |
<ApplyRateLimit>false</ApplyRateLimit> | |
<UseForDefaultRoute>false</UseForDefaultRoute> | |
</GatewayInterface> | |
</GatewayInterfaces> | |
<EdgeGatewayServiceConfiguration> | |
<GatewayDhcpService> | |
<IsEnabled>true</IsEnabled> | |
<Pool> | |
<IsEnabled>true</IsEnabled> | |
<Network type="application/vnd.vmware.vcloud.orgVdcNetwork+xml" name="SS-INTERNAL" href="https://roecloud001/api/admin/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<DefaultLeaseTime>3600</DefaultLeaseTime> | |
<MaxLeaseTime>7200</MaxLeaseTime> | |
<LowIpAddress>10.115.4.125</LowIpAddress> | |
<HighIpAddress>10.115.4.254</HighIpAddress> | |
</Pool> | |
</GatewayDhcpService> | |
<FirewallService> | |
<IsEnabled>false</IsEnabled> | |
<DefaultAction>drop</DefaultAction> | |
<LogDefaultAction>false</LogDefaultAction> | |
</FirewallService> | |
<NatService> | |
<IsEnabled>true</IsEnabled> | |
<NatRule> | |
<RuleType>SNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65537</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.115.4.1-10.115.4.254</OriginalIp> | |
<TranslatedIp>10.100.50.4</TranslatedIp> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65576</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2230</OriginalPort> | |
<TranslatedIp>10.115.4.9</TranslatedIp> | |
<TranslatedPort>2230</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>SNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65577</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.115.4.9</OriginalIp> | |
<TranslatedIp>10.100.50.4</TranslatedIp> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65578</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2231</OriginalPort> | |
<TranslatedIp>10.115.4.9</TranslatedIp> | |
<TranslatedPort>2231</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65579</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2232</OriginalPort> | |
<TranslatedIp>10.115.4.9</TranslatedIp> | |
<TranslatedPort>2232</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65580</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2233</OriginalPort> | |
<TranslatedIp>10.115.4.9</TranslatedIp> | |
<TranslatedPort>2233</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65581</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2234</OriginalPort> | |
<TranslatedIp>10.115.4.9</TranslatedIp> | |
<TranslatedPort>2234</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65582</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2235</OriginalPort> | |
<TranslatedIp>10.115.4.9</TranslatedIp> | |
<TranslatedPort>2235</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65543</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2202</OriginalPort> | |
<TranslatedIp>10.115.4.9</TranslatedIp> | |
<TranslatedPort>2202</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65544</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2203</OriginalPort> | |
<TranslatedIp>10.115.4.9</TranslatedIp> | |
<TranslatedPort>2203</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65545</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2204</OriginalPort> | |
<TranslatedIp>10.115.4.9</TranslatedIp> | |
<TranslatedPort>2204</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65546</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2205</OriginalPort> | |
<TranslatedIp>10.115.4.9</TranslatedIp> | |
<TranslatedPort>2205</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65547</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2212</OriginalPort> | |
<TranslatedIp>10.115.4.9</TranslatedIp> | |
<TranslatedPort>2212</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65555</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2213</OriginalPort> | |
<TranslatedIp>10.115.4.9</TranslatedIp> | |
<TranslatedPort>2213</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65556</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2245</OriginalPort> | |
<TranslatedIp>10.115.4.9</TranslatedIp> | |
<TranslatedPort>2245</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65592</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2246</OriginalPort> | |
<TranslatedIp>10.115.4.9</TranslatedIp> | |
<TranslatedPort>2246</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65593</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2247</OriginalPort> | |
<TranslatedIp>10.115.4.9</TranslatedIp> | |
<TranslatedPort>2247</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65594</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2248</OriginalPort> | |
<TranslatedIp>10.115.4.9</TranslatedIp> | |
<TranslatedPort>2248</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65595</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2249</OriginalPort> | |
<TranslatedIp>10.115.4.9</TranslatedIp> | |
<TranslatedPort>2249</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65596</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2250</OriginalPort> | |
<TranslatedIp>10.115.4.9</TranslatedIp> | |
<TranslatedPort>2250</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65597</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2251</OriginalPort> | |
<TranslatedIp>10.115.4.9</TranslatedIp> | |
<TranslatedPort>2251</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65598</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2252</OriginalPort> | |
<TranslatedIp>10.115.4.9</TranslatedIp> | |
<TranslatedPort>2252</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65599</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2253</OriginalPort> | |
<TranslatedIp>10.115.4.9</TranslatedIp> | |
<TranslatedPort>2253</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65600</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2254</OriginalPort> | |
<TranslatedIp>10.115.4.9</TranslatedIp> | |
<TranslatedPort>2254</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65601</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2255</OriginalPort> | |
<TranslatedIp>10.115.4.9</TranslatedIp> | |
<TranslatedPort>2255</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65602</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2256</OriginalPort> | |
<TranslatedIp>10.115.4.9</TranslatedIp> | |
<TranslatedPort>2256</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65560</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>5985</OriginalPort> | |
<TranslatedIp>10.115.4.7</TranslatedIp> | |
<TranslatedPort>5985</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65561</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2216</OriginalPort> | |
<TranslatedIp>10.115.4.7</TranslatedIp> | |
<TranslatedPort>2216</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65562</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>3389</OriginalPort> | |
<TranslatedIp>10.115.4.7</TranslatedIp> | |
<TranslatedPort>3389</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>SNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65563</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.115.4.7</OriginalIp> | |
<TranslatedIp>10.100.50.4</TranslatedIp> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65548</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>80</OriginalPort> | |
<TranslatedIp>10.115.4.127</TranslatedIp> | |
<TranslatedPort>80</TranslatedPort> | |
<Protocol>tcp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65549</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>443</OriginalPort> | |
<TranslatedIp>10.115.4.127</TranslatedIp> | |
<TranslatedPort>443</TranslatedPort> | |
<Protocol>tcp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65553</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>5515</OriginalPort> | |
<TranslatedIp>10.115.4.6</TranslatedIp> | |
<TranslatedPort>5515</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65557</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2209</OriginalPort> | |
<TranslatedIp>10.115.4.6</TranslatedIp> | |
<TranslatedPort>2209</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>SNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65558</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.115.4.6</OriginalIp> | |
<TranslatedIp>10.100.50.4</TranslatedIp> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65559</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2210</OriginalPort> | |
<TranslatedIp>10.115.4.6</TranslatedIp> | |
<TranslatedPort>2210</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65565</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2214</OriginalPort> | |
<TranslatedIp>10.115.4.6</TranslatedIp> | |
<TranslatedPort>2214</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65566</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>55985</OriginalPort> | |
<TranslatedIp>10.115.4.6</TranslatedIp> | |
<TranslatedPort>55985</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65574</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>515</OriginalPort> | |
<TranslatedIp>10.115.4.4</TranslatedIp> | |
<TranslatedPort>515</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65575</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2224</OriginalPort> | |
<TranslatedIp>10.115.4.4</TranslatedIp> | |
<TranslatedPort>2224</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>SNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65583</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.115.4.4</OriginalIp> | |
<TranslatedIp>10.100.50.4</TranslatedIp> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65584</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2225</OriginalPort> | |
<TranslatedIp>10.115.4.4</TranslatedIp> | |
<TranslatedPort>2225</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65585</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2226</OriginalPort> | |
<TranslatedIp>10.115.4.4</TranslatedIp> | |
<TranslatedPort>2226</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65586</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2227</OriginalPort> | |
<TranslatedIp>10.115.4.4</TranslatedIp> | |
<TranslatedPort>2227</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65606</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2242</OriginalPort> | |
<TranslatedIp>10.115.4.4</TranslatedIp> | |
<TranslatedPort>2242</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65607</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2243</OriginalPort> | |
<TranslatedIp>10.115.4.4</TranslatedIp> | |
<TranslatedPort>2243</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65538</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2200</OriginalPort> | |
<TranslatedIp>10.115.4.2</TranslatedIp> | |
<TranslatedPort>2200</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65539</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2222</OriginalPort> | |
<TranslatedIp>10.115.4.2</TranslatedIp> | |
<TranslatedPort>2222</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>SNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65540</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.115.4.2</OriginalIp> | |
<TranslatedIp>10.100.50.4</TranslatedIp> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65541</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2201</OriginalPort> | |
<TranslatedIp>10.115.4.2</TranslatedIp> | |
<TranslatedPort>2201</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65542</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2206</OriginalPort> | |
<TranslatedIp>10.115.4.2</TranslatedIp> | |
<TranslatedPort>2206</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65550</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2207</OriginalPort> | |
<TranslatedIp>10.115.4.2</TranslatedIp> | |
<TranslatedPort>2207</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65551</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2208</OriginalPort> | |
<TranslatedIp>10.115.4.2</TranslatedIp> | |
<TranslatedPort>2208</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65552</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2211</OriginalPort> | |
<TranslatedIp>10.115.4.2</TranslatedIp> | |
<TranslatedPort>2211</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65554</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2215</OriginalPort> | |
<TranslatedIp>10.115.4.2</TranslatedIp> | |
<TranslatedPort>2215</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65619</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2266</OriginalPort> | |
<TranslatedIp>10.115.4.7</TranslatedIp> | |
<TranslatedPort>2266</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65620</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2267</OriginalPort> | |
<TranslatedIp>10.115.4.7</TranslatedIp> | |
<TranslatedPort>2267</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65621</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2268</OriginalPort> | |
<TranslatedIp>10.115.4.7</TranslatedIp> | |
<TranslatedPort>2268</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65622</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2269</OriginalPort> | |
<TranslatedIp>10.115.4.7</TranslatedIp> | |
<TranslatedPort>2269</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65623</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2270</OriginalPort> | |
<TranslatedIp>10.115.4.7</TranslatedIp> | |
<TranslatedPort>2270</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65624</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2271</OriginalPort> | |
<TranslatedIp>10.115.4.7</TranslatedIp> | |
<TranslatedPort>2271</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65625</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2272</OriginalPort> | |
<TranslatedIp>10.115.4.7</TranslatedIp> | |
<TranslatedPort>2272</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65626</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2273</OriginalPort> | |
<TranslatedIp>10.115.4.7</TranslatedIp> | |
<TranslatedPort>2273</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65627</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2274</OriginalPort> | |
<TranslatedIp>10.115.4.7</TranslatedIp> | |
<TranslatedPort>2274</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65628</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2275</OriginalPort> | |
<TranslatedIp>10.115.4.7</TranslatedIp> | |
<TranslatedPort>2275</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65629</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2276</OriginalPort> | |
<TranslatedIp>10.115.4.7</TranslatedIp> | |
<TranslatedPort>2276</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65630</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2277</OriginalPort> | |
<TranslatedIp>10.115.4.7</TranslatedIp> | |
<TranslatedPort>2277</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65631</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2278</OriginalPort> | |
<TranslatedIp>10.115.4.7</TranslatedIp> | |
<TranslatedPort>2278</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65632</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2279</OriginalPort> | |
<TranslatedIp>10.115.4.7</TranslatedIp> | |
<TranslatedPort>2279</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65633</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2280</OriginalPort> | |
<TranslatedIp>10.115.4.7</TranslatedIp> | |
<TranslatedPort>2280</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65634</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2281</OriginalPort> | |
<TranslatedIp>10.115.4.7</TranslatedIp> | |
<TranslatedPort>2281</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65635</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2282</OriginalPort> | |
<TranslatedIp>10.115.4.7</TranslatedIp> | |
<TranslatedPort>2282</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65636</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2283</OriginalPort> | |
<TranslatedIp>10.115.4.7</TranslatedIp> | |
<TranslatedPort>2283</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65637</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2284</OriginalPort> | |
<TranslatedIp>10.115.4.7</TranslatedIp> | |
<TranslatedPort>2284</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
<NatRule> | |
<RuleType>DNAT</RuleType> | |
<IsEnabled>true</IsEnabled> | |
<Id>65638</Id> | |
<GatewayNatRule> | |
<Interface type="application/vnd.vmware.admin.network+xml" name="VM1-extern" href="https://roecloud001/api/admin/network/e8262c36-2b14-487f-8a11-c52edc678350"/> | |
<OriginalIp>10.100.50.4</OriginalIp> | |
<OriginalPort>2285</OriginalPort> | |
<TranslatedIp>10.115.4.7</TranslatedIp> | |
<TranslatedPort>2285</TranslatedPort> | |
<Protocol>tcpudp</Protocol> | |
</GatewayNatRule> | |
</NatRule> | |
</NatService> | |
</EdgeGatewayServiceConfiguration> | |
<HaEnabled>false</HaEnabled> | |
<UseDefaultRouteForDnsRelay>true</UseDefaultRouteForDnsRelay> | |
</Configuration> | |
</EdgeGateway> | |
DEBUG handle_port_collisions: Getting port forwarding rules... | |
"[Sun Jul 6 22:16:35 2014] -> SEND GET https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection" | |
"[Sun Jul 6 22:16:35 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:16:34 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.networkconfigsection+xml;version=5.1", | |
"Content-Length" => "3159" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<NetworkConfigSection xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/" ovf:required="false" xsi:schemaLocation="http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd"> | |
<ovf:Info>The configuration parameters for logical networks</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/"/> | |
<NetworkConfig networkName="Vagrant-vApp-Net"> | |
<Link rel="repair" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/reset"/> | |
<Link rel="syncSyslogSettings" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/syncSyslogServerSettings"/> | |
<Description/> | |
<Configuration> | |
<IpScopes> | |
<IpScope> | |
<IsInherited>false</IsInherited> | |
<Gateway>10.1.1.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<Dns1>8.8.8.8</Dns1> | |
<Dns2>8.8.4.4</Dns2> | |
<IsEnabled>true</IsEnabled> | |
<IpRanges> | |
<IpRange> | |
<StartAddress>10.1.1.2</StartAddress> | |
<EndAddress>10.1.1.254</EndAddress> | |
</IpRange> | |
</IpRanges> | |
<AllocatedIpAddresses> | |
<IpAddress>10.1.1.1</IpAddress> | |
<IpAddress>10.1.1.2</IpAddress> | |
</AllocatedIpAddresses> | |
</IpScope> | |
</IpScopes> | |
<ParentNetwork name="SS-INTERNAL" id="3fd7a97b-b182-41a0-8df5-3b67b5c08b27" href="https://roecloud001/api/admin/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<FenceMode>natRouted</FenceMode> | |
<RetainNetInfoAcrossDeployments>false</RetainNetInfoAcrossDeployments> | |
<Features> | |
<FirewallService> | |
<IsEnabled>false</IsEnabled> | |
<DefaultAction>drop</DefaultAction> | |
<LogDefaultAction>false</LogDefaultAction> | |
</FirewallService> | |
<NatService> | |
<IsEnabled>true</IsEnabled> | |
<NatType>portForwarding</NatType> | |
<Policy>allowTraffic</Policy> | |
</NatService> | |
</Features> | |
<SyslogServerSettings/> | |
<RouterInfo> | |
<ExternalIp>10.115.4.3</ExternalIp> | |
</RouterInfo> | |
</Configuration> | |
<IsDeployed>true</IsDeployed> | |
</NetworkConfig> | |
</NetworkConfigSection> | |
INFO handle_port_collisions: Attempting to repair FP collision: 2222 | |
INFO handle_port_collisions: Repaired port also in use: 2200.Trying another... | |
INFO handle_port_collisions: Repaired port also in use: 2201.Trying another... | |
INFO handle_port_collisions: Repaired port also in use: 2202.Trying another... | |
INFO handle_port_collisions: Repaired port also in use: 2203.Trying another... | |
INFO handle_port_collisions: Repaired port also in use: 2204.Trying another... | |
INFO handle_port_collisions: Repaired port also in use: 2205.Trying another... | |
INFO handle_port_collisions: Repaired port also in use: 2206.Trying another... | |
INFO handle_port_collisions: Repaired port also in use: 2207.Trying another... | |
INFO handle_port_collisions: Repaired port also in use: 2208.Trying another... | |
INFO handle_port_collisions: Repaired port also in use: 2209.Trying another... | |
INFO handle_port_collisions: Repaired port also in use: 2210.Trying another... | |
INFO handle_port_collisions: Repaired port also in use: 2211.Trying another... | |
INFO handle_port_collisions: Repaired port also in use: 2212.Trying another... | |
INFO handle_port_collisions: Repaired port also in use: 2213.Trying another... | |
INFO handle_port_collisions: Repaired port also in use: 2214.Trying another... | |
INFO handle_port_collisions: Repaired port also in use: 2215.Trying another... | |
INFO handle_port_collisions: Repaired port also in use: 2216.Trying another... | |
INFO handle_port_collisions: Repaired FP collision: 2222 to 2217 | |
INFO interface: info: Fixed port collision for 22 => 2222. Now on port 2217. | |
INFO interface: info: ==> tst: Fixed port collision for 22 => 2222. Now on port 2217. | |
==> tst: Fixed port collision for 22 => 2222. Now on port 2217. | |
INFO handle_port_collisions: Attempting to repair FP collision: 3389 | |
INFO handle_port_collisions: Repaired FP collision: 3389 to 2218 | |
INFO interface: info: Fixed port collision for 3389 => 3389. Now on port 2218. | |
INFO interface: info: ==> tst: Fixed port collision for 3389 => 3389. Now on port 2218. | |
==> tst: Fixed port collision for 3389 => 3389. Now on port 2218. | |
INFO handle_port_collisions: Attempting to repair FP collision: 55985 | |
INFO handle_port_collisions: Repaired FP collision: 55985 to 2219 | |
INFO interface: info: Fixed port collision for 5985 => 55985. Now on port 2219. | |
INFO interface: info: ==> tst: Fixed port collision for 5985 => 55985. Now on port 2219. | |
==> tst: Fixed port collision for 5985 => 55985. Now on port 2219. | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ForwardPorts:0x25f7f70> | |
DEBUG forward_ports: Getting VM info... | |
"[Sun Jul 6 22:16:35 2014] -> SEND GET https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" | |
"[Sun Jul 6 22:16:35 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:16:34 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.vApp+xml;version=5.1", | |
"Content-Length" => "26694" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<VApp xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:vmw="http://www.vmware.com/schema/ovf" xmlns:ovfenv="http://schemas.dmtf.org/ovf/environment/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ovfDescriptorUploaded="true" deployed="true" status="4" name="windows_2008_r2-vagrant-vmware-slave-a6e2e0c0" id="urn:vcloud:vapp:8fa68881-c0aa-4322-8a1d-1920d8572782" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" xsi:schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_VirtualSystemSettingData.xsd http://www.vmware.com/schema/ovf http://www.vmware.com/schema/ovf http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://schemas.dmtf.org/ovf/environment/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8027_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_ResourceAllocationSettingData.xsd"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/suspend"/> | |
<Link rel="deploy" type="application/vnd.vmware.vcloud.deployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/deploy"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/undeploy"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.vAppNetwork+xml" name="Vagrant-vApp-Net" href="https://roecloud001/api/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/controlAccess/"/> | |
<Link rel="controlAccess" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/controlAccess"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vdc+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.owner+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/owner"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/metadata"/> | |
<Link rel="ovf" type="text/xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/ovf"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/productSections/"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/createSnapshot"/> | |
<Description>vApp created by vagrant running on vmware-slave using vagrant-vcloud on July 06, 2014</Description> | |
<LeaseSettingsSection type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/" ovf:required="false"> | |
<ovf:Info>Lease settings section</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/"/> | |
<DeploymentLeaseInSeconds>259200</DeploymentLeaseInSeconds> | |
<StorageLeaseInSeconds>2592000</StorageLeaseInSeconds> | |
<DeploymentLeaseExpiration>2014-07-09T22:16:28.663+02:00</DeploymentLeaseExpiration> | |
</LeaseSettingsSection> | |
<ovf:StartupSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/" vcloud:type="application/vnd.vmware.vcloud.startupSection+xml"> | |
<ovf:Info>VApp startup section</ovf:Info> | |
<ovf:Item ovf:stopDelay="0" ovf:stopAction="powerOff" ovf:startDelay="0" ovf:startAction="powerOn" ovf:order="0" ovf:id="tst"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.startupSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/"/> | |
</ovf:StartupSection> | |
<ovf:NetworkSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkSection/" vcloud:type="application/vnd.vmware.vcloud.networkSection+xml"> | |
<ovf:Info>The list of logical networks</ovf:Info> | |
<ovf:Network ovf:name="Vagrant-vApp-Net"> | |
<ovf:Description/> | |
</ovf:Network> | |
</ovf:NetworkSection> | |
<NetworkConfigSection type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/" ovf:required="false"> | |
<ovf:Info>The configuration parameters for logical networks</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/"/> | |
<NetworkConfig networkName="Vagrant-vApp-Net"> | |
<Link rel="repair" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/reset"/> | |
<Link rel="syncSyslogSettings" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/syncSyslogServerSettings"/> | |
<Description/> | |
<Configuration> | |
<IpScopes> | |
<IpScope> | |
<IsInherited>false</IsInherited> | |
<Gateway>10.1.1.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<Dns1>8.8.8.8</Dns1> | |
<Dns2>8.8.4.4</Dns2> | |
<IsEnabled>true</IsEnabled> | |
<IpRanges> | |
<IpRange> | |
<StartAddress>10.1.1.2</StartAddress> | |
<EndAddress>10.1.1.254</EndAddress> | |
</IpRange> | |
</IpRanges> | |
<AllocatedIpAddresses> | |
<IpAddress>10.1.1.1</IpAddress> | |
<IpAddress>10.1.1.2</IpAddress> | |
</AllocatedIpAddresses> | |
</IpScope> | |
</IpScopes> | |
<ParentNetwork name="SS-INTERNAL" id="3fd7a97b-b182-41a0-8df5-3b67b5c08b27" href="https://roecloud001/api/admin/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<FenceMode>natRouted</FenceMode> | |
<RetainNetInfoAcrossDeployments>false</RetainNetInfoAcrossDeployments> | |
<Features> | |
<FirewallService> | |
<IsEnabled>false</IsEnabled> | |
<DefaultAction>drop</DefaultAction> | |
<LogDefaultAction>false</LogDefaultAction> | |
</FirewallService> | |
<NatService> | |
<IsEnabled>true</IsEnabled> | |
<NatType>portForwarding</NatType> | |
<Policy>allowTraffic</Policy> | |
</NatService> | |
</Features> | |
<SyslogServerSettings/> | |
<RouterInfo> | |
<ExternalIp>10.115.4.3</ExternalIp> | |
</RouterInfo> | |
</Configuration> | |
<IsDeployed>true</IsDeployed> | |
</NetworkConfig> | |
</NetworkConfigSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<DateCreated>2014-07-06T22:14:04.600+02:00</DateCreated> | |
<Owner type="application/vnd.vmware.vcloud.owner+xml"> | |
<User type="application/vnd.vmware.admin.user+xml" name="vagrant" href="https://roecloud001/api/admin/user/258ca929-d860-4d64-9607-17f5e9251384"/> | |
</Owner> | |
<InMaintenanceMode>false</InMaintenanceMode> | |
<Children> | |
<Vm nestedHypervisorEnabled="false" needsCustomization="false" deployed="true" status="4" name="tst" id="urn:vcloud:vm:20ca0366-4ac6-4b91-b10d-02712c9e0300" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/suspend"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/undeploy"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/metadata"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/productSections/"/> | |
<Link rel="screen:thumbnail" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen"/> | |
<Link rel="screen:acquireTicket" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen/action/acquireTicket"/> | |
<Link rel="media:insertMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/insertMedia"/> | |
<Link rel="media:ejectMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/ejectMedia"/> | |
<Link rel="disk:attach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/attach"/> | |
<Link rel="disk:detach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/detach"/> | |
<Link rel="installVmwareTools" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/installVMwareTools"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/createSnapshot"/> | |
<Link rel="reconfigureVm" type="application/vnd.vmware.vcloud.vm+xml" name="tst" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/reconfigureVm"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<ovf:VirtualHardwareSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:transport="" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Virtual hardware requirements</ovf:Info> | |
<ovf:System> | |
<vssd:ElementName>Virtual Hardware Family</vssd:ElementName> | |
<vssd:InstanceID>0</vssd:InstanceID> | |
<vssd:VirtualSystemIdentifier>tst</vssd:VirtualSystemIdentifier> | |
<vssd:VirtualSystemType>vmx-09</vssd:VirtualSystemType> | |
</ovf:System> | |
<ovf:Item> | |
<rasd:Address>00:50:56:01:0f:25</rasd:Address> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:AutomaticAllocation>true</rasd:AutomaticAllocation> | |
<rasd:Connection vcloud:ipAddress="10.1.1.2" vcloud:primaryNetworkConnection="true" vcloud:ipAddressingMode="POOL">Vagrant-vApp-Net</rasd:Connection> | |
<rasd:Description>Vmxnet3 ethernet adapter on "Vagrant-vApp-Net"</rasd:Description> | |
<rasd:ElementName>Network adapter 0</rasd:ElementName> | |
<rasd:InstanceID>1</rasd:InstanceID> | |
<rasd:ResourceSubType>VMXNET3</rasd:ResourceSubType> | |
<rasd:ResourceType>10</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:Address>0</rasd:Address> | |
<rasd:Description>SCSI Controller</rasd:Description> | |
<rasd:ElementName>SCSI Controller 0</rasd:ElementName> | |
<rasd:InstanceID>2</rasd:InstanceID> | |
<rasd:ResourceSubType>lsilogicsas</rasd:ResourceSubType> | |
<rasd:ResourceType>6</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:Description>Hard disk</rasd:Description> | |
<rasd:ElementName>Hard disk 1</rasd:ElementName> | |
<rasd:HostResource vcloud:capacity="61440" vcloud:busSubType="lsilogicsas" vcloud:busType="6"/> | |
<rasd:InstanceID>2000</rasd:InstanceID> | |
<rasd:Parent>2</rasd:Parent> | |
<rasd:ResourceType>17</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>hertz * 10^6</rasd:AllocationUnits> | |
<rasd:Description>Number of Virtual CPUs</rasd:Description> | |
<rasd:ElementName>2 virtual CPU(s)</rasd:ElementName> | |
<rasd:InstanceID>3</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>3</rasd:ResourceType> | |
<rasd:VirtualQuantity>2</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>byte * 2^20</rasd:AllocationUnits> | |
<rasd:Description>Memory Size</rasd:Description> | |
<rasd:ElementName>2048 MB of memory</rasd:ElementName> | |
<rasd:InstanceID>4</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>4</rasd:ResourceType> | |
<rasd:VirtualQuantity>2048</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
</ovf:Item> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.virtualHardwareSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/media"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
</ovf:VirtualHardwareSection> | |
<ovf:OperatingSystemSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:id="102" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/" vcloud:type="application/vnd.vmware.vcloud.operatingSystemSection+xml" vmw:osType="windows7Server64Guest"> | |
<ovf:Info>Specifies the operating system installed</ovf:Info> | |
<ovf:Description>Microsoft Windows Server 2008 R2 (64-bit)</ovf:Description> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.operatingSystemSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/"/> | |
</ovf:OperatingSystemSection> | |
<NetworkConnectionSection type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/" ovf:required="false"> | |
<ovf:Info>Specifies the available VM network connections</ovf:Info> | |
<PrimaryNetworkConnectionIndex>0</PrimaryNetworkConnectionIndex> | |
<NetworkConnection network="Vagrant-vApp-Net" needsCustomization="false"> | |
<NetworkConnectionIndex>0</NetworkConnectionIndex> | |
<IpAddress>10.1.1.2</IpAddress> | |
<IsConnected>true</IsConnected> | |
<MACAddress>00:50:56:01:0f:25</MACAddress> | |
<IpAddressAllocationMode>POOL</IpAddressAllocationMode> | |
</NetworkConnection> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/"/> | |
</NetworkConnectionSection> | |
<GuestCustomizationSection type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/" ovf:required="false"> | |
<ovf:Info>Specifies Guest OS Customization Settings</ovf:Info> | |
<Enabled>true</Enabled> | |
<ChangeSid>false</ChangeSid> | |
<VirtualMachineId>20ca0366-4ac6-4b91-b10d-02712c9e0300</VirtualMachineId> | |
<JoinDomainEnabled>false</JoinDomainEnabled> | |
<UseOrgSettings>false</UseOrgSettings> | |
<AdminPasswordEnabled>false</AdminPasswordEnabled> | |
<AdminPasswordAuto>true</AdminPasswordAuto> | |
<ResetPasswordRequired>false</ResetPasswordRequired> | |
<ComputerName>tst</ComputerName> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/"/> | |
</GuestCustomizationSection> | |
<RuntimeInfoSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/runtimeInfoSection" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Specifies Runtime info</ovf:Info> | |
<VMWareTools version="9410"/> | |
</RuntimeInfoSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<VAppScopedLocalId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedLocalId> | |
<ovfenv:Environment xmlns:ns10="http://www.vmware.com/schema/ovfenv" ovfenv:id="" ns10:vCenterId="vm-41145"> | |
<ovfenv:PlatformSection> | |
<ovfenv:Kind>VMware ESXi</ovfenv:Kind> | |
<ovfenv:Version>5.5.0</ovfenv:Version> | |
<ovfenv:Vendor>VMware, Inc.</ovfenv:Vendor> | |
<ovfenv:Locale>en</ovfenv:Locale> | |
</ovfenv:PlatformSection> | |
<ovfenv:PropertySection> | |
<ovfenv:Property ovfenv:value="None" ovfenv:key="vCloud_UseSysPrep"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_bitMask"/> | |
<ovfenv:Property ovfenv:value="static" ovfenv:key="vCloud_bootproto_0"/> | |
<ovfenv:Property ovfenv:value="tst" ovfenv:key="vCloud_computerName"/> | |
<ovfenv:Property ovfenv:value="8.8.8.8" ovfenv:key="vCloud_dns1_0"/> | |
<ovfenv:Property ovfenv:value="8.8.4.4" ovfenv:key="vCloud_dns2_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.1" ovfenv:key="vCloud_gateway_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.2" ovfenv:key="vCloud_ip_0"/> | |
<ovfenv:Property ovfenv:value="00:50:56:01:0f:25" ovfenv:key="vCloud_macaddr_0"/> | |
<ovfenv:Property ovfenv:value="359edb22-3d9b-44f5-b11b-800589b0c8d4" ovfenv:key="vCloud_markerid"/> | |
<ovfenv:Property ovfenv:value="255.255.255.0" ovfenv:key="vCloud_netmask_0"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_numnics"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_primaryNic"/> | |
<ovfenv:Property ovfenv:value="996694177" ovfenv:key="vCloud_reconfigToken"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_resetPassword"/> | |
<ovfenv:Property ovfenv:value="" ovfenv:key="vCloud_suffix_0"/> | |
</ovfenv:PropertySection> | |
<ve:EthernetAdapterSection xmlns:ve="http://www.vmware.com/schema/ovfenv" xmlns="http://schemas.dmtf.org/ovf/environment/1" xmlns:oe="http://schemas.dmtf.org/ovf/environment/1"> | |
<ve:Adapter ve:mac="00:50:56:01:0f:25" ve:network="vxw-dvs-3650-virtualwire-744-sid-5051-dvs.VCDVSVagrant-vApp-Net-8a23a99e-d443-4a" ve:unitNumber="7"/> | |
</ve:EthernetAdapterSection> | |
</ovfenv:Environment> | |
<VmCapabilities type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"/> | |
<MemoryHotAddEnabled>false</MemoryHotAddEnabled> | |
<CpuHotAddEnabled>false</CpuHotAddEnabled> | |
</VmCapabilities> | |
<StorageProfile type="application/vnd.vmware.vcloud.vdcStorageProfile+xml" name="*" href="https://roecloud001/api/vdcStorageProfile/59bc6f09-4ba6-48b6-ac21-636e778917bd"/> | |
</Vm> | |
</Children> | |
</VApp> | |
INFO interface: info: Forwarding Ports: VM port 22 -> vShield Edge port 2217 | |
INFO interface: info: ==> tst: Forwarding Ports: VM port 22 -> vShield Edge port 2217 | |
==> tst: Forwarding Ports: VM port 22 -> vShield Edge port 2217 | |
INFO interface: info: Forwarding Ports: VM port 3389 -> vShield Edge port 2218 | |
INFO interface: info: ==> tst: Forwarding Ports: VM port 3389 -> vShield Edge port 2218 | |
==> tst: Forwarding Ports: VM port 3389 -> vShield Edge port 2218 | |
INFO interface: info: Forwarding Ports: VM port 5985 -> vShield Edge port 2219 | |
INFO interface: info: ==> tst: Forwarding Ports: VM port 5985 -> vShield Edge port 2219 | |
==> tst: Forwarding Ports: VM port 5985 -> vShield Edge port 2219 | |
DEBUG forward_ports: Port object to be passed: [{:guestip=>nil, :nat_internal_port=>22, :hostip=>nil, :nat_external_port=>2217, :name=>"ssh", :nat_protocol=>"TCP", :vapp_scoped_local_id=>"68e6003f-f024-4e57-a396-63a0a45b7a9f"}, {:guestip=>nil, :nat_internal_port=>3389, :hostip=>nil, :nat_external_port=>2218, :name=>"rdp", :nat_protocol=>"TCP", :vapp_scoped_local_id=>"68e6003f-f024-4e57-a396-63a0a45b7a9f"}, {:guestip=>nil, :nat_internal_port=>5985, :hostip=>"127.0.0.1", :nat_external_port=>2219, :name=>"winrm", :nat_protocol=>"TCP", :vapp_scoped_local_id=>"68e6003f-f024-4e57-a396-63a0a45b7a9f"}] | |
DEBUG forward_ports: Current network id 3fd7a97b-b182-41a0-8df5-3b67b5c08b27 | |
"[Sun Jul 6 22:16:35 2014] -> SEND GET https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection" | |
"[Sun Jul 6 22:16:36 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:16:35 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.networkconfigsection+xml;version=5.1", | |
"Content-Length" => "3159" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<NetworkConfigSection xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/" ovf:required="false" xsi:schemaLocation="http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd"> | |
<ovf:Info>The configuration parameters for logical networks</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/"/> | |
<NetworkConfig networkName="Vagrant-vApp-Net"> | |
<Link rel="repair" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/reset"/> | |
<Link rel="syncSyslogSettings" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/syncSyslogServerSettings"/> | |
<Description/> | |
<Configuration> | |
<IpScopes> | |
<IpScope> | |
<IsInherited>false</IsInherited> | |
<Gateway>10.1.1.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<Dns1>8.8.8.8</Dns1> | |
<Dns2>8.8.4.4</Dns2> | |
<IsEnabled>true</IsEnabled> | |
<IpRanges> | |
<IpRange> | |
<StartAddress>10.1.1.2</StartAddress> | |
<EndAddress>10.1.1.254</EndAddress> | |
</IpRange> | |
</IpRanges> | |
<AllocatedIpAddresses> | |
<IpAddress>10.1.1.1</IpAddress> | |
<IpAddress>10.1.1.2</IpAddress> | |
</AllocatedIpAddresses> | |
</IpScope> | |
</IpScopes> | |
<ParentNetwork name="SS-INTERNAL" id="3fd7a97b-b182-41a0-8df5-3b67b5c08b27" href="https://roecloud001/api/admin/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<FenceMode>natRouted</FenceMode> | |
<RetainNetInfoAcrossDeployments>false</RetainNetInfoAcrossDeployments> | |
<Features> | |
<FirewallService> | |
<IsEnabled>false</IsEnabled> | |
<DefaultAction>drop</DefaultAction> | |
<LogDefaultAction>false</LogDefaultAction> | |
</FirewallService> | |
<NatService> | |
<IsEnabled>true</IsEnabled> | |
<NatType>portForwarding</NatType> | |
<Policy>allowTraffic</Policy> | |
</NatService> | |
</Features> | |
<SyslogServerSettings/> | |
<RouterInfo> | |
<ExternalIp>10.115.4.3</ExternalIp> | |
</RouterInfo> | |
</Configuration> | |
<IsDeployed>true</IsDeployed> | |
</NetworkConfig> | |
</NetworkConfigSection> | |
"[Sun Jul 6 22:16:36 2014] -> SEND PUT https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection" | |
"SEND HEADERS" | |
{ | |
"accept" => "application/*+xml;version=5.1", | |
"Content-Type" => "application/vnd.vmware.vcloud.networkConfigSection+xml", | |
"x-vcloud-authorization" => "yPfe8SDuCVkmMu8n1mzLHhhMy4ELwr9FxcEkzWdidvU=" | |
} | |
"SEND BODY" | |
<?xml version="1.0"?> | |
<NetworkConfigSection xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1"> | |
<ovf:Info>Network configuration</ovf:Info> | |
<NetworkConfig networkName="Vagrant-vApp-Net"> | |
<Configuration> | |
<ParentNetwork href="https://roecloud001/api/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<FenceMode>natRouted</FenceMode> | |
<Features> | |
<NatService> | |
<IsEnabled>true</IsEnabled> | |
<NatType>portForwarding</NatType> | |
<Policy>allowTraffic</Policy> | |
<NatRule> | |
<VmRule> | |
<ExternalPort>2217</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>22</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<VmRule> | |
<ExternalPort>2218</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>3389</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<VmRule> | |
<ExternalPort>2219</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>5985</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
</NatService> | |
</Features> | |
</Configuration> | |
</NetworkConfig> | |
</NetworkConfigSection> | |
"[Sun Jul 6 22:16:36 2014] <- RECV 202" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:16:35 GMT", | |
"Vary" => "Accept-Encoding", | |
"Location" => "https://roecloud001/api/task/420503a5-d62f-47e8-a3a9-01452051a4a9", | |
"Content-Type" => "application/vnd.vmware.vcloud.task+xml;version=5.1", | |
"Content-Length" => "1392" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<Task xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" status="running" startTime="2014-07-06T22:16:35.383+02:00" serviceNamespace="com.vmware.vcloud" operationName="vdcUpdateVappNetworkSection" operation="Updating Virtual Application windows_2008_r2-vagrant-vmware-slave-a6e2e0c0(8fa68881-c0aa-4322-8a1d-1920d8572782)" expiryTime="2014-10-04T22:16:35.383+02:00" cancelRequested="false" name="task" id="urn:vcloud:task:420503a5-d62f-47e8-a3a9-01452051a4a9" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/task/420503a5-d62f-47e8-a3a9-01452051a4a9" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd"> | |
<Link rel="task:cancel" href="https://roecloud001/api/task/420503a5-d62f-47e8-a3a9-01452051a4a9/action/cancel"/> | |
<Owner type="application/vnd.vmware.vcloud.vApp+xml" name="windows_2008_r2-vagrant-vmware-slave-a6e2e0c0" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<User type="application/vnd.vmware.admin.user+xml" name="vagrant" href="https://roecloud001/api/admin/user/258ca929-d860-4d64-9607-17f5e9251384"/> | |
<Organization type="application/vnd.vmware.vcloud.org+xml" name="SS" href="https://roecloud001/api/org/14f84887-ef1c-4009-a333-0904bdcaf49e"/> | |
<Details/> | |
</Task> | |
"[Sun Jul 6 22:16:36 2014] -> SEND GET https://roecloud001/api/task/420503a5-d62f-47e8-a3a9-01452051a4a9" | |
"[Sun Jul 6 22:16:36 2014] <- RECV 200" | |
"[Sun Jul 6 22:16:41 2014] -> SEND GET https://roecloud001/api/task/420503a5-d62f-47e8-a3a9-01452051a4a9" | |
"[Sun Jul 6 22:16:41 2014] <- RECV 200" | |
"[Sun Jul 6 22:16:46 2014] -> SEND GET https://roecloud001/api/task/420503a5-d62f-47e8-a3a9-01452051a4a9" | |
"[Sun Jul 6 22:16:46 2014] <- RECV 200" | |
"[Sun Jul 6 22:16:51 2014] -> SEND GET https://roecloud001/api/task/420503a5-d62f-47e8-a3a9-01452051a4a9" | |
"[Sun Jul 6 22:16:51 2014] <- RECV 200" | |
INFO warden: Calling IN action: #<Proc:0x26cf808@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/warden.rb:94 (lambda)> | |
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::WaitForCommunicator:0x31c3fb0> | |
INFO interface: output: Waiting for machine to boot. This may take a few minutes... | |
INFO interface: output: ==> tst: Waiting for machine to boot. This may take a few minutes... | |
INFO winrm: Checking whether WinRM is ready... | |
DEBUG provider: Searching for cap: winrm_info | |
DEBUG provider: Checking in: vcloud | |
DEBUG provider: Found cap: winrm_info in vcloud | |
INFO machine: Calling action: read_state on provider vCloud (20ca0366-4ac6-4b91-b10d-02712c9e0300) | |
==> tst: Waiting for machine to boot. This may take a few minutes... | |
DEBUG provider: Searching for cap: winrm_info | |
DEBUG provider: Checking in: vcloud | |
DEBUG provider: Found cap: winrm_info in vcloud | |
INFO provider: Execute capability: winrm_info [#<Vagrant::Machine: tst (VagrantPlugins::VCloud::Provider)>] (vcloud) | |
INFO machine: Calling action: read_winrm_info on provider vCloud (20ca0366-4ac6-4b91-b10d-02712c9e0300) | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 1 hooks defined. | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x253eff0> | |
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x25ca580> | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x25ca568> | |
INFO connect_vcloud: Already logged in, using current session | |
DEBUG connect_vcloud: x-vcloud-authorization=yPfe8SDuCVkmMu8n1mzLHhhMy4ELwr9FxcEkzWdidvU= | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ReadState:0x26ad5d8> | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 1 hooks defined. | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x25aa450> | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x30c7b48> | |
INFO connect_vcloud: Already logged in, using current session | |
DEBUG connect_vcloud: x-vcloud-authorization=yPfe8SDuCVkmMu8n1mzLHhhMy4ELwr9FxcEkzWdidvU= | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ReadSSHInfo:0x30f9eb8> | |
DEBUG read_ssh_info: Getting vApp information... | |
"[Sun Jul 6 22:16:51 2014] -> SEND GET https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" | |
"[Sun Jul 6 22:16:51 2014] -> SEND GET https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" | |
"[Sun Jul 6 22:16:52 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:16:51 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.vApp+xml;version=5.1", | |
"Content-Length" => "28601" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<VApp xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:vmw="http://www.vmware.com/schema/ovf" xmlns:ovfenv="http://schemas.dmtf.org/ovf/environment/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ovfDescriptorUploaded="true" deployed="true" status="4" name="windows_2008_r2-vagrant-vmware-slave-a6e2e0c0" id="urn:vcloud:vapp:8fa68881-c0aa-4322-8a1d-1920d8572782" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" xsi:schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_VirtualSystemSettingData.xsd http://www.vmware.com/schema/ovf http://www.vmware.com/schema/ovf http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://schemas.dmtf.org/ovf/environment/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8027_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_ResourceAllocationSettingData.xsd"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/suspend"/> | |
<Link rel="deploy" type="application/vnd.vmware.vcloud.deployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/deploy"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/undeploy"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.vAppNetwork+xml" name="Vagrant-vApp-Net" href="https://roecloud001/api/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/controlAccess/"/> | |
<Link rel="controlAccess" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/controlAccess"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vdc+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.owner+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/owner"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/metadata"/> | |
<Link rel="ovf" type="text/xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/ovf"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/productSections/"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/createSnapshot"/> | |
<Description>vApp created by vagrant running on vmware-slave using vagrant-vcloud on July 06, 2014</Description> | |
<LeaseSettingsSection type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/" ovf:required="false"> | |
<ovf:Info>Lease settings section</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/"/> | |
<DeploymentLeaseInSeconds>259200</DeploymentLeaseInSeconds> | |
<StorageLeaseInSeconds>2592000</StorageLeaseInSeconds> | |
<DeploymentLeaseExpiration>2014-07-09T22:16:28.663+02:00</DeploymentLeaseExpiration> | |
</LeaseSettingsSection> | |
<ovf:StartupSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/" vcloud:type="application/vnd.vmware.vcloud.startupSection+xml"> | |
<ovf:Info>VApp startup section</ovf:Info> | |
<ovf:Item ovf:stopDelay="0" ovf:stopAction="powerOff" ovf:startDelay="0" ovf:startAction="powerOn" ovf:order="0" ovf:id="tst"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.startupSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/"/> | |
</ovf:StartupSection> | |
<ovf:NetworkSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkSection/" vcloud:type="application/vnd.vmware.vcloud.networkSection+xml"> | |
<ovf:Info>The list of logical networks</ovf:Info> | |
<ovf:Network ovf:name="Vagrant-vApp-Net"> | |
<ovf:Description/> | |
</ovf:Network> | |
</ovf:NetworkSection> | |
<NetworkConfigSection type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/" ovf:required="false"> | |
<ovf:Info>The configuration parameters for logical networks</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/"/> | |
<NetworkConfig networkName="Vagrant-vApp-Net"> | |
<Link rel="repair" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/reset"/> | |
<Link rel="syncSyslogSettings" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/syncSyslogServerSettings"/> | |
<Description/> | |
<Configuration> | |
<IpScopes> | |
<IpScope> | |
<IsInherited>false</IsInherited> | |
<Gateway>10.1.1.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<Dns1>8.8.8.8</Dns1> | |
<Dns2>8.8.4.4</Dns2> | |
<IsEnabled>true</IsEnabled> | |
<IpRanges> | |
<IpRange> | |
<StartAddress>10.1.1.2</StartAddress> | |
<EndAddress>10.1.1.254</EndAddress> | |
</IpRange> | |
</IpRanges> | |
<AllocatedIpAddresses> | |
<IpAddress>10.1.1.1</IpAddress> | |
<IpAddress>10.1.1.2</IpAddress> | |
</AllocatedIpAddresses> | |
</IpScope> | |
</IpScopes> | |
<ParentNetwork name="SS-INTERNAL" id="3fd7a97b-b182-41a0-8df5-3b67b5c08b27" href="https://roecloud001/api/admin/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<FenceMode>natRouted</FenceMode> | |
<RetainNetInfoAcrossDeployments>false</RetainNetInfoAcrossDeployments> | |
<Features> | |
<FirewallService> | |
<IsEnabled>false</IsEnabled> | |
<DefaultAction>drop</DefaultAction> | |
<LogDefaultAction>false</LogDefaultAction> | |
</FirewallService> | |
<NatService> | |
<IsEnabled>true</IsEnabled> | |
<NatType>portForwarding</NatType> | |
<Policy>allowTraffic</Policy> | |
<NatRule> | |
<Id>65537</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2217</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>22</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65538</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2218</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>3389</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65539</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2219</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>5985</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
</NatService> | |
</Features> | |
<SyslogServerSettings/> | |
<RouterInfo> | |
<ExternalIp>10.115.4.3</ExternalIp> | |
</RouterInfo> | |
</Configuration> | |
<IsDeployed>true</IsDeployed> | |
</NetworkConfig> | |
</NetworkConfigSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<DateCreated>2014-07-06T22:14:04.600+02:00</DateCreated> | |
<Owner type="application/vnd.vmware.vcloud.owner+xml"> | |
<User type="application/vnd.vmware.admin.user+xml" name="vagrant" href="https://roecloud001/api/admin/user/258ca929-d860-4d64-9607-17f5e9251384"/> | |
</Owner> | |
<InMaintenanceMode>false</InMaintenanceMode> | |
<Children> | |
<Vm nestedHypervisorEnabled="false" needsCustomization="false" deployed="true" status="4" name="tst" id="urn:vcloud:vm:20ca0366-4ac6-4b91-b10d-02712c9e0300" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/suspend"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/undeploy"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/metadata"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/productSections/"/> | |
<Link rel="screen:thumbnail" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen"/> | |
<Link rel="screen:acquireTicket" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen/action/acquireTicket"/> | |
<Link rel="media:insertMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/insertMedia"/> | |
<Link rel="media:ejectMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/ejectMedia"/> | |
<Link rel="disk:attach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/attach"/> | |
<Link rel="disk:detach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/detach"/> | |
<Link rel="installVmwareTools" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/installVMwareTools"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/createSnapshot"/> | |
<Link rel="reconfigureVm" type="application/vnd.vmware.vcloud.vm+xml" name="tst" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/reconfigureVm"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<ovf:VirtualHardwareSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:transport="" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Virtual hardware requirements</ovf:Info> | |
<ovf:System> | |
<vssd:ElementName>Virtual Hardware Family</vssd:ElementName> | |
<vssd:InstanceID>0</vssd:InstanceID> | |
<vssd:VirtualSystemIdentifier>tst</vssd:VirtualSystemIdentifier> | |
<vssd:VirtualSystemType>vmx-09</vssd:VirtualSystemType> | |
</ovf:System> | |
<ovf:Item> | |
<rasd:Address>00:50:56:01:0f:25</rasd:Address> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:AutomaticAllocation>true</rasd:AutomaticAllocation> | |
<rasd:Connection vcloud:ipAddress="10.1.1.2" vcloud:primaryNetworkConnection="true" vcloud:ipAddressingMode="POOL">Vagrant-vApp-Net</rasd:Connection> | |
<rasd:Description>Vmxnet3 ethernet adapter on "Vagrant-vApp-Net"</rasd:Description> | |
<rasd:ElementName>Network adapter 0</rasd:ElementName> | |
<rasd:InstanceID>1</rasd:InstanceID> | |
<rasd:ResourceSubType>VMXNET3</rasd:ResourceSubType> | |
<rasd:ResourceType>10</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:Address>0</rasd:Address> | |
<rasd:Description>SCSI Controller</rasd:Description> | |
<rasd:ElementName>SCSI Controller 0</rasd:ElementName> | |
<rasd:InstanceID>2</rasd:InstanceID> | |
<rasd:ResourceSubType>lsilogicsas</rasd:ResourceSubType> | |
<rasd:ResourceType>6</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:Description>Hard disk</rasd:Description> | |
<rasd:ElementName>Hard disk 1</rasd:ElementName> | |
<rasd:HostResource vcloud:capacity="61440" vcloud:busSubType="lsilogicsas" vcloud:busType="6"/> | |
<rasd:InstanceID>2000</rasd:InstanceID> | |
<rasd:Parent>2</rasd:Parent> | |
<rasd:ResourceType>17</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>hertz * 10^6</rasd:AllocationUnits> | |
<rasd:Description>Number of Virtual CPUs</rasd:Description> | |
<rasd:ElementName>2 virtual CPU(s)</rasd:ElementName> | |
<rasd:InstanceID>3</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>3</rasd:ResourceType> | |
<rasd:VirtualQuantity>2</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>byte * 2^20</rasd:AllocationUnits> | |
<rasd:Description>Memory Size</rasd:Description> | |
<rasd:ElementName>2048 MB of memory</rasd:ElementName> | |
<rasd:InstanceID>4</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>4</rasd:ResourceType> | |
<rasd:VirtualQuantity>2048</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
</ovf:Item> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.virtualHardwareSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/media"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
</ovf:VirtualHardwareSection> | |
<ovf:OperatingSystemSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:id="102" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/" vcloud:type="application/vnd.vmware.vcloud.operatingSystemSection+xml" vmw:osType="windows7Server64Guest"> | |
<ovf:Info>Specifies the operating system installed</ovf:Info> | |
<ovf:Description>Microsoft Windows Server 2008 R2 (64-bit)</ovf:Description> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.operatingSystemSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/"/> | |
</ovf:OperatingSystemSection> | |
<NetworkConnectionSection type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/" ovf:required="false"> | |
<ovf:Info>Specifies the available VM network connections</ovf:Info> | |
<PrimaryNetworkConnectionIndex>0</PrimaryNetworkConnectionIndex> | |
<NetworkConnection network="Vagrant-vApp-Net" needsCustomization="false"> | |
<NetworkConnectionIndex>0</NetworkConnectionIndex> | |
<IpAddress>10.1.1.2</IpAddress> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<IsConnected>true</IsConnected> | |
<MACAddress>00:50:56:01:0f:25</MACAddress> | |
<IpAddressAllocationMode>POOL</IpAddressAllocationMode> | |
</NetworkConnection> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/"/> | |
</NetworkConnectionSection> | |
<GuestCustomizationSection type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/" ovf:required="false"> | |
<ovf:Info>Specifies Guest OS Customization Settings</ovf:Info> | |
<Enabled>true</Enabled> | |
<ChangeSid>false</ChangeSid> | |
<VirtualMachineId>20ca0366-4ac6-4b91-b10d-02712c9e0300</VirtualMachineId> | |
<JoinDomainEnabled>false</JoinDomainEnabled> | |
<UseOrgSettings>false</UseOrgSettings> | |
<AdminPasswordEnabled>false</AdminPasswordEnabled> | |
<AdminPasswordAuto>true</AdminPasswordAuto> | |
<ResetPasswordRequired>false</ResetPasswordRequired> | |
<ComputerName>tst</ComputerName> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/"/> | |
</GuestCustomizationSection> | |
<RuntimeInfoSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/runtimeInfoSection" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Specifies Runtime info</ovf:Info> | |
<VMWareTools version="9410"/> | |
</RuntimeInfoSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<VAppScopedLocalId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedLocalId> | |
<ovfenv:Environment xmlns:ns10="http://www.vmware.com/schema/ovfenv" ovfenv:id="" ns10:vCenterId="vm-41145"> | |
<ovfenv:PlatformSection> | |
<ovfenv:Kind>VMware ESXi</ovfenv:Kind> | |
<ovfenv:Version>5.5.0</ovfenv:Version> | |
<ovfenv:Vendor>VMware, Inc.</ovfenv:Vendor> | |
<ovfenv:Locale>en</ovfenv:Locale> | |
</ovfenv:PlatformSection> | |
<ovfenv:PropertySection> | |
<ovfenv:Property ovfenv:value="None" ovfenv:key="vCloud_UseSysPrep"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_bitMask"/> | |
<ovfenv:Property ovfenv:value="static" ovfenv:key="vCloud_bootproto_0"/> | |
<ovfenv:Property ovfenv:value="tst" ovfenv:key="vCloud_computerName"/> | |
<ovfenv:Property ovfenv:value="8.8.8.8" ovfenv:key="vCloud_dns1_0"/> | |
<ovfenv:Property ovfenv:value="8.8.4.4" ovfenv:key="vCloud_dns2_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.1" ovfenv:key="vCloud_gateway_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.2" ovfenv:key="vCloud_ip_0"/> | |
<ovfenv:Property ovfenv:value="00:50:56:01:0f:25" ovfenv:key="vCloud_macaddr_0"/> | |
<ovfenv:Property ovfenv:value="359edb22-3d9b-44f5-b11b-800589b0c8d4" ovfenv:key="vCloud_markerid"/> | |
<ovfenv:Property ovfenv:value="255.255.255.0" ovfenv:key="vCloud_netmask_0"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_numnics"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_primaryNic"/> | |
<ovfenv:Property ovfenv:value="996694177" ovfenv:key="vCloud_reconfigToken"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_resetPassword"/> | |
<ovfenv:Property ovfenv:value="" ovfenv:key="vCloud_suffix_0"/> | |
</ovfenv:PropertySection> | |
<ve:EthernetAdapterSection xmlns:ve="http://www.vmware.com/schema/ovfenv" xmlns="http://schemas.dmtf.org/ovf/environment/1" xmlns:oe="http://schemas.dmtf.org/ovf/environment/1"> | |
<ve:Adapter ve:mac="00:50:56:01:0f:25" ve:network="vxw-dvs-3650-virtualwire-744-sid-5051-dvs.VCDVSVagrant-vApp-Net-8a23a99e-d443-4a" ve:unitNumber="7"/> | |
</ve:EthernetAdapterSection> | |
</ovfenv:Environment> | |
<VmCapabilities type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"/> | |
<MemoryHotAddEnabled>false</MemoryHotAddEnabled> | |
<CpuHotAddEnabled>false</CpuHotAddEnabled> | |
</VmCapabilities> | |
<StorageProfile type="application/vnd.vmware.vcloud.vdcStorageProfile+xml" name="*" href="https://roecloud001/api/vdcStorageProfile/59bc6f09-4ba6-48b6-ac21-636e778917bd"/> | |
</Vm> | |
</Children> | |
</VApp> | |
INFO read_state: VM [tst] is running | |
"[Sun Jul 6 22:16:52 2014] <- RECV 200" INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ReadState:0x26ad5d8> | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x25ca568> | |
"RECV HEADERS" INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x25ca580> | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:16:51 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.vApp+xml;version=5.1", | |
"Content-Length" => "28601" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<VApp xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:vmw="http://www.vmware.com/schema/ovf" xmlns:ovfenv="http://schemas.dmtf.org/ovf/environment/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ovfDescriptorUploaded="true" deployed="true" status="4" name="windows_2008_r2-vagrant-vmware-slave-a6e2e0c0" id="urn:vcloud:vapp:8fa68881-c0aa-4322-8a1d-1920d8572782" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" xsi:schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_VirtualSystemSettingData.xsd http://www.vmware.com/schema/ovf http://www.vmware.com/schema/ovf http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://schemas.dmtf.org/ovf/environment/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8027_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_ResourceAllocationSettingData.xsd"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/suspend"/> | |
<Link rel="deploy" type="application/vnd.vmware.vcloud.deployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/deploy"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/undeploy"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.vAppNetwork+xml" name="Vagrant-vApp-Net" href="https://roecloud001/api/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/controlAccess/"/> | |
<Link rel="controlAccess" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/controlAccess"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vdc+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.owner+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/owner"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/metadata"/> | |
<Link rel="ovf" type="text/xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/ovf"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/productSections/"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/createSnapshot"/> | |
<Description>vApp created by vagrant running on vmware-slave using vagrant-vcloud on July 06, 2014</Description> | |
<LeaseSettingsSection type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/" ovf:required="false"> | |
<ovf:Info>Lease settings section</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/"/> | |
<DeploymentLeaseInSeconds>259200</DeploymentLeaseInSeconds> | |
<StorageLeaseInSeconds>2592000</StorageLeaseInSeconds> | |
<DeploymentLeaseExpiration>2014-07-09T22:16:28.663+02:00</DeploymentLeaseExpiration> | |
</LeaseSettingsSection> | |
<ovf:StartupSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/" vcloud:type="application/vnd.vmware.vcloud.startupSection+xml"> | |
<ovf:Info>VApp startup section</ovf:Info> | |
<ovf:Item ovf:stopDelay="0" ovf:stopAction="powerOff" ovf:startDelay="0" ovf:startAction="powerOn" ovf:order="0" ovf:id="tst"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.startupSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/"/> | |
</ovf:StartupSection> | |
<ovf:NetworkSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkSection/" vcloud:type="application/vnd.vmware.vcloud.networkSection+xml"> | |
<ovf:Info>The list of logical networks</ovf:Info> | |
<ovf:Network ovf:name="Vagrant-vApp-Net"> | |
<ovf:Description/> | |
</ovf:Network> | |
</ovf:NetworkSection> | |
<NetworkConfigSection type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/" ovf:required="false"> | |
<ovf:Info>The configuration parameters for logical networks</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/"/> | |
<NetworkConfig networkName="Vagrant-vApp-Net"> | |
<Link rel="repair" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/reset"/> | |
<Link rel="syncSyslogSettings" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/syncSyslogServerSettings"/> | |
<Description/> | |
<Configuration> | |
<IpScopes> | |
<IpScope> | |
<IsInherited>false</IsInherited> | |
<Gateway>10.1.1.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<Dns1>8.8.8.8</Dns1> | |
<Dns2>8.8.4.4</Dns2> | |
<IsEnabled>true</IsEnabled> | |
<IpRanges> | |
<IpRange> | |
<StartAddress>10.1.1.2</StartAddress> | |
<EndAddress>10.1.1.254</EndAddress> | |
</IpRange> | |
</IpRanges> | |
<AllocatedIpAddresses> | |
<IpAddress>10.1.1.1</IpAddress> | |
<IpAddress>10.1.1.2</IpAddress> | |
</AllocatedIpAddresses> | |
</IpScope> | |
</IpScopes> | |
<ParentNetwork name="SS-INTERNAL" id="3fd7a97b-b182-41a0-8df5-3b67b5c08b27" href="https://roecloud001/api/admin/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<FenceMode>natRouted</FenceMode> | |
<RetainNetInfoAcrossDeployments>false</RetainNetInfoAcrossDeployments> | |
<Features> | |
<FirewallService> | |
<IsEnabled>false</IsEnabled> | |
<DefaultAction>drop</DefaultAction> | |
<LogDefaultAction>false</LogDefaultAction> | |
</FirewallService> | |
<NatService> | |
<IsEnabled>true</IsEnabled> | |
<NatType>portForwarding</NatType> | |
<Policy>allowTraffic</Policy> | |
<NatRule> | |
<Id>65537</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2217</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>22</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65538</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2218</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>3389</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65539</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2219</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>5985</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
</NatService> | |
</Features> | |
<SyslogServerSettings/> | |
<RouterInfo> | |
<ExternalIp>10.115.4.3</ExternalIp> | |
</RouterInfo> | |
</Configuration> | |
<IsDeployed>true</IsDeployed> | |
</NetworkConfig> | |
</NetworkConfigSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<DateCreated>2014-07-06T22:14:04.600+02:00</DateCreated> | |
<Owner type="application/vnd.vmware.vcloud.owner+xml"> | |
<User type="application/vnd.vmware.admin.user+xml" name="vagrant" href="https://roecloud001/api/admin/user/258ca929-d860-4d64-9607-17f5e9251384"/> | |
</Owner> | |
<InMaintenanceMode>false</InMaintenanceMode> | |
<Children> | |
<Vm nestedHypervisorEnabled="false" needsCustomization="false" deployed="true" status="4" name="tst" id="urn:vcloud:vm:20ca0366-4ac6-4b91-b10d-02712c9e0300" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/suspend"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/undeploy"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/metadata"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/productSections/"/> | |
<Link rel="screen:thumbnail" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen"/> | |
<Link rel="screen:acquireTicket" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen/action/acquireTicket"/> | |
<Link rel="media:insertMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/insertMedia"/> | |
<Link rel="media:ejectMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/ejectMedia"/> | |
<Link rel="disk:attach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/attach"/> | |
<Link rel="disk:detach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/detach"/> | |
<Link rel="installVmwareTools" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/installVMwareTools"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/createSnapshot"/> | |
<Link rel="reconfigureVm" type="application/vnd.vmware.vcloud.vm+xml" name="tst" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/reconfigureVm"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<ovf:VirtualHardwareSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:transport="" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Virtual hardware requirements</ovf:Info> | |
<ovf:System> | |
<vssd:ElementName>Virtual Hardware Family</vssd:ElementName> | |
<vssd:InstanceID>0</vssd:InstanceID> | |
<vssd:VirtualSystemIdentifier>tst</vssd:VirtualSystemIdentifier> | |
<vssd:VirtualSystemType>vmx-09</vssd:VirtualSystemType> | |
</ovf:System> | |
<ovf:Item> | |
<rasd:Address>00:50:56:01:0f:25</rasd:Address> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:AutomaticAllocation>true</rasd:AutomaticAllocation> | |
<rasd:Connection vcloud:ipAddress="10.1.1.2" vcloud:primaryNetworkConnection="true" vcloud:ipAddressingMode="POOL">Vagrant-vApp-Net</rasd:Connection> | |
<rasd:Description>Vmxnet3 ethernet adapter on "Vagrant-vApp-Net"</rasd:Description> | |
<rasd:ElementName>Network adapter 0</rasd:ElementName> | |
<rasd:InstanceID>1</rasd:InstanceID> | |
<rasd:ResourceSubType>VMXNET3</rasd:ResourceSubType> | |
<rasd:ResourceType>10</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:Address>0</rasd:Address> | |
<rasd:Description>SCSI Controller</rasd:Description> | |
<rasd:ElementName>SCSI Controller 0</rasd:ElementName> | |
<rasd:InstanceID>2</rasd:InstanceID> | |
<rasd:ResourceSubType>lsilogicsas</rasd:ResourceSubType> | |
<rasd:ResourceType>6</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:Description>Hard disk</rasd:Description> | |
<rasd:ElementName>Hard disk 1</rasd:ElementName> | |
<rasd:HostResource vcloud:capacity="61440" vcloud:busSubType="lsilogicsas" vcloud:busType="6"/> | |
<rasd:InstanceID>2000</rasd:InstanceID> | |
<rasd:Parent>2</rasd:Parent> | |
<rasd:ResourceType>17</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>hertz * 10^6</rasd:AllocationUnits> | |
<rasd:Description>Number of Virtual CPUs</rasd:Description> | |
<rasd:ElementName>2 virtual CPU(s)</rasd:ElementName> | |
<rasd:InstanceID>3</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>3</rasd:ResourceType> | |
<rasd:VirtualQuantity>2</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>byte * 2^20</rasd:AllocationUnits> | |
<rasd:Description>Memory Size</rasd:Description> | |
<rasd:ElementName>2048 MB of memory</rasd:ElementName> | |
<rasd:InstanceID>4</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>4</rasd:ResourceType> | |
<rasd:VirtualQuantity>2048</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
</ovf:Item> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.virtualHardwareSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/media"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
</ovf:VirtualHardwareSection> | |
<ovf:OperatingSystemSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:id="102" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/" vcloud:type="application/vnd.vmware.vcloud.operatingSystemSection+xml" vmw:osType="windows7Server64Guest"> | |
<ovf:Info>Specifies the operating system installed</ovf:Info> | |
<ovf:Description>Microsoft Windows Server 2008 R2 (64-bit)</ovf:Description> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.operatingSystemSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/"/> | |
</ovf:OperatingSystemSection> | |
<NetworkConnectionSection type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/" ovf:required="false"> | |
<ovf:Info>Specifies the available VM network connections</ovf:Info> | |
<PrimaryNetworkConnectionIndex>0</PrimaryNetworkConnectionIndex> | |
<NetworkConnection network="Vagrant-vApp-Net" needsCustomization="false"> | |
<NetworkConnectionIndex>0</NetworkConnectionIndex> | |
<IpAddress>10.1.1.2</IpAddress> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<IsConnected>true</IsConnected> | |
<MACAddress>00:50:56:01:0f:25</MACAddress> | |
<IpAddressAllocationMode>POOL</IpAddressAllocationMode> | |
</NetworkConnection> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/"/> | |
</NetworkConnectionSection> | |
<GuestCustomizationSection type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/" ovf:required="false"> | |
<ovf:Info>Specifies Guest OS Customization Settings</ovf:Info> | |
<Enabled>true</Enabled> | |
<ChangeSid>false</ChangeSid> | |
<VirtualMachineId>20ca0366-4ac6-4b91-b10d-02712c9e0300</VirtualMachineId> | |
<JoinDomainEnabled>false</JoinDomainEnabled> | |
<UseOrgSettings>false</UseOrgSettings> | |
<AdminPasswordEnabled>false</AdminPasswordEnabled> | |
<AdminPasswordAuto>true</AdminPasswordAuto> | |
<ResetPasswordRequired>false</ResetPasswordRequired> | |
<ComputerName>tst</ComputerName> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/"/> | |
</GuestCustomizationSection> | |
<RuntimeInfoSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/runtimeInfoSection" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Specifies Runtime info</ovf:Info> | |
<VMWareTools version="9410"/> | |
</RuntimeInfoSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<VAppScopedLocalId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedLocalId> | |
<ovfenv:Environment xmlns:ns10="http://www.vmware.com/schema/ovfenv" ovfenv:id="" ns10:vCenterId="vm-41145"> | |
<ovfenv:PlatformSection> | |
<ovfenv:Kind>VMware ESXi</ovfenv:Kind> | |
<ovfenv:Version>5.5.0</ovfenv:Version> | |
<ovfenv:Vendor>VMware, Inc.</ovfenv:Vendor> | |
<ovfenv:Locale>en</ovfenv:Locale> | |
</ovfenv:PlatformSection> | |
<ovfenv:PropertySection> | |
<ovfenv:Property ovfenv:value="None" ovfenv:key="vCloud_UseSysPrep"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_bitMask"/> | |
<ovfenv:Property ovfenv:value="static" ovfenv:key="vCloud_bootproto_0"/> | |
<ovfenv:Property ovfenv:value="tst" ovfenv:key="vCloud_computerName"/> | |
<ovfenv:Property ovfenv:value="8.8.8.8" ovfenv:key="vCloud_dns1_0"/> | |
<ovfenv:Property ovfenv:value="8.8.4.4" ovfenv:key="vCloud_dns2_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.1" ovfenv:key="vCloud_gateway_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.2" ovfenv:key="vCloud_ip_0"/> | |
<ovfenv:Property ovfenv:value="00:50:56:01:0f:25" ovfenv:key="vCloud_macaddr_0"/> | |
<ovfenv:Property ovfenv:value="359edb22-3d9b-44f5-b11b-800589b0c8d4" ovfenv:key="vCloud_markerid"/> | |
<ovfenv:Property ovfenv:value="255.255.255.0" ovfenv:key="vCloud_netmask_0"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_numnics"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_primaryNic"/> | |
<ovfenv:Property ovfenv:value="996694177" ovfenv:key="vCloud_reconfigToken"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_resetPassword"/> | |
<ovfenv:Property ovfenv:value="" ovfenv:key="vCloud_suffix_0"/> | |
</ovfenv:PropertySection> | |
<ve:EthernetAdapterSection xmlns:ve="http://www.vmware.com/schema/ovfenv" xmlns="http://schemas.dmtf.org/ovf/environment/1" xmlns:oe="http://schemas.dmtf.org/ovf/environment/1"> | |
<ve:Adapter ve:mac="00:50:56:01:0f:25" ve:network="vxw-dvs-3650-virtualwire-744-sid-5051-dvs.VCDVSVagrant-vApp-Net-8a23a99e-d443-4a" ve:unitNumber="7"/> | |
</ve:EthernetAdapterSection> | |
</ovfenv:Environment> | |
<VmCapabilities type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"/> | |
<MemoryHotAddEnabled>false</MemoryHotAddEnabled> | |
<CpuHotAddEnabled>false</CpuHotAddEnabled> | |
</VmCapabilities> | |
<StorageProfile type="application/vnd.vmware.vcloud.vdcStorageProfile+xml" name="*" href="https://roecloud001/api/vdcStorageProfile/59bc6f09-4ba6-48b6-ac21-636e778917bd"/> | |
</Vm> | |
</Children> | |
</VApp> | |
DEBUG read_ssh_info: Getting port forwarding rules... | |
"[Sun Jul 6 22:16:52 2014] -> SEND GET https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection" | |
"[Sun Jul 6 22:16:52 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:16:51 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.networkconfigsection+xml;version=5.1", | |
"Content-Length" => "4864" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<NetworkConfigSection xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/" ovf:required="false" xsi:schemaLocation="http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd"> | |
<ovf:Info>The configuration parameters for logical networks</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/"/> | |
<NetworkConfig networkName="Vagrant-vApp-Net"> | |
<Link rel="repair" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/reset"/> | |
<Link rel="syncSyslogSettings" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/syncSyslogServerSettings"/> | |
<Description/> | |
<Configuration> | |
<IpScopes> | |
<IpScope> | |
<IsInherited>false</IsInherited> | |
<Gateway>10.1.1.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<Dns1>8.8.8.8</Dns1> | |
<Dns2>8.8.4.4</Dns2> | |
<IsEnabled>true</IsEnabled> | |
<IpRanges> | |
<IpRange> | |
<StartAddress>10.1.1.2</StartAddress> | |
<EndAddress>10.1.1.254</EndAddress> | |
</IpRange> | |
</IpRanges> | |
<AllocatedIpAddresses> | |
<IpAddress>10.1.1.1</IpAddress> | |
<IpAddress>10.1.1.2</IpAddress> | |
</AllocatedIpAddresses> | |
</IpScope> | |
</IpScopes> | |
<ParentNetwork name="SS-INTERNAL" id="3fd7a97b-b182-41a0-8df5-3b67b5c08b27" href="https://roecloud001/api/admin/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<FenceMode>natRouted</FenceMode> | |
<RetainNetInfoAcrossDeployments>false</RetainNetInfoAcrossDeployments> | |
<Features> | |
<FirewallService> | |
<IsEnabled>false</IsEnabled> | |
<DefaultAction>drop</DefaultAction> | |
<LogDefaultAction>false</LogDefaultAction> | |
</FirewallService> | |
<NatService> | |
<IsEnabled>true</IsEnabled> | |
<NatType>portForwarding</NatType> | |
<Policy>allowTraffic</Policy> | |
<NatRule> | |
<Id>65537</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2217</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>22</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65538</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2218</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>3389</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65539</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2219</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>5985</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
</NatService> | |
</Features> | |
<SyslogServerSettings/> | |
<RouterInfo> | |
<ExternalIp>10.115.4.3</ExternalIp> | |
</RouterInfo> | |
</Configuration> | |
<IsDeployed>true</IsDeployed> | |
</NetworkConfig> | |
</NetworkConfigSection> | |
DEBUG read_ssh_info: WinRM INFO: IP 10.115.4.3 and Port 2219 | |
INFO machine: Calling action: read_state on provider vCloud (20ca0366-4ac6-4b91-b10d-02712c9e0300) | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 1 hooks defined. | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x30966a8> | |
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x3094170> | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x3094158> | |
INFO connect_vcloud: Already logged in, using current session | |
DEBUG connect_vcloud: x-vcloud-authorization=yPfe8SDuCVkmMu8n1mzLHhhMy4ELwr9FxcEkzWdidvU= | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ReadState:0x30f3510> | |
"[Sun Jul 6 22:16:53 2014] -> SEND GET https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" | |
"[Sun Jul 6 22:16:53 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:16:52 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.vApp+xml;version=5.1", | |
"Content-Length" => "28601" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<VApp xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:vmw="http://www.vmware.com/schema/ovf" xmlns:ovfenv="http://schemas.dmtf.org/ovf/environment/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ovfDescriptorUploaded="true" deployed="true" status="4" name="windows_2008_r2-vagrant-vmware-slave-a6e2e0c0" id="urn:vcloud:vapp:8fa68881-c0aa-4322-8a1d-1920d8572782" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" xsi:schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_VirtualSystemSettingData.xsd http://www.vmware.com/schema/ovf http://www.vmware.com/schema/ovf http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://schemas.dmtf.org/ovf/environment/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8027_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_ResourceAllocationSettingData.xsd"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/suspend"/> | |
<Link rel="deploy" type="application/vnd.vmware.vcloud.deployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/deploy"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/undeploy"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.vAppNetwork+xml" name="Vagrant-vApp-Net" href="https://roecloud001/api/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/controlAccess/"/> | |
<Link rel="controlAccess" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/controlAccess"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vdc+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.owner+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/owner"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/metadata"/> | |
<Link rel="ovf" type="text/xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/ovf"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/productSections/"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/createSnapshot"/> | |
<Description>vApp created by vagrant running on vmware-slave using vagrant-vcloud on July 06, 2014</Description> | |
<LeaseSettingsSection type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/" ovf:required="false"> | |
<ovf:Info>Lease settings section</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/"/> | |
<DeploymentLeaseInSeconds>259200</DeploymentLeaseInSeconds> | |
<StorageLeaseInSeconds>2592000</StorageLeaseInSeconds> | |
<DeploymentLeaseExpiration>2014-07-09T22:16:28.663+02:00</DeploymentLeaseExpiration> | |
</LeaseSettingsSection> | |
<ovf:StartupSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/" vcloud:type="application/vnd.vmware.vcloud.startupSection+xml"> | |
<ovf:Info>VApp startup section</ovf:Info> | |
<ovf:Item ovf:stopDelay="0" ovf:stopAction="powerOff" ovf:startDelay="0" ovf:startAction="powerOn" ovf:order="0" ovf:id="tst"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.startupSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/"/> | |
</ovf:StartupSection> | |
<ovf:NetworkSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkSection/" vcloud:type="application/vnd.vmware.vcloud.networkSection+xml"> | |
<ovf:Info>The list of logical networks</ovf:Info> | |
<ovf:Network ovf:name="Vagrant-vApp-Net"> | |
<ovf:Description/> | |
</ovf:Network> | |
</ovf:NetworkSection> | |
<NetworkConfigSection type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/" ovf:required="false"> | |
<ovf:Info>The configuration parameters for logical networks</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/"/> | |
<NetworkConfig networkName="Vagrant-vApp-Net"> | |
<Link rel="repair" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/reset"/> | |
<Link rel="syncSyslogSettings" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/syncSyslogServerSettings"/> | |
<Description/> | |
<Configuration> | |
<IpScopes> | |
<IpScope> | |
<IsInherited>false</IsInherited> | |
<Gateway>10.1.1.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<Dns1>8.8.8.8</Dns1> | |
<Dns2>8.8.4.4</Dns2> | |
<IsEnabled>true</IsEnabled> | |
<IpRanges> | |
<IpRange> | |
<StartAddress>10.1.1.2</StartAddress> | |
<EndAddress>10.1.1.254</EndAddress> | |
</IpRange> | |
</IpRanges> | |
<AllocatedIpAddresses> | |
<IpAddress>10.1.1.1</IpAddress> | |
<IpAddress>10.1.1.2</IpAddress> | |
</AllocatedIpAddresses> | |
</IpScope> | |
</IpScopes> | |
<ParentNetwork name="SS-INTERNAL" id="3fd7a97b-b182-41a0-8df5-3b67b5c08b27" href="https://roecloud001/api/admin/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<FenceMode>natRouted</FenceMode> | |
<RetainNetInfoAcrossDeployments>false</RetainNetInfoAcrossDeployments> | |
<Features> | |
<FirewallService> | |
<IsEnabled>false</IsEnabled> | |
<DefaultAction>drop</DefaultAction> | |
<LogDefaultAction>false</LogDefaultAction> | |
</FirewallService> | |
<NatService> | |
<IsEnabled>true</IsEnabled> | |
<NatType>portForwarding</NatType> | |
<Policy>allowTraffic</Policy> | |
<NatRule> | |
<Id>65537</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2217</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>22</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65538</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2218</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>3389</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65539</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2219</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>5985</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
</NatService> | |
</Features> | |
<SyslogServerSettings/> | |
<RouterInfo> | |
<ExternalIp>10.115.4.3</ExternalIp> | |
</RouterInfo> | |
</Configuration> | |
<IsDeployed>true</IsDeployed> | |
</NetworkConfig> | |
</NetworkConfigSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<DateCreated>2014-07-06T22:14:04.600+02:00</DateCreated> | |
<Owner type="application/vnd.vmware.vcloud.owner+xml"> | |
<User type="application/vnd.vmware.admin.user+xml" name="vagrant" href="https://roecloud001/api/admin/user/258ca929-d860-4d64-9607-17f5e9251384"/> | |
</Owner> | |
<InMaintenanceMode>false</InMaintenanceMode> | |
<Children> | |
<Vm nestedHypervisorEnabled="false" needsCustomization="false" deployed="true" status="4" name="tst" id="urn:vcloud:vm:20ca0366-4ac6-4b91-b10d-02712c9e0300" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/suspend"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/undeploy"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/metadata"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/productSections/"/> | |
<Link rel="screen:thumbnail" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen"/> | |
<Link rel="screen:acquireTicket" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen/action/acquireTicket"/> | |
<Link rel="media:insertMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/insertMedia"/> | |
<Link rel="media:ejectMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/ejectMedia"/> | |
<Link rel="disk:attach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/attach"/> | |
<Link rel="disk:detach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/detach"/> | |
<Link rel="installVmwareTools" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/installVMwareTools"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/createSnapshot"/> | |
<Link rel="reconfigureVm" type="application/vnd.vmware.vcloud.vm+xml" name="tst" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/reconfigureVm"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<ovf:VirtualHardwareSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:transport="" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Virtual hardware requirements</ovf:Info> | |
<ovf:System> | |
<vssd:ElementName>Virtual Hardware Family</vssd:ElementName> | |
<vssd:InstanceID>0</vssd:InstanceID> | |
<vssd:VirtualSystemIdentifier>tst</vssd:VirtualSystemIdentifier> | |
<vssd:VirtualSystemType>vmx-09</vssd:VirtualSystemType> | |
</ovf:System> | |
<ovf:Item> | |
<rasd:Address>00:50:56:01:0f:25</rasd:Address> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:AutomaticAllocation>true</rasd:AutomaticAllocation> | |
<rasd:Connection vcloud:ipAddress="10.1.1.2" vcloud:primaryNetworkConnection="true" vcloud:ipAddressingMode="POOL">Vagrant-vApp-Net</rasd:Connection> | |
<rasd:Description>Vmxnet3 ethernet adapter on "Vagrant-vApp-Net"</rasd:Description> | |
<rasd:ElementName>Network adapter 0</rasd:ElementName> | |
<rasd:InstanceID>1</rasd:InstanceID> | |
<rasd:ResourceSubType>VMXNET3</rasd:ResourceSubType> | |
<rasd:ResourceType>10</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:Address>0</rasd:Address> | |
<rasd:Description>SCSI Controller</rasd:Description> | |
<rasd:ElementName>SCSI Controller 0</rasd:ElementName> | |
<rasd:InstanceID>2</rasd:InstanceID> | |
<rasd:ResourceSubType>lsilogicsas</rasd:ResourceSubType> | |
<rasd:ResourceType>6</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:Description>Hard disk</rasd:Description> | |
<rasd:ElementName>Hard disk 1</rasd:ElementName> | |
<rasd:HostResource vcloud:capacity="61440" vcloud:busSubType="lsilogicsas" vcloud:busType="6"/> | |
<rasd:InstanceID>2000</rasd:InstanceID> | |
<rasd:Parent>2</rasd:Parent> | |
<rasd:ResourceType>17</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>hertz * 10^6</rasd:AllocationUnits> | |
<rasd:Description>Number of Virtual CPUs</rasd:Description> | |
<rasd:ElementName>2 virtual CPU(s)</rasd:ElementName> | |
<rasd:InstanceID>3</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>3</rasd:ResourceType> | |
<rasd:VirtualQuantity>2</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>byte * 2^20</rasd:AllocationUnits> | |
<rasd:Description>Memory Size</rasd:Description> | |
<rasd:ElementName>2048 MB of memory</rasd:ElementName> | |
<rasd:InstanceID>4</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>4</rasd:ResourceType> | |
<rasd:VirtualQuantity>2048</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
</ovf:Item> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.virtualHardwareSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/media"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
</ovf:VirtualHardwareSection> | |
<ovf:OperatingSystemSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:id="102" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/" vcloud:type="application/vnd.vmware.vcloud.operatingSystemSection+xml" vmw:osType="windows7Server64Guest"> | |
<ovf:Info>Specifies the operating system installed</ovf:Info> | |
<ovf:Description>Microsoft Windows Server 2008 R2 (64-bit)</ovf:Description> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.operatingSystemSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/"/> | |
</ovf:OperatingSystemSection> | |
<NetworkConnectionSection type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/" ovf:required="false"> | |
<ovf:Info>Specifies the available VM network connections</ovf:Info> | |
<PrimaryNetworkConnectionIndex>0</PrimaryNetworkConnectionIndex> | |
<NetworkConnection network="Vagrant-vApp-Net" needsCustomization="false"> | |
<NetworkConnectionIndex>0</NetworkConnectionIndex> | |
<IpAddress>10.1.1.2</IpAddress> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<IsConnected>true</IsConnected> | |
<MACAddress>00:50:56:01:0f:25</MACAddress> | |
<IpAddressAllocationMode>POOL</IpAddressAllocationMode> | |
</NetworkConnection> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/"/> | |
</NetworkConnectionSection> | |
<GuestCustomizationSection type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/" ovf:required="false"> | |
<ovf:Info>Specifies Guest OS Customization Settings</ovf:Info> | |
<Enabled>true</Enabled> | |
<ChangeSid>false</ChangeSid> | |
<VirtualMachineId>20ca0366-4ac6-4b91-b10d-02712c9e0300</VirtualMachineId> | |
<JoinDomainEnabled>false</JoinDomainEnabled> | |
<UseOrgSettings>false</UseOrgSettings> | |
<AdminPasswordEnabled>false</AdminPasswordEnabled> | |
<AdminPasswordAuto>true</AdminPasswordAuto> | |
<ResetPasswordRequired>false</ResetPasswordRequired> | |
<ComputerName>tst</ComputerName> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/"/> | |
</GuestCustomizationSection> | |
<RuntimeInfoSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/runtimeInfoSection" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Specifies Runtime info</ovf:Info> | |
<VMWareTools version="9410"/> | |
</RuntimeInfoSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<VAppScopedLocalId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedLocalId> | |
<ovfenv:Environment xmlns:ns10="http://www.vmware.com/schema/ovfenv" ovfenv:id="" ns10:vCenterId="vm-41145"> | |
<ovfenv:PlatformSection> | |
<ovfenv:Kind>VMware ESXi</ovfenv:Kind> | |
<ovfenv:Version>5.5.0</ovfenv:Version> | |
<ovfenv:Vendor>VMware, Inc.</ovfenv:Vendor> | |
<ovfenv:Locale>en</ovfenv:Locale> | |
</ovfenv:PlatformSection> | |
<ovfenv:PropertySection> | |
<ovfenv:Property ovfenv:value="None" ovfenv:key="vCloud_UseSysPrep"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_bitMask"/> | |
<ovfenv:Property ovfenv:value="static" ovfenv:key="vCloud_bootproto_0"/> | |
<ovfenv:Property ovfenv:value="tst" ovfenv:key="vCloud_computerName"/> | |
<ovfenv:Property ovfenv:value="8.8.8.8" ovfenv:key="vCloud_dns1_0"/> | |
<ovfenv:Property ovfenv:value="8.8.4.4" ovfenv:key="vCloud_dns2_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.1" ovfenv:key="vCloud_gateway_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.2" ovfenv:key="vCloud_ip_0"/> | |
<ovfenv:Property ovfenv:value="00:50:56:01:0f:25" ovfenv:key="vCloud_macaddr_0"/> | |
<ovfenv:Property ovfenv:value="359edb22-3d9b-44f5-b11b-800589b0c8d4" ovfenv:key="vCloud_markerid"/> | |
<ovfenv:Property ovfenv:value="255.255.255.0" ovfenv:key="vCloud_netmask_0"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_numnics"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_primaryNic"/> | |
<ovfenv:Property ovfenv:value="996694177" ovfenv:key="vCloud_reconfigToken"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_resetPassword"/> | |
<ovfenv:Property ovfenv:value="" ovfenv:key="vCloud_suffix_0"/> | |
</ovfenv:PropertySection> | |
<ve:EthernetAdapterSection xmlns:ve="http://www.vmware.com/schema/ovfenv" xmlns="http://schemas.dmtf.org/ovf/environment/1" xmlns:oe="http://schemas.dmtf.org/ovf/environment/1"> | |
<ve:Adapter ve:mac="00:50:56:01:0f:25" ve:network="vxw-dvs-3650-virtualwire-744-sid-5051-dvs.VCDVSVagrant-vApp-Net-8a23a99e-d443-4a" ve:unitNumber="7"/> | |
</ve:EthernetAdapterSection> | |
</ovfenv:Environment> | |
<VmCapabilities type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"/> | |
<MemoryHotAddEnabled>false</MemoryHotAddEnabled> | |
<CpuHotAddEnabled>false</CpuHotAddEnabled> | |
</VmCapabilities> | |
<StorageProfile type="application/vnd.vmware.vcloud.vdcStorageProfile+xml" name="*" href="https://roecloud001/api/vdcStorageProfile/59bc6f09-4ba6-48b6-ac21-636e778917bd"/> | |
</Vm> | |
</Children> | |
</VApp> | |
INFO read_state: VM [tst] is running | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ReadState:0x30f3510> | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x3094158> | |
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x3094170> | |
INFO machine: Calling action: read_state on provider vCloud (20ca0366-4ac6-4b91-b10d-02712c9e0300) | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 1 hooks defined. | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x1a3eb78> | |
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x1a54b38> | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x1a54b20> | |
INFO connect_vcloud: Already logged in, using current session | |
DEBUG connect_vcloud: x-vcloud-authorization=yPfe8SDuCVkmMu8n1mzLHhhMy4ELwr9FxcEkzWdidvU= | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ReadState:0x259ecc0> | |
"[Sun Jul 6 22:16:54 2014] -> SEND GET https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" | |
"[Sun Jul 6 22:16:54 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:16:53 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.vApp+xml;version=5.1", | |
"Content-Length" => "28601" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<VApp xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:vmw="http://www.vmware.com/schema/ovf" xmlns:ovfenv="http://schemas.dmtf.org/ovf/environment/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ovfDescriptorUploaded="true" deployed="true" status="4" name="windows_2008_r2-vagrant-vmware-slave-a6e2e0c0" id="urn:vcloud:vapp:8fa68881-c0aa-4322-8a1d-1920d8572782" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" xsi:schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_VirtualSystemSettingData.xsd http://www.vmware.com/schema/ovf http://www.vmware.com/schema/ovf http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://schemas.dmtf.org/ovf/environment/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8027_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_ResourceAllocationSettingData.xsd"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/suspend"/> | |
<Link rel="deploy" type="application/vnd.vmware.vcloud.deployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/deploy"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/undeploy"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.vAppNetwork+xml" name="Vagrant-vApp-Net" href="https://roecloud001/api/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/controlAccess/"/> | |
<Link rel="controlAccess" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/controlAccess"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vdc+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.owner+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/owner"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/metadata"/> | |
<Link rel="ovf" type="text/xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/ovf"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/productSections/"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/createSnapshot"/> | |
<Description>vApp created by vagrant running on vmware-slave using vagrant-vcloud on July 06, 2014</Description> | |
<LeaseSettingsSection type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/" ovf:required="false"> | |
<ovf:Info>Lease settings section</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/"/> | |
<DeploymentLeaseInSeconds>259200</DeploymentLeaseInSeconds> | |
<StorageLeaseInSeconds>2592000</StorageLeaseInSeconds> | |
<DeploymentLeaseExpiration>2014-07-09T22:16:28.663+02:00</DeploymentLeaseExpiration> | |
</LeaseSettingsSection> | |
<ovf:StartupSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/" vcloud:type="application/vnd.vmware.vcloud.startupSection+xml"> | |
<ovf:Info>VApp startup section</ovf:Info> | |
<ovf:Item ovf:stopDelay="0" ovf:stopAction="powerOff" ovf:startDelay="0" ovf:startAction="powerOn" ovf:order="0" ovf:id="tst"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.startupSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/"/> | |
</ovf:StartupSection> | |
<ovf:NetworkSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkSection/" vcloud:type="application/vnd.vmware.vcloud.networkSection+xml"> | |
<ovf:Info>The list of logical networks</ovf:Info> | |
<ovf:Network ovf:name="Vagrant-vApp-Net"> | |
<ovf:Description/> | |
</ovf:Network> | |
</ovf:NetworkSection> | |
<NetworkConfigSection type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/" ovf:required="false"> | |
<ovf:Info>The configuration parameters for logical networks</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/"/> | |
<NetworkConfig networkName="Vagrant-vApp-Net"> | |
<Link rel="repair" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/reset"/> | |
<Link rel="syncSyslogSettings" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/syncSyslogServerSettings"/> | |
<Description/> | |
<Configuration> | |
<IpScopes> | |
<IpScope> | |
<IsInherited>false</IsInherited> | |
<Gateway>10.1.1.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<Dns1>8.8.8.8</Dns1> | |
<Dns2>8.8.4.4</Dns2> | |
<IsEnabled>true</IsEnabled> | |
<IpRanges> | |
<IpRange> | |
<StartAddress>10.1.1.2</StartAddress> | |
<EndAddress>10.1.1.254</EndAddress> | |
</IpRange> | |
</IpRanges> | |
<AllocatedIpAddresses> | |
<IpAddress>10.1.1.1</IpAddress> | |
<IpAddress>10.1.1.2</IpAddress> | |
</AllocatedIpAddresses> | |
</IpScope> | |
</IpScopes> | |
<ParentNetwork name="SS-INTERNAL" id="3fd7a97b-b182-41a0-8df5-3b67b5c08b27" href="https://roecloud001/api/admin/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<FenceMode>natRouted</FenceMode> | |
<RetainNetInfoAcrossDeployments>false</RetainNetInfoAcrossDeployments> | |
<Features> | |
<FirewallService> | |
<IsEnabled>false</IsEnabled> | |
<DefaultAction>drop</DefaultAction> | |
<LogDefaultAction>false</LogDefaultAction> | |
</FirewallService> | |
<NatService> | |
<IsEnabled>true</IsEnabled> | |
<NatType>portForwarding</NatType> | |
<Policy>allowTraffic</Policy> | |
<NatRule> | |
<Id>65537</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2217</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>22</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65538</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2218</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>3389</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65539</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2219</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>5985</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
</NatService> | |
</Features> | |
<SyslogServerSettings/> | |
<RouterInfo> | |
<ExternalIp>10.115.4.3</ExternalIp> | |
</RouterInfo> | |
</Configuration> | |
<IsDeployed>true</IsDeployed> | |
</NetworkConfig> | |
</NetworkConfigSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<DateCreated>2014-07-06T22:14:04.600+02:00</DateCreated> | |
<Owner type="application/vnd.vmware.vcloud.owner+xml"> | |
<User type="application/vnd.vmware.admin.user+xml" name="vagrant" href="https://roecloud001/api/admin/user/258ca929-d860-4d64-9607-17f5e9251384"/> | |
</Owner> | |
<InMaintenanceMode>false</InMaintenanceMode> | |
<Children> | |
<Vm nestedHypervisorEnabled="false" needsCustomization="false" deployed="true" status="4" name="tst" id="urn:vcloud:vm:20ca0366-4ac6-4b91-b10d-02712c9e0300" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/suspend"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/undeploy"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/metadata"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/productSections/"/> | |
<Link rel="screen:thumbnail" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen"/> | |
<Link rel="screen:acquireTicket" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen/action/acquireTicket"/> | |
<Link rel="media:insertMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/insertMedia"/> | |
<Link rel="media:ejectMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/ejectMedia"/> | |
<Link rel="disk:attach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/attach"/> | |
<Link rel="disk:detach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/detach"/> | |
<Link rel="installVmwareTools" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/installVMwareTools"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/createSnapshot"/> | |
<Link rel="reconfigureVm" type="application/vnd.vmware.vcloud.vm+xml" name="tst" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/reconfigureVm"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<ovf:VirtualHardwareSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:transport="" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Virtual hardware requirements</ovf:Info> | |
<ovf:System> | |
<vssd:ElementName>Virtual Hardware Family</vssd:ElementName> | |
<vssd:InstanceID>0</vssd:InstanceID> | |
<vssd:VirtualSystemIdentifier>tst</vssd:VirtualSystemIdentifier> | |
<vssd:VirtualSystemType>vmx-09</vssd:VirtualSystemType> | |
</ovf:System> | |
<ovf:Item> | |
<rasd:Address>00:50:56:01:0f:25</rasd:Address> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:AutomaticAllocation>true</rasd:AutomaticAllocation> | |
<rasd:Connection vcloud:ipAddress="10.1.1.2" vcloud:primaryNetworkConnection="true" vcloud:ipAddressingMode="POOL">Vagrant-vApp-Net</rasd:Connection> | |
<rasd:Description>Vmxnet3 ethernet adapter on "Vagrant-vApp-Net"</rasd:Description> | |
<rasd:ElementName>Network adapter 0</rasd:ElementName> | |
<rasd:InstanceID>1</rasd:InstanceID> | |
<rasd:ResourceSubType>VMXNET3</rasd:ResourceSubType> | |
<rasd:ResourceType>10</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:Address>0</rasd:Address> | |
<rasd:Description>SCSI Controller</rasd:Description> | |
<rasd:ElementName>SCSI Controller 0</rasd:ElementName> | |
<rasd:InstanceID>2</rasd:InstanceID> | |
<rasd:ResourceSubType>lsilogicsas</rasd:ResourceSubType> | |
<rasd:ResourceType>6</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:Description>Hard disk</rasd:Description> | |
<rasd:ElementName>Hard disk 1</rasd:ElementName> | |
<rasd:HostResource vcloud:capacity="61440" vcloud:busSubType="lsilogicsas" vcloud:busType="6"/> | |
<rasd:InstanceID>2000</rasd:InstanceID> | |
<rasd:Parent>2</rasd:Parent> | |
<rasd:ResourceType>17</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>hertz * 10^6</rasd:AllocationUnits> | |
<rasd:Description>Number of Virtual CPUs</rasd:Description> | |
<rasd:ElementName>2 virtual CPU(s)</rasd:ElementName> | |
<rasd:InstanceID>3</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>3</rasd:ResourceType> | |
<rasd:VirtualQuantity>2</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>byte * 2^20</rasd:AllocationUnits> | |
<rasd:Description>Memory Size</rasd:Description> | |
<rasd:ElementName>2048 MB of memory</rasd:ElementName> | |
<rasd:InstanceID>4</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>4</rasd:ResourceType> | |
<rasd:VirtualQuantity>2048</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
</ovf:Item> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.virtualHardwareSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/media"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
</ovf:VirtualHardwareSection> | |
<ovf:OperatingSystemSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:id="102" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/" vcloud:type="application/vnd.vmware.vcloud.operatingSystemSection+xml" vmw:osType="windows7Server64Guest"> | |
<ovf:Info>Specifies the operating system installed</ovf:Info> | |
<ovf:Description>Microsoft Windows Server 2008 R2 (64-bit)</ovf:Description> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.operatingSystemSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/"/> | |
</ovf:OperatingSystemSection> | |
<NetworkConnectionSection type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/" ovf:required="false"> | |
<ovf:Info>Specifies the available VM network connections</ovf:Info> | |
<PrimaryNetworkConnectionIndex>0</PrimaryNetworkConnectionIndex> | |
<NetworkConnection network="Vagrant-vApp-Net" needsCustomization="false"> | |
<NetworkConnectionIndex>0</NetworkConnectionIndex> | |
<IpAddress>10.1.1.2</IpAddress> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<IsConnected>true</IsConnected> | |
<MACAddress>00:50:56:01:0f:25</MACAddress> | |
<IpAddressAllocationMode>POOL</IpAddressAllocationMode> | |
</NetworkConnection> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/"/> | |
</NetworkConnectionSection> | |
<GuestCustomizationSection type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/" ovf:required="false"> | |
<ovf:Info>Specifies Guest OS Customization Settings</ovf:Info> | |
<Enabled>true</Enabled> | |
<ChangeSid>false</ChangeSid> | |
<VirtualMachineId>20ca0366-4ac6-4b91-b10d-02712c9e0300</VirtualMachineId> | |
<JoinDomainEnabled>false</JoinDomainEnabled> | |
<UseOrgSettings>false</UseOrgSettings> | |
<AdminPasswordEnabled>false</AdminPasswordEnabled> | |
<AdminPasswordAuto>true</AdminPasswordAuto> | |
<ResetPasswordRequired>false</ResetPasswordRequired> | |
<ComputerName>tst</ComputerName> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/"/> | |
</GuestCustomizationSection> | |
<RuntimeInfoSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/runtimeInfoSection" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Specifies Runtime info</ovf:Info> | |
<VMWareTools version="9410"/> | |
</RuntimeInfoSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<VAppScopedLocalId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedLocalId> | |
<ovfenv:Environment xmlns:ns10="http://www.vmware.com/schema/ovfenv" ovfenv:id="" ns10:vCenterId="vm-41145"> | |
<ovfenv:PlatformSection> | |
<ovfenv:Kind>VMware ESXi</ovfenv:Kind> | |
<ovfenv:Version>5.5.0</ovfenv:Version> | |
<ovfenv:Vendor>VMware, Inc.</ovfenv:Vendor> | |
<ovfenv:Locale>en</ovfenv:Locale> | |
</ovfenv:PlatformSection> | |
<ovfenv:PropertySection> | |
<ovfenv:Property ovfenv:value="None" ovfenv:key="vCloud_UseSysPrep"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_bitMask"/> | |
<ovfenv:Property ovfenv:value="static" ovfenv:key="vCloud_bootproto_0"/> | |
<ovfenv:Property ovfenv:value="tst" ovfenv:key="vCloud_computerName"/> | |
<ovfenv:Property ovfenv:value="8.8.8.8" ovfenv:key="vCloud_dns1_0"/> | |
<ovfenv:Property ovfenv:value="8.8.4.4" ovfenv:key="vCloud_dns2_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.1" ovfenv:key="vCloud_gateway_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.2" ovfenv:key="vCloud_ip_0"/> | |
<ovfenv:Property ovfenv:value="00:50:56:01:0f:25" ovfenv:key="vCloud_macaddr_0"/> | |
<ovfenv:Property ovfenv:value="359edb22-3d9b-44f5-b11b-800589b0c8d4" ovfenv:key="vCloud_markerid"/> | |
<ovfenv:Property ovfenv:value="255.255.255.0" ovfenv:key="vCloud_netmask_0"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_numnics"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_primaryNic"/> | |
<ovfenv:Property ovfenv:value="996694177" ovfenv:key="vCloud_reconfigToken"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_resetPassword"/> | |
<ovfenv:Property ovfenv:value="" ovfenv:key="vCloud_suffix_0"/> | |
</ovfenv:PropertySection> | |
<ve:EthernetAdapterSection xmlns:ve="http://www.vmware.com/schema/ovfenv" xmlns="http://schemas.dmtf.org/ovf/environment/1" xmlns:oe="http://schemas.dmtf.org/ovf/environment/1"> | |
<ve:Adapter ve:mac="00:50:56:01:0f:25" ve:network="vxw-dvs-3650-virtualwire-744-sid-5051-dvs.VCDVSVagrant-vApp-Net-8a23a99e-d443-4a" ve:unitNumber="7"/> | |
</ve:EthernetAdapterSection> | |
</ovfenv:Environment> | |
<VmCapabilities type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"/> | |
<MemoryHotAddEnabled>false</MemoryHotAddEnabled> | |
<CpuHotAddEnabled>false</CpuHotAddEnabled> | |
</VmCapabilities> | |
<StorageProfile type="application/vnd.vmware.vcloud.vdcStorageProfile+xml" name="*" href="https://roecloud001/api/vdcStorageProfile/59bc6f09-4ba6-48b6-ac21-636e778917bd"/> | |
</Vm> | |
</Children> | |
</VApp> | |
INFO read_state: VM [tst] is running | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ReadState:0x259ecc0> | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x1a54b20> | |
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x1a54b38> | |
INFO machine: Calling action: read_state on provider vCloud (20ca0366-4ac6-4b91-b10d-02712c9e0300) | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 1 hooks defined. | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x310ecc0> | |
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x310c2c0> | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x310c260> | |
INFO connect_vcloud: Already logged in, using current session | |
DEBUG connect_vcloud: x-vcloud-authorization=yPfe8SDuCVkmMu8n1mzLHhhMy4ELwr9FxcEkzWdidvU= | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ReadState:0x3161910> | |
"[Sun Jul 6 22:16:55 2014] -> SEND GET https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" | |
"[Sun Jul 6 22:16:56 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:16:55 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.vApp+xml;version=5.1", | |
"Content-Length" => "28601" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<VApp xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:vmw="http://www.vmware.com/schema/ovf" xmlns:ovfenv="http://schemas.dmtf.org/ovf/environment/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ovfDescriptorUploaded="true" deployed="true" status="4" name="windows_2008_r2-vagrant-vmware-slave-a6e2e0c0" id="urn:vcloud:vapp:8fa68881-c0aa-4322-8a1d-1920d8572782" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" xsi:schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_VirtualSystemSettingData.xsd http://www.vmware.com/schema/ovf http://www.vmware.com/schema/ovf http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://schemas.dmtf.org/ovf/environment/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8027_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_ResourceAllocationSettingData.xsd"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/suspend"/> | |
<Link rel="deploy" type="application/vnd.vmware.vcloud.deployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/deploy"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/undeploy"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.vAppNetwork+xml" name="Vagrant-vApp-Net" href="https://roecloud001/api/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/controlAccess/"/> | |
<Link rel="controlAccess" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/controlAccess"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vdc+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.owner+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/owner"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/metadata"/> | |
<Link rel="ovf" type="text/xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/ovf"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/productSections/"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/createSnapshot"/> | |
<Description>vApp created by vagrant running on vmware-slave using vagrant-vcloud on July 06, 2014</Description> | |
<LeaseSettingsSection type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/" ovf:required="false"> | |
<ovf:Info>Lease settings section</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/"/> | |
<DeploymentLeaseInSeconds>259200</DeploymentLeaseInSeconds> | |
<StorageLeaseInSeconds>2592000</StorageLeaseInSeconds> | |
<DeploymentLeaseExpiration>2014-07-09T22:16:28.663+02:00</DeploymentLeaseExpiration> | |
</LeaseSettingsSection> | |
<ovf:StartupSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/" vcloud:type="application/vnd.vmware.vcloud.startupSection+xml"> | |
<ovf:Info>VApp startup section</ovf:Info> | |
<ovf:Item ovf:stopDelay="0" ovf:stopAction="powerOff" ovf:startDelay="0" ovf:startAction="powerOn" ovf:order="0" ovf:id="tst"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.startupSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/"/> | |
</ovf:StartupSection> | |
<ovf:NetworkSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkSection/" vcloud:type="application/vnd.vmware.vcloud.networkSection+xml"> | |
<ovf:Info>The list of logical networks</ovf:Info> | |
<ovf:Network ovf:name="Vagrant-vApp-Net"> | |
<ovf:Description/> | |
</ovf:Network> | |
</ovf:NetworkSection> | |
<NetworkConfigSection type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/" ovf:required="false"> | |
<ovf:Info>The configuration parameters for logical networks</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/"/> | |
<NetworkConfig networkName="Vagrant-vApp-Net"> | |
<Link rel="repair" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/reset"/> | |
<Link rel="syncSyslogSettings" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/syncSyslogServerSettings"/> | |
<Description/> | |
<Configuration> | |
<IpScopes> | |
<IpScope> | |
<IsInherited>false</IsInherited> | |
<Gateway>10.1.1.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<Dns1>8.8.8.8</Dns1> | |
<Dns2>8.8.4.4</Dns2> | |
<IsEnabled>true</IsEnabled> | |
<IpRanges> | |
<IpRange> | |
<StartAddress>10.1.1.2</StartAddress> | |
<EndAddress>10.1.1.254</EndAddress> | |
</IpRange> | |
</IpRanges> | |
<AllocatedIpAddresses> | |
<IpAddress>10.1.1.1</IpAddress> | |
<IpAddress>10.1.1.2</IpAddress> | |
</AllocatedIpAddresses> | |
</IpScope> | |
</IpScopes> | |
<ParentNetwork name="SS-INTERNAL" id="3fd7a97b-b182-41a0-8df5-3b67b5c08b27" href="https://roecloud001/api/admin/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<FenceMode>natRouted</FenceMode> | |
<RetainNetInfoAcrossDeployments>false</RetainNetInfoAcrossDeployments> | |
<Features> | |
<FirewallService> | |
<IsEnabled>false</IsEnabled> | |
<DefaultAction>drop</DefaultAction> | |
<LogDefaultAction>false</LogDefaultAction> | |
</FirewallService> | |
<NatService> | |
<IsEnabled>true</IsEnabled> | |
<NatType>portForwarding</NatType> | |
<Policy>allowTraffic</Policy> | |
<NatRule> | |
<Id>65537</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2217</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>22</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65538</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2218</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>3389</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65539</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2219</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>5985</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
</NatService> | |
</Features> | |
<SyslogServerSettings/> | |
<RouterInfo> | |
<ExternalIp>10.115.4.3</ExternalIp> | |
</RouterInfo> | |
</Configuration> | |
<IsDeployed>true</IsDeployed> | |
</NetworkConfig> | |
</NetworkConfigSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<DateCreated>2014-07-06T22:14:04.600+02:00</DateCreated> | |
<Owner type="application/vnd.vmware.vcloud.owner+xml"> | |
<User type="application/vnd.vmware.admin.user+xml" name="vagrant" href="https://roecloud001/api/admin/user/258ca929-d860-4d64-9607-17f5e9251384"/> | |
</Owner> | |
<InMaintenanceMode>false</InMaintenanceMode> | |
<Children> | |
<Vm nestedHypervisorEnabled="false" needsCustomization="false" deployed="true" status="4" name="tst" id="urn:vcloud:vm:20ca0366-4ac6-4b91-b10d-02712c9e0300" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/suspend"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/undeploy"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/metadata"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/productSections/"/> | |
<Link rel="screen:thumbnail" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen"/> | |
<Link rel="screen:acquireTicket" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen/action/acquireTicket"/> | |
<Link rel="media:insertMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/insertMedia"/> | |
<Link rel="media:ejectMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/ejectMedia"/> | |
<Link rel="disk:attach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/attach"/> | |
<Link rel="disk:detach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/detach"/> | |
<Link rel="installVmwareTools" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/installVMwareTools"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/createSnapshot"/> | |
<Link rel="reconfigureVm" type="application/vnd.vmware.vcloud.vm+xml" name="tst" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/reconfigureVm"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<ovf:VirtualHardwareSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:transport="" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Virtual hardware requirements</ovf:Info> | |
<ovf:System> | |
<vssd:ElementName>Virtual Hardware Family</vssd:ElementName> | |
<vssd:InstanceID>0</vssd:InstanceID> | |
<vssd:VirtualSystemIdentifier>tst</vssd:VirtualSystemIdentifier> | |
<vssd:VirtualSystemType>vmx-09</vssd:VirtualSystemType> | |
</ovf:System> | |
<ovf:Item> | |
<rasd:Address>00:50:56:01:0f:25</rasd:Address> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:AutomaticAllocation>true</rasd:AutomaticAllocation> | |
<rasd:Connection vcloud:ipAddress="10.1.1.2" vcloud:primaryNetworkConnection="true" vcloud:ipAddressingMode="POOL">Vagrant-vApp-Net</rasd:Connection> | |
<rasd:Description>Vmxnet3 ethernet adapter on "Vagrant-vApp-Net"</rasd:Description> | |
<rasd:ElementName>Network adapter 0</rasd:ElementName> | |
<rasd:InstanceID>1</rasd:InstanceID> | |
<rasd:ResourceSubType>VMXNET3</rasd:ResourceSubType> | |
<rasd:ResourceType>10</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:Address>0</rasd:Address> | |
<rasd:Description>SCSI Controller</rasd:Description> | |
<rasd:ElementName>SCSI Controller 0</rasd:ElementName> | |
<rasd:InstanceID>2</rasd:InstanceID> | |
<rasd:ResourceSubType>lsilogicsas</rasd:ResourceSubType> | |
<rasd:ResourceType>6</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:Description>Hard disk</rasd:Description> | |
<rasd:ElementName>Hard disk 1</rasd:ElementName> | |
<rasd:HostResource vcloud:capacity="61440" vcloud:busSubType="lsilogicsas" vcloud:busType="6"/> | |
<rasd:InstanceID>2000</rasd:InstanceID> | |
<rasd:Parent>2</rasd:Parent> | |
<rasd:ResourceType>17</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>hertz * 10^6</rasd:AllocationUnits> | |
<rasd:Description>Number of Virtual CPUs</rasd:Description> | |
<rasd:ElementName>2 virtual CPU(s)</rasd:ElementName> | |
<rasd:InstanceID>3</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>3</rasd:ResourceType> | |
<rasd:VirtualQuantity>2</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>byte * 2^20</rasd:AllocationUnits> | |
<rasd:Description>Memory Size</rasd:Description> | |
<rasd:ElementName>2048 MB of memory</rasd:ElementName> | |
<rasd:InstanceID>4</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>4</rasd:ResourceType> | |
<rasd:VirtualQuantity>2048</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
</ovf:Item> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.virtualHardwareSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/media"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
</ovf:VirtualHardwareSection> | |
<ovf:OperatingSystemSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:id="102" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/" vcloud:type="application/vnd.vmware.vcloud.operatingSystemSection+xml" vmw:osType="windows7Server64Guest"> | |
<ovf:Info>Specifies the operating system installed</ovf:Info> | |
<ovf:Description>Microsoft Windows Server 2008 R2 (64-bit)</ovf:Description> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.operatingSystemSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/"/> | |
</ovf:OperatingSystemSection> | |
<NetworkConnectionSection type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/" ovf:required="false"> | |
<ovf:Info>Specifies the available VM network connections</ovf:Info> | |
<PrimaryNetworkConnectionIndex>0</PrimaryNetworkConnectionIndex> | |
<NetworkConnection network="Vagrant-vApp-Net" needsCustomization="false"> | |
<NetworkConnectionIndex>0</NetworkConnectionIndex> | |
<IpAddress>10.1.1.2</IpAddress> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<IsConnected>true</IsConnected> | |
<MACAddress>00:50:56:01:0f:25</MACAddress> | |
<IpAddressAllocationMode>POOL</IpAddressAllocationMode> | |
</NetworkConnection> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/"/> | |
</NetworkConnectionSection> | |
<GuestCustomizationSection type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/" ovf:required="false"> | |
<ovf:Info>Specifies Guest OS Customization Settings</ovf:Info> | |
<Enabled>true</Enabled> | |
<ChangeSid>false</ChangeSid> | |
<VirtualMachineId>20ca0366-4ac6-4b91-b10d-02712c9e0300</VirtualMachineId> | |
<JoinDomainEnabled>false</JoinDomainEnabled> | |
<UseOrgSettings>false</UseOrgSettings> | |
<AdminPasswordEnabled>false</AdminPasswordEnabled> | |
<AdminPasswordAuto>true</AdminPasswordAuto> | |
<ResetPasswordRequired>false</ResetPasswordRequired> | |
<ComputerName>tst</ComputerName> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/"/> | |
</GuestCustomizationSection> | |
<RuntimeInfoSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/runtimeInfoSection" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Specifies Runtime info</ovf:Info> | |
<VMWareTools version="9410"/> | |
</RuntimeInfoSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<VAppScopedLocalId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedLocalId> | |
<ovfenv:Environment xmlns:ns10="http://www.vmware.com/schema/ovfenv" ovfenv:id="" ns10:vCenterId="vm-41145"> | |
<ovfenv:PlatformSection> | |
<ovfenv:Kind>VMware ESXi</ovfenv:Kind> | |
<ovfenv:Version>5.5.0</ovfenv:Version> | |
<ovfenv:Vendor>VMware, Inc.</ovfenv:Vendor> | |
<ovfenv:Locale>en</ovfenv:Locale> | |
</ovfenv:PlatformSection> | |
<ovfenv:PropertySection> | |
<ovfenv:Property ovfenv:value="None" ovfenv:key="vCloud_UseSysPrep"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_bitMask"/> | |
<ovfenv:Property ovfenv:value="static" ovfenv:key="vCloud_bootproto_0"/> | |
<ovfenv:Property ovfenv:value="tst" ovfenv:key="vCloud_computerName"/> | |
<ovfenv:Property ovfenv:value="8.8.8.8" ovfenv:key="vCloud_dns1_0"/> | |
<ovfenv:Property ovfenv:value="8.8.4.4" ovfenv:key="vCloud_dns2_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.1" ovfenv:key="vCloud_gateway_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.2" ovfenv:key="vCloud_ip_0"/> | |
<ovfenv:Property ovfenv:value="00:50:56:01:0f:25" ovfenv:key="vCloud_macaddr_0"/> | |
<ovfenv:Property ovfenv:value="359edb22-3d9b-44f5-b11b-800589b0c8d4" ovfenv:key="vCloud_markerid"/> | |
<ovfenv:Property ovfenv:value="255.255.255.0" ovfenv:key="vCloud_netmask_0"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_numnics"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_primaryNic"/> | |
<ovfenv:Property ovfenv:value="996694177" ovfenv:key="vCloud_reconfigToken"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_resetPassword"/> | |
<ovfenv:Property ovfenv:value="" ovfenv:key="vCloud_suffix_0"/> | |
</ovfenv:PropertySection> | |
<ve:EthernetAdapterSection xmlns:ve="http://www.vmware.com/schema/ovfenv" xmlns="http://schemas.dmtf.org/ovf/environment/1" xmlns:oe="http://schemas.dmtf.org/ovf/environment/1"> | |
<ve:Adapter ve:mac="00:50:56:01:0f:25" ve:network="vxw-dvs-3650-virtualwire-744-sid-5051-dvs.VCDVSVagrant-vApp-Net-8a23a99e-d443-4a" ve:unitNumber="7"/> | |
</ve:EthernetAdapterSection> | |
</ovfenv:Environment> | |
<VmCapabilities type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"/> | |
<MemoryHotAddEnabled>false</MemoryHotAddEnabled> | |
<CpuHotAddEnabled>false</CpuHotAddEnabled> | |
</VmCapabilities> | |
<StorageProfile type="application/vnd.vmware.vcloud.vdcStorageProfile+xml" name="*" href="https://roecloud001/api/vdcStorageProfile/59bc6f09-4ba6-48b6-ac21-636e778917bd"/> | |
</Vm> | |
</Children> | |
</VApp> | |
INFO read_state: VM [tst] is running | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ReadState:0x3161910> | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x310c260> | |
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x310c2c0> | |
INFO machine: Calling action: read_state on provider vCloud (20ca0366-4ac6-4b91-b10d-02712c9e0300) | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 1 hooks defined. | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x32388f0> | |
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x3242cd0> | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x3242c58> | |
INFO connect_vcloud: Already logged in, using current session | |
DEBUG connect_vcloud: x-vcloud-authorization=yPfe8SDuCVkmMu8n1mzLHhhMy4ELwr9FxcEkzWdidvU= | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ReadState:0x171c720> | |
"[Sun Jul 6 22:16:57 2014] -> SEND GET https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" | |
"[Sun Jul 6 22:16:57 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:16:56 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.vApp+xml;version=5.1", | |
"Content-Length" => "28601" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<VApp xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:vmw="http://www.vmware.com/schema/ovf" xmlns:ovfenv="http://schemas.dmtf.org/ovf/environment/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ovfDescriptorUploaded="true" deployed="true" status="4" name="windows_2008_r2-vagrant-vmware-slave-a6e2e0c0" id="urn:vcloud:vapp:8fa68881-c0aa-4322-8a1d-1920d8572782" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" xsi:schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_VirtualSystemSettingData.xsd http://www.vmware.com/schema/ovf http://www.vmware.com/schema/ovf http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://schemas.dmtf.org/ovf/environment/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8027_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_ResourceAllocationSettingData.xsd"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/suspend"/> | |
<Link rel="deploy" type="application/vnd.vmware.vcloud.deployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/deploy"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/undeploy"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.vAppNetwork+xml" name="Vagrant-vApp-Net" href="https://roecloud001/api/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/controlAccess/"/> | |
<Link rel="controlAccess" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/controlAccess"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vdc+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.owner+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/owner"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/metadata"/> | |
<Link rel="ovf" type="text/xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/ovf"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/productSections/"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/createSnapshot"/> | |
<Description>vApp created by vagrant running on vmware-slave using vagrant-vcloud on July 06, 2014</Description> | |
<LeaseSettingsSection type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/" ovf:required="false"> | |
<ovf:Info>Lease settings section</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/"/> | |
<DeploymentLeaseInSeconds>259200</DeploymentLeaseInSeconds> | |
<StorageLeaseInSeconds>2592000</StorageLeaseInSeconds> | |
<DeploymentLeaseExpiration>2014-07-09T22:16:28.663+02:00</DeploymentLeaseExpiration> | |
</LeaseSettingsSection> | |
<ovf:StartupSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/" vcloud:type="application/vnd.vmware.vcloud.startupSection+xml"> | |
<ovf:Info>VApp startup section</ovf:Info> | |
<ovf:Item ovf:stopDelay="0" ovf:stopAction="powerOff" ovf:startDelay="0" ovf:startAction="powerOn" ovf:order="0" ovf:id="tst"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.startupSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/"/> | |
</ovf:StartupSection> | |
<ovf:NetworkSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkSection/" vcloud:type="application/vnd.vmware.vcloud.networkSection+xml"> | |
<ovf:Info>The list of logical networks</ovf:Info> | |
<ovf:Network ovf:name="Vagrant-vApp-Net"> | |
<ovf:Description/> | |
</ovf:Network> | |
</ovf:NetworkSection> | |
<NetworkConfigSection type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/" ovf:required="false"> | |
<ovf:Info>The configuration parameters for logical networks</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/"/> | |
<NetworkConfig networkName="Vagrant-vApp-Net"> | |
<Link rel="repair" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/reset"/> | |
<Link rel="syncSyslogSettings" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/syncSyslogServerSettings"/> | |
<Description/> | |
<Configuration> | |
<IpScopes> | |
<IpScope> | |
<IsInherited>false</IsInherited> | |
<Gateway>10.1.1.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<Dns1>8.8.8.8</Dns1> | |
<Dns2>8.8.4.4</Dns2> | |
<IsEnabled>true</IsEnabled> | |
<IpRanges> | |
<IpRange> | |
<StartAddress>10.1.1.2</StartAddress> | |
<EndAddress>10.1.1.254</EndAddress> | |
</IpRange> | |
</IpRanges> | |
<AllocatedIpAddresses> | |
<IpAddress>10.1.1.1</IpAddress> | |
<IpAddress>10.1.1.2</IpAddress> | |
</AllocatedIpAddresses> | |
</IpScope> | |
</IpScopes> | |
<ParentNetwork name="SS-INTERNAL" id="3fd7a97b-b182-41a0-8df5-3b67b5c08b27" href="https://roecloud001/api/admin/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<FenceMode>natRouted</FenceMode> | |
<RetainNetInfoAcrossDeployments>false</RetainNetInfoAcrossDeployments> | |
<Features> | |
<FirewallService> | |
<IsEnabled>false</IsEnabled> | |
<DefaultAction>drop</DefaultAction> | |
<LogDefaultAction>false</LogDefaultAction> | |
</FirewallService> | |
<NatService> | |
<IsEnabled>true</IsEnabled> | |
<NatType>portForwarding</NatType> | |
<Policy>allowTraffic</Policy> | |
<NatRule> | |
<Id>65537</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2217</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>22</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65538</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2218</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>3389</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65539</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2219</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>5985</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
</NatService> | |
</Features> | |
<SyslogServerSettings/> | |
<RouterInfo> | |
<ExternalIp>10.115.4.3</ExternalIp> | |
</RouterInfo> | |
</Configuration> | |
<IsDeployed>true</IsDeployed> | |
</NetworkConfig> | |
</NetworkConfigSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<DateCreated>2014-07-06T22:14:04.600+02:00</DateCreated> | |
<Owner type="application/vnd.vmware.vcloud.owner+xml"> | |
<User type="application/vnd.vmware.admin.user+xml" name="vagrant" href="https://roecloud001/api/admin/user/258ca929-d860-4d64-9607-17f5e9251384"/> | |
</Owner> | |
<InMaintenanceMode>false</InMaintenanceMode> | |
<Children> | |
<Vm nestedHypervisorEnabled="false" needsCustomization="false" deployed="true" status="4" name="tst" id="urn:vcloud:vm:20ca0366-4ac6-4b91-b10d-02712c9e0300" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/suspend"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/undeploy"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/metadata"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/productSections/"/> | |
<Link rel="screen:thumbnail" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen"/> | |
<Link rel="screen:acquireTicket" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen/action/acquireTicket"/> | |
<Link rel="media:insertMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/insertMedia"/> | |
<Link rel="media:ejectMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/ejectMedia"/> | |
<Link rel="disk:attach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/attach"/> | |
<Link rel="disk:detach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/detach"/> | |
<Link rel="installVmwareTools" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/installVMwareTools"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/createSnapshot"/> | |
<Link rel="reconfigureVm" type="application/vnd.vmware.vcloud.vm+xml" name="tst" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/reconfigureVm"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<ovf:VirtualHardwareSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:transport="" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Virtual hardware requirements</ovf:Info> | |
<ovf:System> | |
<vssd:ElementName>Virtual Hardware Family</vssd:ElementName> | |
<vssd:InstanceID>0</vssd:InstanceID> | |
<vssd:VirtualSystemIdentifier>tst</vssd:VirtualSystemIdentifier> | |
<vssd:VirtualSystemType>vmx-09</vssd:VirtualSystemType> | |
</ovf:System> | |
<ovf:Item> | |
<rasd:Address>00:50:56:01:0f:25</rasd:Address> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:AutomaticAllocation>true</rasd:AutomaticAllocation> | |
<rasd:Connection vcloud:ipAddress="10.1.1.2" vcloud:primaryNetworkConnection="true" vcloud:ipAddressingMode="POOL">Vagrant-vApp-Net</rasd:Connection> | |
<rasd:Description>Vmxnet3 ethernet adapter on "Vagrant-vApp-Net"</rasd:Description> | |
<rasd:ElementName>Network adapter 0</rasd:ElementName> | |
<rasd:InstanceID>1</rasd:InstanceID> | |
<rasd:ResourceSubType>VMXNET3</rasd:ResourceSubType> | |
<rasd:ResourceType>10</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:Address>0</rasd:Address> | |
<rasd:Description>SCSI Controller</rasd:Description> | |
<rasd:ElementName>SCSI Controller 0</rasd:ElementName> | |
<rasd:InstanceID>2</rasd:InstanceID> | |
<rasd:ResourceSubType>lsilogicsas</rasd:ResourceSubType> | |
<rasd:ResourceType>6</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:Description>Hard disk</rasd:Description> | |
<rasd:ElementName>Hard disk 1</rasd:ElementName> | |
<rasd:HostResource vcloud:capacity="61440" vcloud:busSubType="lsilogicsas" vcloud:busType="6"/> | |
<rasd:InstanceID>2000</rasd:InstanceID> | |
<rasd:Parent>2</rasd:Parent> | |
<rasd:ResourceType>17</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>hertz * 10^6</rasd:AllocationUnits> | |
<rasd:Description>Number of Virtual CPUs</rasd:Description> | |
<rasd:ElementName>2 virtual CPU(s)</rasd:ElementName> | |
<rasd:InstanceID>3</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>3</rasd:ResourceType> | |
<rasd:VirtualQuantity>2</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>byte * 2^20</rasd:AllocationUnits> | |
<rasd:Description>Memory Size</rasd:Description> | |
<rasd:ElementName>2048 MB of memory</rasd:ElementName> | |
<rasd:InstanceID>4</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>4</rasd:ResourceType> | |
<rasd:VirtualQuantity>2048</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
</ovf:Item> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.virtualHardwareSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/media"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
</ovf:VirtualHardwareSection> | |
<ovf:OperatingSystemSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:id="102" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/" vcloud:type="application/vnd.vmware.vcloud.operatingSystemSection+xml" vmw:osType="windows7Server64Guest"> | |
<ovf:Info>Specifies the operating system installed</ovf:Info> | |
<ovf:Description>Microsoft Windows Server 2008 R2 (64-bit)</ovf:Description> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.operatingSystemSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/"/> | |
</ovf:OperatingSystemSection> | |
<NetworkConnectionSection type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/" ovf:required="false"> | |
<ovf:Info>Specifies the available VM network connections</ovf:Info> | |
<PrimaryNetworkConnectionIndex>0</PrimaryNetworkConnectionIndex> | |
<NetworkConnection network="Vagrant-vApp-Net" needsCustomization="false"> | |
<NetworkConnectionIndex>0</NetworkConnectionIndex> | |
<IpAddress>10.1.1.2</IpAddress> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<IsConnected>true</IsConnected> | |
<MACAddress>00:50:56:01:0f:25</MACAddress> | |
<IpAddressAllocationMode>POOL</IpAddressAllocationMode> | |
</NetworkConnection> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/"/> | |
</NetworkConnectionSection> | |
<GuestCustomizationSection type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/" ovf:required="false"> | |
<ovf:Info>Specifies Guest OS Customization Settings</ovf:Info> | |
<Enabled>true</Enabled> | |
<ChangeSid>false</ChangeSid> | |
<VirtualMachineId>20ca0366-4ac6-4b91-b10d-02712c9e0300</VirtualMachineId> | |
<JoinDomainEnabled>false</JoinDomainEnabled> | |
<UseOrgSettings>false</UseOrgSettings> | |
<AdminPasswordEnabled>false</AdminPasswordEnabled> | |
<AdminPasswordAuto>true</AdminPasswordAuto> | |
<ResetPasswordRequired>false</ResetPasswordRequired> | |
<ComputerName>tst</ComputerName> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/"/> | |
</GuestCustomizationSection> | |
<RuntimeInfoSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/runtimeInfoSection" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Specifies Runtime info</ovf:Info> | |
<VMWareTools version="9410"/> | |
</RuntimeInfoSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<VAppScopedLocalId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedLocalId> | |
<ovfenv:Environment xmlns:ns10="http://www.vmware.com/schema/ovfenv" ovfenv:id="" ns10:vCenterId="vm-41145"> | |
<ovfenv:PlatformSection> | |
<ovfenv:Kind>VMware ESXi</ovfenv:Kind> | |
<ovfenv:Version>5.5.0</ovfenv:Version> | |
<ovfenv:Vendor>VMware, Inc.</ovfenv:Vendor> | |
<ovfenv:Locale>en</ovfenv:Locale> | |
</ovfenv:PlatformSection> | |
<ovfenv:PropertySection> | |
<ovfenv:Property ovfenv:value="None" ovfenv:key="vCloud_UseSysPrep"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_bitMask"/> | |
<ovfenv:Property ovfenv:value="static" ovfenv:key="vCloud_bootproto_0"/> | |
<ovfenv:Property ovfenv:value="tst" ovfenv:key="vCloud_computerName"/> | |
<ovfenv:Property ovfenv:value="8.8.8.8" ovfenv:key="vCloud_dns1_0"/> | |
<ovfenv:Property ovfenv:value="8.8.4.4" ovfenv:key="vCloud_dns2_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.1" ovfenv:key="vCloud_gateway_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.2" ovfenv:key="vCloud_ip_0"/> | |
<ovfenv:Property ovfenv:value="00:50:56:01:0f:25" ovfenv:key="vCloud_macaddr_0"/> | |
<ovfenv:Property ovfenv:value="359edb22-3d9b-44f5-b11b-800589b0c8d4" ovfenv:key="vCloud_markerid"/> | |
<ovfenv:Property ovfenv:value="255.255.255.0" ovfenv:key="vCloud_netmask_0"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_numnics"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_primaryNic"/> | |
<ovfenv:Property ovfenv:value="996694177" ovfenv:key="vCloud_reconfigToken"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_resetPassword"/> | |
<ovfenv:Property ovfenv:value="" ovfenv:key="vCloud_suffix_0"/> | |
</ovfenv:PropertySection> | |
<ve:EthernetAdapterSection xmlns:ve="http://www.vmware.com/schema/ovfenv" xmlns="http://schemas.dmtf.org/ovf/environment/1" xmlns:oe="http://schemas.dmtf.org/ovf/environment/1"> | |
<ve:Adapter ve:mac="00:50:56:01:0f:25" ve:network="vxw-dvs-3650-virtualwire-744-sid-5051-dvs.VCDVSVagrant-vApp-Net-8a23a99e-d443-4a" ve:unitNumber="7"/> | |
</ve:EthernetAdapterSection> | |
</ovfenv:Environment> | |
<VmCapabilities type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"/> | |
<MemoryHotAddEnabled>false</MemoryHotAddEnabled> | |
<CpuHotAddEnabled>false</CpuHotAddEnabled> | |
</VmCapabilities> | |
<StorageProfile type="application/vnd.vmware.vcloud.vdcStorageProfile+xml" name="*" href="https://roecloud001/api/vdcStorageProfile/59bc6f09-4ba6-48b6-ac21-636e778917bd"/> | |
</Vm> | |
</Children> | |
</VApp> | |
INFO read_state: VM [tst] is running | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ReadState:0x171c720> | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x3242c58> | |
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x3242cd0> | |
INFO machine: Calling action: read_state on provider vCloud (20ca0366-4ac6-4b91-b10d-02712c9e0300) | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 1 hooks defined. | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x3084828> | |
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x3096498> | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x3096480> | |
INFO connect_vcloud: Already logged in, using current session | |
DEBUG connect_vcloud: x-vcloud-authorization=yPfe8SDuCVkmMu8n1mzLHhhMy4ELwr9FxcEkzWdidvU= | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ReadState:0x30e9eb0> | |
"[Sun Jul 6 22:16:58 2014] -> SEND GET https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" | |
"[Sun Jul 6 22:16:58 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:16:57 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.vApp+xml;version=5.1", | |
"Content-Length" => "28601" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<VApp xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:vmw="http://www.vmware.com/schema/ovf" xmlns:ovfenv="http://schemas.dmtf.org/ovf/environment/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ovfDescriptorUploaded="true" deployed="true" status="4" name="windows_2008_r2-vagrant-vmware-slave-a6e2e0c0" id="urn:vcloud:vapp:8fa68881-c0aa-4322-8a1d-1920d8572782" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" xsi:schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_VirtualSystemSettingData.xsd http://www.vmware.com/schema/ovf http://www.vmware.com/schema/ovf http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://schemas.dmtf.org/ovf/environment/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8027_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_ResourceAllocationSettingData.xsd"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/suspend"/> | |
<Link rel="deploy" type="application/vnd.vmware.vcloud.deployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/deploy"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/undeploy"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.vAppNetwork+xml" name="Vagrant-vApp-Net" href="https://roecloud001/api/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/controlAccess/"/> | |
<Link rel="controlAccess" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/controlAccess"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vdc+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.owner+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/owner"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/metadata"/> | |
<Link rel="ovf" type="text/xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/ovf"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/productSections/"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/createSnapshot"/> | |
<Description>vApp created by vagrant running on vmware-slave using vagrant-vcloud on July 06, 2014</Description> | |
<LeaseSettingsSection type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/" ovf:required="false"> | |
<ovf:Info>Lease settings section</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/"/> | |
<DeploymentLeaseInSeconds>259200</DeploymentLeaseInSeconds> | |
<StorageLeaseInSeconds>2592000</StorageLeaseInSeconds> | |
<DeploymentLeaseExpiration>2014-07-09T22:16:28.663+02:00</DeploymentLeaseExpiration> | |
</LeaseSettingsSection> | |
<ovf:StartupSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/" vcloud:type="application/vnd.vmware.vcloud.startupSection+xml"> | |
<ovf:Info>VApp startup section</ovf:Info> | |
<ovf:Item ovf:stopDelay="0" ovf:stopAction="powerOff" ovf:startDelay="0" ovf:startAction="powerOn" ovf:order="0" ovf:id="tst"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.startupSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/"/> | |
</ovf:StartupSection> | |
<ovf:NetworkSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkSection/" vcloud:type="application/vnd.vmware.vcloud.networkSection+xml"> | |
<ovf:Info>The list of logical networks</ovf:Info> | |
<ovf:Network ovf:name="Vagrant-vApp-Net"> | |
<ovf:Description/> | |
</ovf:Network> | |
</ovf:NetworkSection> | |
<NetworkConfigSection type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/" ovf:required="false"> | |
<ovf:Info>The configuration parameters for logical networks</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/"/> | |
<NetworkConfig networkName="Vagrant-vApp-Net"> | |
<Link rel="repair" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/reset"/> | |
<Link rel="syncSyslogSettings" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/syncSyslogServerSettings"/> | |
<Description/> | |
<Configuration> | |
<IpScopes> | |
<IpScope> | |
<IsInherited>false</IsInherited> | |
<Gateway>10.1.1.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<Dns1>8.8.8.8</Dns1> | |
<Dns2>8.8.4.4</Dns2> | |
<IsEnabled>true</IsEnabled> | |
<IpRanges> | |
<IpRange> | |
<StartAddress>10.1.1.2</StartAddress> | |
<EndAddress>10.1.1.254</EndAddress> | |
</IpRange> | |
</IpRanges> | |
<AllocatedIpAddresses> | |
<IpAddress>10.1.1.1</IpAddress> | |
<IpAddress>10.1.1.2</IpAddress> | |
</AllocatedIpAddresses> | |
</IpScope> | |
</IpScopes> | |
<ParentNetwork name="SS-INTERNAL" id="3fd7a97b-b182-41a0-8df5-3b67b5c08b27" href="https://roecloud001/api/admin/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<FenceMode>natRouted</FenceMode> | |
<RetainNetInfoAcrossDeployments>false</RetainNetInfoAcrossDeployments> | |
<Features> | |
<FirewallService> | |
<IsEnabled>false</IsEnabled> | |
<DefaultAction>drop</DefaultAction> | |
<LogDefaultAction>false</LogDefaultAction> | |
</FirewallService> | |
<NatService> | |
<IsEnabled>true</IsEnabled> | |
<NatType>portForwarding</NatType> | |
<Policy>allowTraffic</Policy> | |
<NatRule> | |
<Id>65537</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2217</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>22</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65538</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2218</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>3389</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65539</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2219</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>5985</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
</NatService> | |
</Features> | |
<SyslogServerSettings/> | |
<RouterInfo> | |
<ExternalIp>10.115.4.3</ExternalIp> | |
</RouterInfo> | |
</Configuration> | |
<IsDeployed>true</IsDeployed> | |
</NetworkConfig> | |
</NetworkConfigSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<DateCreated>2014-07-06T22:14:04.600+02:00</DateCreated> | |
<Owner type="application/vnd.vmware.vcloud.owner+xml"> | |
<User type="application/vnd.vmware.admin.user+xml" name="vagrant" href="https://roecloud001/api/admin/user/258ca929-d860-4d64-9607-17f5e9251384"/> | |
</Owner> | |
<InMaintenanceMode>false</InMaintenanceMode> | |
<Children> | |
<Vm nestedHypervisorEnabled="false" needsCustomization="false" deployed="true" status="4" name="tst" id="urn:vcloud:vm:20ca0366-4ac6-4b91-b10d-02712c9e0300" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/suspend"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/undeploy"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/metadata"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/productSections/"/> | |
<Link rel="screen:thumbnail" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen"/> | |
<Link rel="screen:acquireTicket" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen/action/acquireTicket"/> | |
<Link rel="media:insertMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/insertMedia"/> | |
<Link rel="media:ejectMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/ejectMedia"/> | |
<Link rel="disk:attach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/attach"/> | |
<Link rel="disk:detach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/detach"/> | |
<Link rel="installVmwareTools" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/installVMwareTools"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/createSnapshot"/> | |
<Link rel="reconfigureVm" type="application/vnd.vmware.vcloud.vm+xml" name="tst" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/reconfigureVm"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<ovf:VirtualHardwareSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:transport="" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Virtual hardware requirements</ovf:Info> | |
<ovf:System> | |
<vssd:ElementName>Virtual Hardware Family</vssd:ElementName> | |
<vssd:InstanceID>0</vssd:InstanceID> | |
<vssd:VirtualSystemIdentifier>tst</vssd:VirtualSystemIdentifier> | |
<vssd:VirtualSystemType>vmx-09</vssd:VirtualSystemType> | |
</ovf:System> | |
<ovf:Item> | |
<rasd:Address>00:50:56:01:0f:25</rasd:Address> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:AutomaticAllocation>true</rasd:AutomaticAllocation> | |
<rasd:Connection vcloud:ipAddress="10.1.1.2" vcloud:primaryNetworkConnection="true" vcloud:ipAddressingMode="POOL">Vagrant-vApp-Net</rasd:Connection> | |
<rasd:Description>Vmxnet3 ethernet adapter on "Vagrant-vApp-Net"</rasd:Description> | |
<rasd:ElementName>Network adapter 0</rasd:ElementName> | |
<rasd:InstanceID>1</rasd:InstanceID> | |
<rasd:ResourceSubType>VMXNET3</rasd:ResourceSubType> | |
<rasd:ResourceType>10</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:Address>0</rasd:Address> | |
<rasd:Description>SCSI Controller</rasd:Description> | |
<rasd:ElementName>SCSI Controller 0</rasd:ElementName> | |
<rasd:InstanceID>2</rasd:InstanceID> | |
<rasd:ResourceSubType>lsilogicsas</rasd:ResourceSubType> | |
<rasd:ResourceType>6</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:Description>Hard disk</rasd:Description> | |
<rasd:ElementName>Hard disk 1</rasd:ElementName> | |
<rasd:HostResource vcloud:capacity="61440" vcloud:busSubType="lsilogicsas" vcloud:busType="6"/> | |
<rasd:InstanceID>2000</rasd:InstanceID> | |
<rasd:Parent>2</rasd:Parent> | |
<rasd:ResourceType>17</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>hertz * 10^6</rasd:AllocationUnits> | |
<rasd:Description>Number of Virtual CPUs</rasd:Description> | |
<rasd:ElementName>2 virtual CPU(s)</rasd:ElementName> | |
<rasd:InstanceID>3</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>3</rasd:ResourceType> | |
<rasd:VirtualQuantity>2</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>byte * 2^20</rasd:AllocationUnits> | |
<rasd:Description>Memory Size</rasd:Description> | |
<rasd:ElementName>2048 MB of memory</rasd:ElementName> | |
<rasd:InstanceID>4</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>4</rasd:ResourceType> | |
<rasd:VirtualQuantity>2048</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
</ovf:Item> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.virtualHardwareSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/media"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
</ovf:VirtualHardwareSection> | |
<ovf:OperatingSystemSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:id="102" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/" vcloud:type="application/vnd.vmware.vcloud.operatingSystemSection+xml" vmw:osType="windows7Server64Guest"> | |
<ovf:Info>Specifies the operating system installed</ovf:Info> | |
<ovf:Description>Microsoft Windows Server 2008 R2 (64-bit)</ovf:Description> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.operatingSystemSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/"/> | |
</ovf:OperatingSystemSection> | |
<NetworkConnectionSection type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/" ovf:required="false"> | |
<ovf:Info>Specifies the available VM network connections</ovf:Info> | |
<PrimaryNetworkConnectionIndex>0</PrimaryNetworkConnectionIndex> | |
<NetworkConnection network="Vagrant-vApp-Net" needsCustomization="false"> | |
<NetworkConnectionIndex>0</NetworkConnectionIndex> | |
<IpAddress>10.1.1.2</IpAddress> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<IsConnected>true</IsConnected> | |
<MACAddress>00:50:56:01:0f:25</MACAddress> | |
<IpAddressAllocationMode>POOL</IpAddressAllocationMode> | |
</NetworkConnection> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/"/> | |
</NetworkConnectionSection> | |
<GuestCustomizationSection type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/" ovf:required="false"> | |
<ovf:Info>Specifies Guest OS Customization Settings</ovf:Info> | |
<Enabled>true</Enabled> | |
<ChangeSid>false</ChangeSid> | |
<VirtualMachineId>20ca0366-4ac6-4b91-b10d-02712c9e0300</VirtualMachineId> | |
<JoinDomainEnabled>false</JoinDomainEnabled> | |
<UseOrgSettings>false</UseOrgSettings> | |
<AdminPasswordEnabled>false</AdminPasswordEnabled> | |
<AdminPasswordAuto>true</AdminPasswordAuto> | |
<ResetPasswordRequired>false</ResetPasswordRequired> | |
<ComputerName>tst</ComputerName> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/"/> | |
</GuestCustomizationSection> | |
<RuntimeInfoSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/runtimeInfoSection" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Specifies Runtime info</ovf:Info> | |
<VMWareTools version="9410"/> | |
</RuntimeInfoSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<VAppScopedLocalId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedLocalId> | |
<ovfenv:Environment xmlns:ns10="http://www.vmware.com/schema/ovfenv" ovfenv:id="" ns10:vCenterId="vm-41145"> | |
<ovfenv:PlatformSection> | |
<ovfenv:Kind>VMware ESXi</ovfenv:Kind> | |
<ovfenv:Version>5.5.0</ovfenv:Version> | |
<ovfenv:Vendor>VMware, Inc.</ovfenv:Vendor> | |
<ovfenv:Locale>en</ovfenv:Locale> | |
</ovfenv:PlatformSection> | |
<ovfenv:PropertySection> | |
<ovfenv:Property ovfenv:value="None" ovfenv:key="vCloud_UseSysPrep"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_bitMask"/> | |
<ovfenv:Property ovfenv:value="static" ovfenv:key="vCloud_bootproto_0"/> | |
<ovfenv:Property ovfenv:value="tst" ovfenv:key="vCloud_computerName"/> | |
<ovfenv:Property ovfenv:value="8.8.8.8" ovfenv:key="vCloud_dns1_0"/> | |
<ovfenv:Property ovfenv:value="8.8.4.4" ovfenv:key="vCloud_dns2_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.1" ovfenv:key="vCloud_gateway_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.2" ovfenv:key="vCloud_ip_0"/> | |
<ovfenv:Property ovfenv:value="00:50:56:01:0f:25" ovfenv:key="vCloud_macaddr_0"/> | |
<ovfenv:Property ovfenv:value="359edb22-3d9b-44f5-b11b-800589b0c8d4" ovfenv:key="vCloud_markerid"/> | |
<ovfenv:Property ovfenv:value="255.255.255.0" ovfenv:key="vCloud_netmask_0"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_numnics"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_primaryNic"/> | |
<ovfenv:Property ovfenv:value="996694177" ovfenv:key="vCloud_reconfigToken"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_resetPassword"/> | |
<ovfenv:Property ovfenv:value="" ovfenv:key="vCloud_suffix_0"/> | |
</ovfenv:PropertySection> | |
<ve:EthernetAdapterSection xmlns:ve="http://www.vmware.com/schema/ovfenv" xmlns="http://schemas.dmtf.org/ovf/environment/1" xmlns:oe="http://schemas.dmtf.org/ovf/environment/1"> | |
<ve:Adapter ve:mac="00:50:56:01:0f:25" ve:network="vxw-dvs-3650-virtualwire-744-sid-5051-dvs.VCDVSVagrant-vApp-Net-8a23a99e-d443-4a" ve:unitNumber="7"/> | |
</ve:EthernetAdapterSection> | |
</ovfenv:Environment> | |
<VmCapabilities type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"/> | |
<MemoryHotAddEnabled>false</MemoryHotAddEnabled> | |
<CpuHotAddEnabled>false</CpuHotAddEnabled> | |
</VmCapabilities> | |
<StorageProfile type="application/vnd.vmware.vcloud.vdcStorageProfile+xml" name="*" href="https://roecloud001/api/vdcStorageProfile/59bc6f09-4ba6-48b6-ac21-636e778917bd"/> | |
</Vm> | |
</Children> | |
</VApp> | |
INFO read_state: VM [tst] is running | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ReadState:0x30e9eb0> | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x3096480> | |
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x3096498> | |
INFO machine: Calling action: read_state on provider vCloud (20ca0366-4ac6-4b91-b10d-02712c9e0300) | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 1 hooks defined. | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x31f8bd0> | |
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x32021e8> | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x32021d0> | |
INFO connect_vcloud: Already logged in, using current session | |
DEBUG connect_vcloud: x-vcloud-authorization=yPfe8SDuCVkmMu8n1mzLHhhMy4ELwr9FxcEkzWdidvU= | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ReadState:0x3228468> | |
"[Sun Jul 6 22:16:59 2014] -> SEND GET https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" | |
"[Sun Jul 6 22:16:59 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:16:58 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.vApp+xml;version=5.1", | |
"Content-Length" => "28601" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<VApp xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:vmw="http://www.vmware.com/schema/ovf" xmlns:ovfenv="http://schemas.dmtf.org/ovf/environment/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ovfDescriptorUploaded="true" deployed="true" status="4" name="windows_2008_r2-vagrant-vmware-slave-a6e2e0c0" id="urn:vcloud:vapp:8fa68881-c0aa-4322-8a1d-1920d8572782" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" xsi:schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_VirtualSystemSettingData.xsd http://www.vmware.com/schema/ovf http://www.vmware.com/schema/ovf http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://schemas.dmtf.org/ovf/environment/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8027_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_ResourceAllocationSettingData.xsd"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/suspend"/> | |
<Link rel="deploy" type="application/vnd.vmware.vcloud.deployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/deploy"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/undeploy"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.vAppNetwork+xml" name="Vagrant-vApp-Net" href="https://roecloud001/api/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/controlAccess/"/> | |
<Link rel="controlAccess" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/controlAccess"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vdc+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.owner+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/owner"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/metadata"/> | |
<Link rel="ovf" type="text/xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/ovf"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/productSections/"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/createSnapshot"/> | |
<Description>vApp created by vagrant running on vmware-slave using vagrant-vcloud on July 06, 2014</Description> | |
<LeaseSettingsSection type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/" ovf:required="false"> | |
<ovf:Info>Lease settings section</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/"/> | |
<DeploymentLeaseInSeconds>259200</DeploymentLeaseInSeconds> | |
<StorageLeaseInSeconds>2592000</StorageLeaseInSeconds> | |
<DeploymentLeaseExpiration>2014-07-09T22:16:28.663+02:00</DeploymentLeaseExpiration> | |
</LeaseSettingsSection> | |
<ovf:StartupSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/" vcloud:type="application/vnd.vmware.vcloud.startupSection+xml"> | |
<ovf:Info>VApp startup section</ovf:Info> | |
<ovf:Item ovf:stopDelay="0" ovf:stopAction="powerOff" ovf:startDelay="0" ovf:startAction="powerOn" ovf:order="0" ovf:id="tst"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.startupSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/"/> | |
</ovf:StartupSection> | |
<ovf:NetworkSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkSection/" vcloud:type="application/vnd.vmware.vcloud.networkSection+xml"> | |
<ovf:Info>The list of logical networks</ovf:Info> | |
<ovf:Network ovf:name="Vagrant-vApp-Net"> | |
<ovf:Description/> | |
</ovf:Network> | |
</ovf:NetworkSection> | |
<NetworkConfigSection type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/" ovf:required="false"> | |
<ovf:Info>The configuration parameters for logical networks</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/"/> | |
<NetworkConfig networkName="Vagrant-vApp-Net"> | |
<Link rel="repair" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/reset"/> | |
<Link rel="syncSyslogSettings" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/syncSyslogServerSettings"/> | |
<Description/> | |
<Configuration> | |
<IpScopes> | |
<IpScope> | |
<IsInherited>false</IsInherited> | |
<Gateway>10.1.1.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<Dns1>8.8.8.8</Dns1> | |
<Dns2>8.8.4.4</Dns2> | |
<IsEnabled>true</IsEnabled> | |
<IpRanges> | |
<IpRange> | |
<StartAddress>10.1.1.2</StartAddress> | |
<EndAddress>10.1.1.254</EndAddress> | |
</IpRange> | |
</IpRanges> | |
<AllocatedIpAddresses> | |
<IpAddress>10.1.1.1</IpAddress> | |
<IpAddress>10.1.1.2</IpAddress> | |
</AllocatedIpAddresses> | |
</IpScope> | |
</IpScopes> | |
<ParentNetwork name="SS-INTERNAL" id="3fd7a97b-b182-41a0-8df5-3b67b5c08b27" href="https://roecloud001/api/admin/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<FenceMode>natRouted</FenceMode> | |
<RetainNetInfoAcrossDeployments>false</RetainNetInfoAcrossDeployments> | |
<Features> | |
<FirewallService> | |
<IsEnabled>false</IsEnabled> | |
<DefaultAction>drop</DefaultAction> | |
<LogDefaultAction>false</LogDefaultAction> | |
</FirewallService> | |
<NatService> | |
<IsEnabled>true</IsEnabled> | |
<NatType>portForwarding</NatType> | |
<Policy>allowTraffic</Policy> | |
<NatRule> | |
<Id>65537</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2217</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>22</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65538</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2218</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>3389</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65539</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2219</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>5985</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
</NatService> | |
</Features> | |
<SyslogServerSettings/> | |
<RouterInfo> | |
<ExternalIp>10.115.4.3</ExternalIp> | |
</RouterInfo> | |
</Configuration> | |
<IsDeployed>true</IsDeployed> | |
</NetworkConfig> | |
</NetworkConfigSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<DateCreated>2014-07-06T22:14:04.600+02:00</DateCreated> | |
<Owner type="application/vnd.vmware.vcloud.owner+xml"> | |
<User type="application/vnd.vmware.admin.user+xml" name="vagrant" href="https://roecloud001/api/admin/user/258ca929-d860-4d64-9607-17f5e9251384"/> | |
</Owner> | |
<InMaintenanceMode>false</InMaintenanceMode> | |
<Children> | |
<Vm nestedHypervisorEnabled="false" needsCustomization="false" deployed="true" status="4" name="tst" id="urn:vcloud:vm:20ca0366-4ac6-4b91-b10d-02712c9e0300" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/suspend"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/undeploy"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/metadata"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/productSections/"/> | |
<Link rel="screen:thumbnail" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen"/> | |
<Link rel="screen:acquireTicket" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen/action/acquireTicket"/> | |
<Link rel="media:insertMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/insertMedia"/> | |
<Link rel="media:ejectMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/ejectMedia"/> | |
<Link rel="disk:attach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/attach"/> | |
<Link rel="disk:detach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/detach"/> | |
<Link rel="installVmwareTools" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/installVMwareTools"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/createSnapshot"/> | |
<Link rel="reconfigureVm" type="application/vnd.vmware.vcloud.vm+xml" name="tst" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/reconfigureVm"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<ovf:VirtualHardwareSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:transport="" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Virtual hardware requirements</ovf:Info> | |
<ovf:System> | |
<vssd:ElementName>Virtual Hardware Family</vssd:ElementName> | |
<vssd:InstanceID>0</vssd:InstanceID> | |
<vssd:VirtualSystemIdentifier>tst</vssd:VirtualSystemIdentifier> | |
<vssd:VirtualSystemType>vmx-09</vssd:VirtualSystemType> | |
</ovf:System> | |
<ovf:Item> | |
<rasd:Address>00:50:56:01:0f:25</rasd:Address> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:AutomaticAllocation>true</rasd:AutomaticAllocation> | |
<rasd:Connection vcloud:ipAddress="10.1.1.2" vcloud:primaryNetworkConnection="true" vcloud:ipAddressingMode="POOL">Vagrant-vApp-Net</rasd:Connection> | |
<rasd:Description>Vmxnet3 ethernet adapter on "Vagrant-vApp-Net"</rasd:Description> | |
<rasd:ElementName>Network adapter 0</rasd:ElementName> | |
<rasd:InstanceID>1</rasd:InstanceID> | |
<rasd:ResourceSubType>VMXNET3</rasd:ResourceSubType> | |
<rasd:ResourceType>10</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:Address>0</rasd:Address> | |
<rasd:Description>SCSI Controller</rasd:Description> | |
<rasd:ElementName>SCSI Controller 0</rasd:ElementName> | |
<rasd:InstanceID>2</rasd:InstanceID> | |
<rasd:ResourceSubType>lsilogicsas</rasd:ResourceSubType> | |
<rasd:ResourceType>6</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:Description>Hard disk</rasd:Description> | |
<rasd:ElementName>Hard disk 1</rasd:ElementName> | |
<rasd:HostResource vcloud:capacity="61440" vcloud:busSubType="lsilogicsas" vcloud:busType="6"/> | |
<rasd:InstanceID>2000</rasd:InstanceID> | |
<rasd:Parent>2</rasd:Parent> | |
<rasd:ResourceType>17</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>hertz * 10^6</rasd:AllocationUnits> | |
<rasd:Description>Number of Virtual CPUs</rasd:Description> | |
<rasd:ElementName>2 virtual CPU(s)</rasd:ElementName> | |
<rasd:InstanceID>3</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>3</rasd:ResourceType> | |
<rasd:VirtualQuantity>2</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>byte * 2^20</rasd:AllocationUnits> | |
<rasd:Description>Memory Size</rasd:Description> | |
<rasd:ElementName>2048 MB of memory</rasd:ElementName> | |
<rasd:InstanceID>4</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>4</rasd:ResourceType> | |
<rasd:VirtualQuantity>2048</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
</ovf:Item> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.virtualHardwareSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/media"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
</ovf:VirtualHardwareSection> | |
<ovf:OperatingSystemSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:id="102" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/" vcloud:type="application/vnd.vmware.vcloud.operatingSystemSection+xml" vmw:osType="windows7Server64Guest"> | |
<ovf:Info>Specifies the operating system installed</ovf:Info> | |
<ovf:Description>Microsoft Windows Server 2008 R2 (64-bit)</ovf:Description> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.operatingSystemSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/"/> | |
</ovf:OperatingSystemSection> | |
<NetworkConnectionSection type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/" ovf:required="false"> | |
<ovf:Info>Specifies the available VM network connections</ovf:Info> | |
<PrimaryNetworkConnectionIndex>0</PrimaryNetworkConnectionIndex> | |
<NetworkConnection network="Vagrant-vApp-Net" needsCustomization="false"> | |
<NetworkConnectionIndex>0</NetworkConnectionIndex> | |
<IpAddress>10.1.1.2</IpAddress> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<IsConnected>true</IsConnected> | |
<MACAddress>00:50:56:01:0f:25</MACAddress> | |
<IpAddressAllocationMode>POOL</IpAddressAllocationMode> | |
</NetworkConnection> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/"/> | |
</NetworkConnectionSection> | |
<GuestCustomizationSection type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/" ovf:required="false"> | |
<ovf:Info>Specifies Guest OS Customization Settings</ovf:Info> | |
<Enabled>true</Enabled> | |
<ChangeSid>false</ChangeSid> | |
<VirtualMachineId>20ca0366-4ac6-4b91-b10d-02712c9e0300</VirtualMachineId> | |
<JoinDomainEnabled>false</JoinDomainEnabled> | |
<UseOrgSettings>false</UseOrgSettings> | |
<AdminPasswordEnabled>false</AdminPasswordEnabled> | |
<AdminPasswordAuto>true</AdminPasswordAuto> | |
<ResetPasswordRequired>false</ResetPasswordRequired> | |
<ComputerName>tst</ComputerName> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/"/> | |
</GuestCustomizationSection> | |
<RuntimeInfoSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/runtimeInfoSection" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Specifies Runtime info</ovf:Info> | |
<VMWareTools version="9410"/> | |
</RuntimeInfoSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<VAppScopedLocalId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedLocalId> | |
<ovfenv:Environment xmlns:ns10="http://www.vmware.com/schema/ovfenv" ovfenv:id="" ns10:vCenterId="vm-41145"> | |
<ovfenv:PlatformSection> | |
<ovfenv:Kind>VMware ESXi</ovfenv:Kind> | |
<ovfenv:Version>5.5.0</ovfenv:Version> | |
<ovfenv:Vendor>VMware, Inc.</ovfenv:Vendor> | |
<ovfenv:Locale>en</ovfenv:Locale> | |
</ovfenv:PlatformSection> | |
<ovfenv:PropertySection> | |
<ovfenv:Property ovfenv:value="None" ovfenv:key="vCloud_UseSysPrep"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_bitMask"/> | |
<ovfenv:Property ovfenv:value="static" ovfenv:key="vCloud_bootproto_0"/> | |
<ovfenv:Property ovfenv:value="tst" ovfenv:key="vCloud_computerName"/> | |
<ovfenv:Property ovfenv:value="8.8.8.8" ovfenv:key="vCloud_dns1_0"/> | |
<ovfenv:Property ovfenv:value="8.8.4.4" ovfenv:key="vCloud_dns2_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.1" ovfenv:key="vCloud_gateway_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.2" ovfenv:key="vCloud_ip_0"/> | |
<ovfenv:Property ovfenv:value="00:50:56:01:0f:25" ovfenv:key="vCloud_macaddr_0"/> | |
<ovfenv:Property ovfenv:value="359edb22-3d9b-44f5-b11b-800589b0c8d4" ovfenv:key="vCloud_markerid"/> | |
<ovfenv:Property ovfenv:value="255.255.255.0" ovfenv:key="vCloud_netmask_0"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_numnics"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_primaryNic"/> | |
<ovfenv:Property ovfenv:value="996694177" ovfenv:key="vCloud_reconfigToken"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_resetPassword"/> | |
<ovfenv:Property ovfenv:value="" ovfenv:key="vCloud_suffix_0"/> | |
</ovfenv:PropertySection> | |
<ve:EthernetAdapterSection xmlns:ve="http://www.vmware.com/schema/ovfenv" xmlns="http://schemas.dmtf.org/ovf/environment/1" xmlns:oe="http://schemas.dmtf.org/ovf/environment/1"> | |
<ve:Adapter ve:mac="00:50:56:01:0f:25" ve:network="vxw-dvs-3650-virtualwire-744-sid-5051-dvs.VCDVSVagrant-vApp-Net-8a23a99e-d443-4a" ve:unitNumber="7"/> | |
</ve:EthernetAdapterSection> | |
</ovfenv:Environment> | |
<VmCapabilities type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"/> | |
<MemoryHotAddEnabled>false</MemoryHotAddEnabled> | |
<CpuHotAddEnabled>false</CpuHotAddEnabled> | |
</VmCapabilities> | |
<StorageProfile type="application/vnd.vmware.vcloud.vdcStorageProfile+xml" name="*" href="https://roecloud001/api/vdcStorageProfile/59bc6f09-4ba6-48b6-ac21-636e778917bd"/> | |
</Vm> | |
</Children> | |
</VApp> | |
INFO read_state: VM [tst] is running | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ReadState:0x3228468> | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x32021d0> | |
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x32021e8> | |
INFO machine: Calling action: read_state on provider vCloud (20ca0366-4ac6-4b91-b10d-02712c9e0300) | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 1 hooks defined. | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x2636868> | |
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x263e0e0> | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x263e098> | |
INFO connect_vcloud: Already logged in, using current session | |
DEBUG connect_vcloud: x-vcloud-authorization=yPfe8SDuCVkmMu8n1mzLHhhMy4ELwr9FxcEkzWdidvU= | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ReadState:0x2794470> | |
"[Sun Jul 6 22:17:00 2014] -> SEND GET https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" | |
"[Sun Jul 6 22:17:01 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:17:00 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.vApp+xml;version=5.1", | |
"Content-Length" => "28601" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<VApp xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:vmw="http://www.vmware.com/schema/ovf" xmlns:ovfenv="http://schemas.dmtf.org/ovf/environment/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ovfDescriptorUploaded="true" deployed="true" status="4" name="windows_2008_r2-vagrant-vmware-slave-a6e2e0c0" id="urn:vcloud:vapp:8fa68881-c0aa-4322-8a1d-1920d8572782" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" xsi:schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_VirtualSystemSettingData.xsd http://www.vmware.com/schema/ovf http://www.vmware.com/schema/ovf http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://schemas.dmtf.org/ovf/environment/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8027_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_ResourceAllocationSettingData.xsd"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/suspend"/> | |
<Link rel="deploy" type="application/vnd.vmware.vcloud.deployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/deploy"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/undeploy"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.vAppNetwork+xml" name="Vagrant-vApp-Net" href="https://roecloud001/api/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/controlAccess/"/> | |
<Link rel="controlAccess" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/controlAccess"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vdc+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.owner+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/owner"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/metadata"/> | |
<Link rel="ovf" type="text/xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/ovf"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/productSections/"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/createSnapshot"/> | |
<Description>vApp created by vagrant running on vmware-slave using vagrant-vcloud on July 06, 2014</Description> | |
<LeaseSettingsSection type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/" ovf:required="false"> | |
<ovf:Info>Lease settings section</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/"/> | |
<DeploymentLeaseInSeconds>259200</DeploymentLeaseInSeconds> | |
<StorageLeaseInSeconds>2592000</StorageLeaseInSeconds> | |
<DeploymentLeaseExpiration>2014-07-09T22:16:28.663+02:00</DeploymentLeaseExpiration> | |
</LeaseSettingsSection> | |
<ovf:StartupSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/" vcloud:type="application/vnd.vmware.vcloud.startupSection+xml"> | |
<ovf:Info>VApp startup section</ovf:Info> | |
<ovf:Item ovf:stopDelay="0" ovf:stopAction="powerOff" ovf:startDelay="0" ovf:startAction="powerOn" ovf:order="0" ovf:id="tst"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.startupSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/"/> | |
</ovf:StartupSection> | |
<ovf:NetworkSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkSection/" vcloud:type="application/vnd.vmware.vcloud.networkSection+xml"> | |
<ovf:Info>The list of logical networks</ovf:Info> | |
<ovf:Network ovf:name="Vagrant-vApp-Net"> | |
<ovf:Description/> | |
</ovf:Network> | |
</ovf:NetworkSection> | |
<NetworkConfigSection type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/" ovf:required="false"> | |
<ovf:Info>The configuration parameters for logical networks</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/"/> | |
<NetworkConfig networkName="Vagrant-vApp-Net"> | |
<Link rel="repair" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/reset"/> | |
<Link rel="syncSyslogSettings" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/syncSyslogServerSettings"/> | |
<Description/> | |
<Configuration> | |
<IpScopes> | |
<IpScope> | |
<IsInherited>false</IsInherited> | |
<Gateway>10.1.1.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<Dns1>8.8.8.8</Dns1> | |
<Dns2>8.8.4.4</Dns2> | |
<IsEnabled>true</IsEnabled> | |
<IpRanges> | |
<IpRange> | |
<StartAddress>10.1.1.2</StartAddress> | |
<EndAddress>10.1.1.254</EndAddress> | |
</IpRange> | |
</IpRanges> | |
<AllocatedIpAddresses> | |
<IpAddress>10.1.1.1</IpAddress> | |
<IpAddress>10.1.1.2</IpAddress> | |
</AllocatedIpAddresses> | |
</IpScope> | |
</IpScopes> | |
<ParentNetwork name="SS-INTERNAL" id="3fd7a97b-b182-41a0-8df5-3b67b5c08b27" href="https://roecloud001/api/admin/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<FenceMode>natRouted</FenceMode> | |
<RetainNetInfoAcrossDeployments>false</RetainNetInfoAcrossDeployments> | |
<Features> | |
<FirewallService> | |
<IsEnabled>false</IsEnabled> | |
<DefaultAction>drop</DefaultAction> | |
<LogDefaultAction>false</LogDefaultAction> | |
</FirewallService> | |
<NatService> | |
<IsEnabled>true</IsEnabled> | |
<NatType>portForwarding</NatType> | |
<Policy>allowTraffic</Policy> | |
<NatRule> | |
<Id>65537</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2217</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>22</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65538</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2218</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>3389</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65539</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2219</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>5985</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
</NatService> | |
</Features> | |
<SyslogServerSettings/> | |
<RouterInfo> | |
<ExternalIp>10.115.4.3</ExternalIp> | |
</RouterInfo> | |
</Configuration> | |
<IsDeployed>true</IsDeployed> | |
</NetworkConfig> | |
</NetworkConfigSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<DateCreated>2014-07-06T22:14:04.600+02:00</DateCreated> | |
<Owner type="application/vnd.vmware.vcloud.owner+xml"> | |
<User type="application/vnd.vmware.admin.user+xml" name="vagrant" href="https://roecloud001/api/admin/user/258ca929-d860-4d64-9607-17f5e9251384"/> | |
</Owner> | |
<InMaintenanceMode>false</InMaintenanceMode> | |
<Children> | |
<Vm nestedHypervisorEnabled="false" needsCustomization="false" deployed="true" status="4" name="tst" id="urn:vcloud:vm:20ca0366-4ac6-4b91-b10d-02712c9e0300" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/suspend"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/undeploy"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/metadata"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/productSections/"/> | |
<Link rel="screen:thumbnail" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen"/> | |
<Link rel="screen:acquireTicket" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen/action/acquireTicket"/> | |
<Link rel="media:insertMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/insertMedia"/> | |
<Link rel="media:ejectMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/ejectMedia"/> | |
<Link rel="disk:attach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/attach"/> | |
<Link rel="disk:detach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/detach"/> | |
<Link rel="installVmwareTools" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/installVMwareTools"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/createSnapshot"/> | |
<Link rel="reconfigureVm" type="application/vnd.vmware.vcloud.vm+xml" name="tst" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/reconfigureVm"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<ovf:VirtualHardwareSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:transport="" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Virtual hardware requirements</ovf:Info> | |
<ovf:System> | |
<vssd:ElementName>Virtual Hardware Family</vssd:ElementName> | |
<vssd:InstanceID>0</vssd:InstanceID> | |
<vssd:VirtualSystemIdentifier>tst</vssd:VirtualSystemIdentifier> | |
<vssd:VirtualSystemType>vmx-09</vssd:VirtualSystemType> | |
</ovf:System> | |
<ovf:Item> | |
<rasd:Address>00:50:56:01:0f:25</rasd:Address> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:AutomaticAllocation>true</rasd:AutomaticAllocation> | |
<rasd:Connection vcloud:ipAddress="10.1.1.2" vcloud:primaryNetworkConnection="true" vcloud:ipAddressingMode="POOL">Vagrant-vApp-Net</rasd:Connection> | |
<rasd:Description>Vmxnet3 ethernet adapter on "Vagrant-vApp-Net"</rasd:Description> | |
<rasd:ElementName>Network adapter 0</rasd:ElementName> | |
<rasd:InstanceID>1</rasd:InstanceID> | |
<rasd:ResourceSubType>VMXNET3</rasd:ResourceSubType> | |
<rasd:ResourceType>10</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:Address>0</rasd:Address> | |
<rasd:Description>SCSI Controller</rasd:Description> | |
<rasd:ElementName>SCSI Controller 0</rasd:ElementName> | |
<rasd:InstanceID>2</rasd:InstanceID> | |
<rasd:ResourceSubType>lsilogicsas</rasd:ResourceSubType> | |
<rasd:ResourceType>6</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:Description>Hard disk</rasd:Description> | |
<rasd:ElementName>Hard disk 1</rasd:ElementName> | |
<rasd:HostResource vcloud:capacity="61440" vcloud:busSubType="lsilogicsas" vcloud:busType="6"/> | |
<rasd:InstanceID>2000</rasd:InstanceID> | |
<rasd:Parent>2</rasd:Parent> | |
<rasd:ResourceType>17</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>hertz * 10^6</rasd:AllocationUnits> | |
<rasd:Description>Number of Virtual CPUs</rasd:Description> | |
<rasd:ElementName>2 virtual CPU(s)</rasd:ElementName> | |
<rasd:InstanceID>3</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>3</rasd:ResourceType> | |
<rasd:VirtualQuantity>2</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>byte * 2^20</rasd:AllocationUnits> | |
<rasd:Description>Memory Size</rasd:Description> | |
<rasd:ElementName>2048 MB of memory</rasd:ElementName> | |
<rasd:InstanceID>4</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>4</rasd:ResourceType> | |
<rasd:VirtualQuantity>2048</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
</ovf:Item> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.virtualHardwareSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/media"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
</ovf:VirtualHardwareSection> | |
<ovf:OperatingSystemSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:id="102" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/" vcloud:type="application/vnd.vmware.vcloud.operatingSystemSection+xml" vmw:osType="windows7Server64Guest"> | |
<ovf:Info>Specifies the operating system installed</ovf:Info> | |
<ovf:Description>Microsoft Windows Server 2008 R2 (64-bit)</ovf:Description> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.operatingSystemSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/"/> | |
</ovf:OperatingSystemSection> | |
<NetworkConnectionSection type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/" ovf:required="false"> | |
<ovf:Info>Specifies the available VM network connections</ovf:Info> | |
<PrimaryNetworkConnectionIndex>0</PrimaryNetworkConnectionIndex> | |
<NetworkConnection network="Vagrant-vApp-Net" needsCustomization="false"> | |
<NetworkConnectionIndex>0</NetworkConnectionIndex> | |
<IpAddress>10.1.1.2</IpAddress> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<IsConnected>true</IsConnected> | |
<MACAddress>00:50:56:01:0f:25</MACAddress> | |
<IpAddressAllocationMode>POOL</IpAddressAllocationMode> | |
</NetworkConnection> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/"/> | |
</NetworkConnectionSection> | |
<GuestCustomizationSection type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/" ovf:required="false"> | |
<ovf:Info>Specifies Guest OS Customization Settings</ovf:Info> | |
<Enabled>true</Enabled> | |
<ChangeSid>false</ChangeSid> | |
<VirtualMachineId>20ca0366-4ac6-4b91-b10d-02712c9e0300</VirtualMachineId> | |
<JoinDomainEnabled>false</JoinDomainEnabled> | |
<UseOrgSettings>false</UseOrgSettings> | |
<AdminPasswordEnabled>false</AdminPasswordEnabled> | |
<AdminPasswordAuto>true</AdminPasswordAuto> | |
<ResetPasswordRequired>false</ResetPasswordRequired> | |
<ComputerName>tst</ComputerName> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/"/> | |
</GuestCustomizationSection> | |
<RuntimeInfoSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/runtimeInfoSection" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Specifies Runtime info</ovf:Info> | |
<VMWareTools version="9410"/> | |
</RuntimeInfoSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<VAppScopedLocalId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedLocalId> | |
<ovfenv:Environment xmlns:ns10="http://www.vmware.com/schema/ovfenv" ovfenv:id="" ns10:vCenterId="vm-41145"> | |
<ovfenv:PlatformSection> | |
<ovfenv:Kind>VMware ESXi</ovfenv:Kind> | |
<ovfenv:Version>5.5.0</ovfenv:Version> | |
<ovfenv:Vendor>VMware, Inc.</ovfenv:Vendor> | |
<ovfenv:Locale>en</ovfenv:Locale> | |
</ovfenv:PlatformSection> | |
<ovfenv:PropertySection> | |
<ovfenv:Property ovfenv:value="None" ovfenv:key="vCloud_UseSysPrep"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_bitMask"/> | |
<ovfenv:Property ovfenv:value="static" ovfenv:key="vCloud_bootproto_0"/> | |
<ovfenv:Property ovfenv:value="tst" ovfenv:key="vCloud_computerName"/> | |
<ovfenv:Property ovfenv:value="8.8.8.8" ovfenv:key="vCloud_dns1_0"/> | |
<ovfenv:Property ovfenv:value="8.8.4.4" ovfenv:key="vCloud_dns2_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.1" ovfenv:key="vCloud_gateway_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.2" ovfenv:key="vCloud_ip_0"/> | |
<ovfenv:Property ovfenv:value="00:50:56:01:0f:25" ovfenv:key="vCloud_macaddr_0"/> | |
<ovfenv:Property ovfenv:value="359edb22-3d9b-44f5-b11b-800589b0c8d4" ovfenv:key="vCloud_markerid"/> | |
<ovfenv:Property ovfenv:value="255.255.255.0" ovfenv:key="vCloud_netmask_0"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_numnics"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_primaryNic"/> | |
<ovfenv:Property ovfenv:value="996694177" ovfenv:key="vCloud_reconfigToken"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_resetPassword"/> | |
<ovfenv:Property ovfenv:value="" ovfenv:key="vCloud_suffix_0"/> | |
</ovfenv:PropertySection> | |
<ve:EthernetAdapterSection xmlns:ve="http://www.vmware.com/schema/ovfenv" xmlns="http://schemas.dmtf.org/ovf/environment/1" xmlns:oe="http://schemas.dmtf.org/ovf/environment/1"> | |
<ve:Adapter ve:mac="00:50:56:01:0f:25" ve:network="vxw-dvs-3650-virtualwire-744-sid-5051-dvs.VCDVSVagrant-vApp-Net-8a23a99e-d443-4a" ve:unitNumber="7"/> | |
</ve:EthernetAdapterSection> | |
</ovfenv:Environment> | |
<VmCapabilities type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"/> | |
<MemoryHotAddEnabled>false</MemoryHotAddEnabled> | |
<CpuHotAddEnabled>false</CpuHotAddEnabled> | |
</VmCapabilities> | |
<StorageProfile type="application/vnd.vmware.vcloud.vdcStorageProfile+xml" name="*" href="https://roecloud001/api/vdcStorageProfile/59bc6f09-4ba6-48b6-ac21-636e778917bd"/> | |
</Vm> | |
</Children> | |
</VApp> | |
INFO read_state: VM [tst] is running | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ReadState:0x2794470> | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x263e098> | |
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x263e0e0> | |
INFO machine: Calling action: read_state on provider vCloud (20ca0366-4ac6-4b91-b10d-02712c9e0300) | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 1 hooks defined. | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x317b380> | |
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x31793b8> | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x31793a0> | |
INFO connect_vcloud: Already logged in, using current session | |
DEBUG connect_vcloud: x-vcloud-authorization=yPfe8SDuCVkmMu8n1mzLHhhMy4ELwr9FxcEkzWdidvU= | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ReadState:0x31a10f0> | |
"[Sun Jul 6 22:17:02 2014] -> SEND GET https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" | |
"[Sun Jul 6 22:17:02 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:17:01 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.vApp+xml;version=5.1", | |
"Content-Length" => "28601" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<VApp xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:vmw="http://www.vmware.com/schema/ovf" xmlns:ovfenv="http://schemas.dmtf.org/ovf/environment/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ovfDescriptorUploaded="true" deployed="true" status="4" name="windows_2008_r2-vagrant-vmware-slave-a6e2e0c0" id="urn:vcloud:vapp:8fa68881-c0aa-4322-8a1d-1920d8572782" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" xsi:schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_VirtualSystemSettingData.xsd http://www.vmware.com/schema/ovf http://www.vmware.com/schema/ovf http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://schemas.dmtf.org/ovf/environment/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8027_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_ResourceAllocationSettingData.xsd"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/suspend"/> | |
<Link rel="deploy" type="application/vnd.vmware.vcloud.deployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/deploy"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/undeploy"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.vAppNetwork+xml" name="Vagrant-vApp-Net" href="https://roecloud001/api/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/controlAccess/"/> | |
<Link rel="controlAccess" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/controlAccess"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vdc+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.owner+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/owner"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/metadata"/> | |
<Link rel="ovf" type="text/xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/ovf"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/productSections/"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/createSnapshot"/> | |
<Description>vApp created by vagrant running on vmware-slave using vagrant-vcloud on July 06, 2014</Description> | |
<LeaseSettingsSection type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/" ovf:required="false"> | |
<ovf:Info>Lease settings section</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/"/> | |
<DeploymentLeaseInSeconds>259200</DeploymentLeaseInSeconds> | |
<StorageLeaseInSeconds>2592000</StorageLeaseInSeconds> | |
<DeploymentLeaseExpiration>2014-07-09T22:16:28.663+02:00</DeploymentLeaseExpiration> | |
</LeaseSettingsSection> | |
<ovf:StartupSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/" vcloud:type="application/vnd.vmware.vcloud.startupSection+xml"> | |
<ovf:Info>VApp startup section</ovf:Info> | |
<ovf:Item ovf:stopDelay="0" ovf:stopAction="powerOff" ovf:startDelay="0" ovf:startAction="powerOn" ovf:order="0" ovf:id="tst"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.startupSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/"/> | |
</ovf:StartupSection> | |
<ovf:NetworkSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkSection/" vcloud:type="application/vnd.vmware.vcloud.networkSection+xml"> | |
<ovf:Info>The list of logical networks</ovf:Info> | |
<ovf:Network ovf:name="Vagrant-vApp-Net"> | |
<ovf:Description/> | |
</ovf:Network> | |
</ovf:NetworkSection> | |
<NetworkConfigSection type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/" ovf:required="false"> | |
<ovf:Info>The configuration parameters for logical networks</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/"/> | |
<NetworkConfig networkName="Vagrant-vApp-Net"> | |
<Link rel="repair" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/reset"/> | |
<Link rel="syncSyslogSettings" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/syncSyslogServerSettings"/> | |
<Description/> | |
<Configuration> | |
<IpScopes> | |
<IpScope> | |
<IsInherited>false</IsInherited> | |
<Gateway>10.1.1.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<Dns1>8.8.8.8</Dns1> | |
<Dns2>8.8.4.4</Dns2> | |
<IsEnabled>true</IsEnabled> | |
<IpRanges> | |
<IpRange> | |
<StartAddress>10.1.1.2</StartAddress> | |
<EndAddress>10.1.1.254</EndAddress> | |
</IpRange> | |
</IpRanges> | |
<AllocatedIpAddresses> | |
<IpAddress>10.1.1.1</IpAddress> | |
<IpAddress>10.1.1.2</IpAddress> | |
</AllocatedIpAddresses> | |
</IpScope> | |
</IpScopes> | |
<ParentNetwork name="SS-INTERNAL" id="3fd7a97b-b182-41a0-8df5-3b67b5c08b27" href="https://roecloud001/api/admin/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<FenceMode>natRouted</FenceMode> | |
<RetainNetInfoAcrossDeployments>false</RetainNetInfoAcrossDeployments> | |
<Features> | |
<FirewallService> | |
<IsEnabled>false</IsEnabled> | |
<DefaultAction>drop</DefaultAction> | |
<LogDefaultAction>false</LogDefaultAction> | |
</FirewallService> | |
<NatService> | |
<IsEnabled>true</IsEnabled> | |
<NatType>portForwarding</NatType> | |
<Policy>allowTraffic</Policy> | |
<NatRule> | |
<Id>65537</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2217</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>22</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65538</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2218</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>3389</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65539</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2219</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>5985</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
</NatService> | |
</Features> | |
<SyslogServerSettings/> | |
<RouterInfo> | |
<ExternalIp>10.115.4.3</ExternalIp> | |
</RouterInfo> | |
</Configuration> | |
<IsDeployed>true</IsDeployed> | |
</NetworkConfig> | |
</NetworkConfigSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<DateCreated>2014-07-06T22:14:04.600+02:00</DateCreated> | |
<Owner type="application/vnd.vmware.vcloud.owner+xml"> | |
<User type="application/vnd.vmware.admin.user+xml" name="vagrant" href="https://roecloud001/api/admin/user/258ca929-d860-4d64-9607-17f5e9251384"/> | |
</Owner> | |
<InMaintenanceMode>false</InMaintenanceMode> | |
<Children> | |
<Vm nestedHypervisorEnabled="false" needsCustomization="false" deployed="true" status="4" name="tst" id="urn:vcloud:vm:20ca0366-4ac6-4b91-b10d-02712c9e0300" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/suspend"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/undeploy"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/metadata"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/productSections/"/> | |
<Link rel="screen:thumbnail" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen"/> | |
<Link rel="screen:acquireTicket" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen/action/acquireTicket"/> | |
<Link rel="media:insertMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/insertMedia"/> | |
<Link rel="media:ejectMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/ejectMedia"/> | |
<Link rel="disk:attach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/attach"/> | |
<Link rel="disk:detach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/detach"/> | |
<Link rel="installVmwareTools" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/installVMwareTools"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/createSnapshot"/> | |
<Link rel="reconfigureVm" type="application/vnd.vmware.vcloud.vm+xml" name="tst" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/reconfigureVm"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<ovf:VirtualHardwareSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:transport="" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Virtual hardware requirements</ovf:Info> | |
<ovf:System> | |
<vssd:ElementName>Virtual Hardware Family</vssd:ElementName> | |
<vssd:InstanceID>0</vssd:InstanceID> | |
<vssd:VirtualSystemIdentifier>tst</vssd:VirtualSystemIdentifier> | |
<vssd:VirtualSystemType>vmx-09</vssd:VirtualSystemType> | |
</ovf:System> | |
<ovf:Item> | |
<rasd:Address>00:50:56:01:0f:25</rasd:Address> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:AutomaticAllocation>true</rasd:AutomaticAllocation> | |
<rasd:Connection vcloud:ipAddress="10.1.1.2" vcloud:primaryNetworkConnection="true" vcloud:ipAddressingMode="POOL">Vagrant-vApp-Net</rasd:Connection> | |
<rasd:Description>Vmxnet3 ethernet adapter on "Vagrant-vApp-Net"</rasd:Description> | |
<rasd:ElementName>Network adapter 0</rasd:ElementName> | |
<rasd:InstanceID>1</rasd:InstanceID> | |
<rasd:ResourceSubType>VMXNET3</rasd:ResourceSubType> | |
<rasd:ResourceType>10</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:Address>0</rasd:Address> | |
<rasd:Description>SCSI Controller</rasd:Description> | |
<rasd:ElementName>SCSI Controller 0</rasd:ElementName> | |
<rasd:InstanceID>2</rasd:InstanceID> | |
<rasd:ResourceSubType>lsilogicsas</rasd:ResourceSubType> | |
<rasd:ResourceType>6</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:Description>Hard disk</rasd:Description> | |
<rasd:ElementName>Hard disk 1</rasd:ElementName> | |
<rasd:HostResource vcloud:capacity="61440" vcloud:busSubType="lsilogicsas" vcloud:busType="6"/> | |
<rasd:InstanceID>2000</rasd:InstanceID> | |
<rasd:Parent>2</rasd:Parent> | |
<rasd:ResourceType>17</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>hertz * 10^6</rasd:AllocationUnits> | |
<rasd:Description>Number of Virtual CPUs</rasd:Description> | |
<rasd:ElementName>2 virtual CPU(s)</rasd:ElementName> | |
<rasd:InstanceID>3</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>3</rasd:ResourceType> | |
<rasd:VirtualQuantity>2</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>byte * 2^20</rasd:AllocationUnits> | |
<rasd:Description>Memory Size</rasd:Description> | |
<rasd:ElementName>2048 MB of memory</rasd:ElementName> | |
<rasd:InstanceID>4</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>4</rasd:ResourceType> | |
<rasd:VirtualQuantity>2048</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
</ovf:Item> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.virtualHardwareSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/media"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
</ovf:VirtualHardwareSection> | |
<ovf:OperatingSystemSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:id="102" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/" vcloud:type="application/vnd.vmware.vcloud.operatingSystemSection+xml" vmw:osType="windows7Server64Guest"> | |
<ovf:Info>Specifies the operating system installed</ovf:Info> | |
<ovf:Description>Microsoft Windows Server 2008 R2 (64-bit)</ovf:Description> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.operatingSystemSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/"/> | |
</ovf:OperatingSystemSection> | |
<NetworkConnectionSection type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/" ovf:required="false"> | |
<ovf:Info>Specifies the available VM network connections</ovf:Info> | |
<PrimaryNetworkConnectionIndex>0</PrimaryNetworkConnectionIndex> | |
<NetworkConnection network="Vagrant-vApp-Net" needsCustomization="false"> | |
<NetworkConnectionIndex>0</NetworkConnectionIndex> | |
<IpAddress>10.1.1.2</IpAddress> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<IsConnected>true</IsConnected> | |
<MACAddress>00:50:56:01:0f:25</MACAddress> | |
<IpAddressAllocationMode>POOL</IpAddressAllocationMode> | |
</NetworkConnection> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/"/> | |
</NetworkConnectionSection> | |
<GuestCustomizationSection type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/" ovf:required="false"> | |
<ovf:Info>Specifies Guest OS Customization Settings</ovf:Info> | |
<Enabled>true</Enabled> | |
<ChangeSid>false</ChangeSid> | |
<VirtualMachineId>20ca0366-4ac6-4b91-b10d-02712c9e0300</VirtualMachineId> | |
<JoinDomainEnabled>false</JoinDomainEnabled> | |
<UseOrgSettings>false</UseOrgSettings> | |
<AdminPasswordEnabled>false</AdminPasswordEnabled> | |
<AdminPasswordAuto>true</AdminPasswordAuto> | |
<ResetPasswordRequired>false</ResetPasswordRequired> | |
<ComputerName>tst</ComputerName> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/"/> | |
</GuestCustomizationSection> | |
<RuntimeInfoSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/runtimeInfoSection" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Specifies Runtime info</ovf:Info> | |
<VMWareTools version="9410"/> | |
</RuntimeInfoSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<VAppScopedLocalId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedLocalId> | |
<ovfenv:Environment xmlns:ns10="http://www.vmware.com/schema/ovfenv" ovfenv:id="" ns10:vCenterId="vm-41145"> | |
<ovfenv:PlatformSection> | |
<ovfenv:Kind>VMware ESXi</ovfenv:Kind> | |
<ovfenv:Version>5.5.0</ovfenv:Version> | |
<ovfenv:Vendor>VMware, Inc.</ovfenv:Vendor> | |
<ovfenv:Locale>en</ovfenv:Locale> | |
</ovfenv:PlatformSection> | |
<ovfenv:PropertySection> | |
<ovfenv:Property ovfenv:value="None" ovfenv:key="vCloud_UseSysPrep"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_bitMask"/> | |
<ovfenv:Property ovfenv:value="static" ovfenv:key="vCloud_bootproto_0"/> | |
<ovfenv:Property ovfenv:value="tst" ovfenv:key="vCloud_computerName"/> | |
<ovfenv:Property ovfenv:value="8.8.8.8" ovfenv:key="vCloud_dns1_0"/> | |
<ovfenv:Property ovfenv:value="8.8.4.4" ovfenv:key="vCloud_dns2_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.1" ovfenv:key="vCloud_gateway_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.2" ovfenv:key="vCloud_ip_0"/> | |
<ovfenv:Property ovfenv:value="00:50:56:01:0f:25" ovfenv:key="vCloud_macaddr_0"/> | |
<ovfenv:Property ovfenv:value="359edb22-3d9b-44f5-b11b-800589b0c8d4" ovfenv:key="vCloud_markerid"/> | |
<ovfenv:Property ovfenv:value="255.255.255.0" ovfenv:key="vCloud_netmask_0"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_numnics"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_primaryNic"/> | |
<ovfenv:Property ovfenv:value="996694177" ovfenv:key="vCloud_reconfigToken"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_resetPassword"/> | |
<ovfenv:Property ovfenv:value="" ovfenv:key="vCloud_suffix_0"/> | |
</ovfenv:PropertySection> | |
<ve:EthernetAdapterSection xmlns:ve="http://www.vmware.com/schema/ovfenv" xmlns="http://schemas.dmtf.org/ovf/environment/1" xmlns:oe="http://schemas.dmtf.org/ovf/environment/1"> | |
<ve:Adapter ve:mac="00:50:56:01:0f:25" ve:network="vxw-dvs-3650-virtualwire-744-sid-5051-dvs.VCDVSVagrant-vApp-Net-8a23a99e-d443-4a" ve:unitNumber="7"/> | |
</ve:EthernetAdapterSection> | |
</ovfenv:Environment> | |
<VmCapabilities type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"/> | |
<MemoryHotAddEnabled>false</MemoryHotAddEnabled> | |
<CpuHotAddEnabled>false</CpuHotAddEnabled> | |
</VmCapabilities> | |
<StorageProfile type="application/vnd.vmware.vcloud.vdcStorageProfile+xml" name="*" href="https://roecloud001/api/vdcStorageProfile/59bc6f09-4ba6-48b6-ac21-636e778917bd"/> | |
</Vm> | |
</Children> | |
</VApp> | |
INFO read_state: VM [tst] is running | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ReadState:0x31a10f0> | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x31793a0> | |
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x31793b8> | |
INFO machine: Calling action: read_state on provider vCloud (20ca0366-4ac6-4b91-b10d-02712c9e0300) | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 1 hooks defined. | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x25ecb70> | |
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x25fc5c0> | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x25fc4b8> | |
INFO connect_vcloud: Already logged in, using current session | |
DEBUG connect_vcloud: x-vcloud-authorization=yPfe8SDuCVkmMu8n1mzLHhhMy4ELwr9FxcEkzWdidvU= | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ReadState:0x2715cc0> | |
"[Sun Jul 6 22:17:03 2014] -> SEND GET https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" | |
"[Sun Jul 6 22:17:03 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:17:02 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.vApp+xml;version=5.1", | |
"Content-Length" => "28601" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<VApp xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:vmw="http://www.vmware.com/schema/ovf" xmlns:ovfenv="http://schemas.dmtf.org/ovf/environment/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ovfDescriptorUploaded="true" deployed="true" status="4" name="windows_2008_r2-vagrant-vmware-slave-a6e2e0c0" id="urn:vcloud:vapp:8fa68881-c0aa-4322-8a1d-1920d8572782" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" xsi:schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_VirtualSystemSettingData.xsd http://www.vmware.com/schema/ovf http://www.vmware.com/schema/ovf http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://schemas.dmtf.org/ovf/environment/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8027_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_ResourceAllocationSettingData.xsd"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/suspend"/> | |
<Link rel="deploy" type="application/vnd.vmware.vcloud.deployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/deploy"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/undeploy"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.vAppNetwork+xml" name="Vagrant-vApp-Net" href="https://roecloud001/api/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/controlAccess/"/> | |
<Link rel="controlAccess" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/controlAccess"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vdc+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.owner+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/owner"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/metadata"/> | |
<Link rel="ovf" type="text/xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/ovf"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/productSections/"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/createSnapshot"/> | |
<Description>vApp created by vagrant running on vmware-slave using vagrant-vcloud on July 06, 2014</Description> | |
<LeaseSettingsSection type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/" ovf:required="false"> | |
<ovf:Info>Lease settings section</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/"/> | |
<DeploymentLeaseInSeconds>259200</DeploymentLeaseInSeconds> | |
<StorageLeaseInSeconds>2592000</StorageLeaseInSeconds> | |
<DeploymentLeaseExpiration>2014-07-09T22:16:28.663+02:00</DeploymentLeaseExpiration> | |
</LeaseSettingsSection> | |
<ovf:StartupSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/" vcloud:type="application/vnd.vmware.vcloud.startupSection+xml"> | |
<ovf:Info>VApp startup section</ovf:Info> | |
<ovf:Item ovf:stopDelay="0" ovf:stopAction="powerOff" ovf:startDelay="0" ovf:startAction="powerOn" ovf:order="0" ovf:id="tst"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.startupSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/"/> | |
</ovf:StartupSection> | |
<ovf:NetworkSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkSection/" vcloud:type="application/vnd.vmware.vcloud.networkSection+xml"> | |
<ovf:Info>The list of logical networks</ovf:Info> | |
<ovf:Network ovf:name="Vagrant-vApp-Net"> | |
<ovf:Description/> | |
</ovf:Network> | |
</ovf:NetworkSection> | |
<NetworkConfigSection type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/" ovf:required="false"> | |
<ovf:Info>The configuration parameters for logical networks</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/"/> | |
<NetworkConfig networkName="Vagrant-vApp-Net"> | |
<Link rel="repair" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/reset"/> | |
<Link rel="syncSyslogSettings" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/syncSyslogServerSettings"/> | |
<Description/> | |
<Configuration> | |
<IpScopes> | |
<IpScope> | |
<IsInherited>false</IsInherited> | |
<Gateway>10.1.1.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<Dns1>8.8.8.8</Dns1> | |
<Dns2>8.8.4.4</Dns2> | |
<IsEnabled>true</IsEnabled> | |
<IpRanges> | |
<IpRange> | |
<StartAddress>10.1.1.2</StartAddress> | |
<EndAddress>10.1.1.254</EndAddress> | |
</IpRange> | |
</IpRanges> | |
<AllocatedIpAddresses> | |
<IpAddress>10.1.1.1</IpAddress> | |
<IpAddress>10.1.1.2</IpAddress> | |
</AllocatedIpAddresses> | |
</IpScope> | |
</IpScopes> | |
<ParentNetwork name="SS-INTERNAL" id="3fd7a97b-b182-41a0-8df5-3b67b5c08b27" href="https://roecloud001/api/admin/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<FenceMode>natRouted</FenceMode> | |
<RetainNetInfoAcrossDeployments>false</RetainNetInfoAcrossDeployments> | |
<Features> | |
<FirewallService> | |
<IsEnabled>false</IsEnabled> | |
<DefaultAction>drop</DefaultAction> | |
<LogDefaultAction>false</LogDefaultAction> | |
</FirewallService> | |
<NatService> | |
<IsEnabled>true</IsEnabled> | |
<NatType>portForwarding</NatType> | |
<Policy>allowTraffic</Policy> | |
<NatRule> | |
<Id>65537</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2217</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>22</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65538</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2218</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>3389</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65539</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2219</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>5985</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
</NatService> | |
</Features> | |
<SyslogServerSettings/> | |
<RouterInfo> | |
<ExternalIp>10.115.4.3</ExternalIp> | |
</RouterInfo> | |
</Configuration> | |
<IsDeployed>true</IsDeployed> | |
</NetworkConfig> | |
</NetworkConfigSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<DateCreated>2014-07-06T22:14:04.600+02:00</DateCreated> | |
<Owner type="application/vnd.vmware.vcloud.owner+xml"> | |
<User type="application/vnd.vmware.admin.user+xml" name="vagrant" href="https://roecloud001/api/admin/user/258ca929-d860-4d64-9607-17f5e9251384"/> | |
</Owner> | |
<InMaintenanceMode>false</InMaintenanceMode> | |
<Children> | |
<Vm nestedHypervisorEnabled="false" needsCustomization="false" deployed="true" status="4" name="tst" id="urn:vcloud:vm:20ca0366-4ac6-4b91-b10d-02712c9e0300" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/suspend"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/undeploy"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/metadata"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/productSections/"/> | |
<Link rel="screen:thumbnail" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen"/> | |
<Link rel="screen:acquireTicket" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen/action/acquireTicket"/> | |
<Link rel="media:insertMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/insertMedia"/> | |
<Link rel="media:ejectMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/ejectMedia"/> | |
<Link rel="disk:attach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/attach"/> | |
<Link rel="disk:detach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/detach"/> | |
<Link rel="installVmwareTools" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/installVMwareTools"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/createSnapshot"/> | |
<Link rel="reconfigureVm" type="application/vnd.vmware.vcloud.vm+xml" name="tst" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/reconfigureVm"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<ovf:VirtualHardwareSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:transport="" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Virtual hardware requirements</ovf:Info> | |
<ovf:System> | |
<vssd:ElementName>Virtual Hardware Family</vssd:ElementName> | |
<vssd:InstanceID>0</vssd:InstanceID> | |
<vssd:VirtualSystemIdentifier>tst</vssd:VirtualSystemIdentifier> | |
<vssd:VirtualSystemType>vmx-09</vssd:VirtualSystemType> | |
</ovf:System> | |
<ovf:Item> | |
<rasd:Address>00:50:56:01:0f:25</rasd:Address> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:AutomaticAllocation>true</rasd:AutomaticAllocation> | |
<rasd:Connection vcloud:ipAddress="10.1.1.2" vcloud:primaryNetworkConnection="true" vcloud:ipAddressingMode="POOL">Vagrant-vApp-Net</rasd:Connection> | |
<rasd:Description>Vmxnet3 ethernet adapter on "Vagrant-vApp-Net"</rasd:Description> | |
<rasd:ElementName>Network adapter 0</rasd:ElementName> | |
<rasd:InstanceID>1</rasd:InstanceID> | |
<rasd:ResourceSubType>VMXNET3</rasd:ResourceSubType> | |
<rasd:ResourceType>10</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:Address>0</rasd:Address> | |
<rasd:Description>SCSI Controller</rasd:Description> | |
<rasd:ElementName>SCSI Controller 0</rasd:ElementName> | |
<rasd:InstanceID>2</rasd:InstanceID> | |
<rasd:ResourceSubType>lsilogicsas</rasd:ResourceSubType> | |
<rasd:ResourceType>6</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:Description>Hard disk</rasd:Description> | |
<rasd:ElementName>Hard disk 1</rasd:ElementName> | |
<rasd:HostResource vcloud:capacity="61440" vcloud:busSubType="lsilogicsas" vcloud:busType="6"/> | |
<rasd:InstanceID>2000</rasd:InstanceID> | |
<rasd:Parent>2</rasd:Parent> | |
<rasd:ResourceType>17</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>hertz * 10^6</rasd:AllocationUnits> | |
<rasd:Description>Number of Virtual CPUs</rasd:Description> | |
<rasd:ElementName>2 virtual CPU(s)</rasd:ElementName> | |
<rasd:InstanceID>3</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>3</rasd:ResourceType> | |
<rasd:VirtualQuantity>2</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>byte * 2^20</rasd:AllocationUnits> | |
<rasd:Description>Memory Size</rasd:Description> | |
<rasd:ElementName>2048 MB of memory</rasd:ElementName> | |
<rasd:InstanceID>4</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>4</rasd:ResourceType> | |
<rasd:VirtualQuantity>2048</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
</ovf:Item> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.virtualHardwareSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/media"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
</ovf:VirtualHardwareSection> | |
<ovf:OperatingSystemSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:id="102" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/" vcloud:type="application/vnd.vmware.vcloud.operatingSystemSection+xml" vmw:osType="windows7Server64Guest"> | |
<ovf:Info>Specifies the operating system installed</ovf:Info> | |
<ovf:Description>Microsoft Windows Server 2008 R2 (64-bit)</ovf:Description> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.operatingSystemSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/"/> | |
</ovf:OperatingSystemSection> | |
<NetworkConnectionSection type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/" ovf:required="false"> | |
<ovf:Info>Specifies the available VM network connections</ovf:Info> | |
<PrimaryNetworkConnectionIndex>0</PrimaryNetworkConnectionIndex> | |
<NetworkConnection network="Vagrant-vApp-Net" needsCustomization="false"> | |
<NetworkConnectionIndex>0</NetworkConnectionIndex> | |
<IpAddress>10.1.1.2</IpAddress> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<IsConnected>true</IsConnected> | |
<MACAddress>00:50:56:01:0f:25</MACAddress> | |
<IpAddressAllocationMode>POOL</IpAddressAllocationMode> | |
</NetworkConnection> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/"/> | |
</NetworkConnectionSection> | |
<GuestCustomizationSection type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/" ovf:required="false"> | |
<ovf:Info>Specifies Guest OS Customization Settings</ovf:Info> | |
<Enabled>true</Enabled> | |
<ChangeSid>false</ChangeSid> | |
<VirtualMachineId>20ca0366-4ac6-4b91-b10d-02712c9e0300</VirtualMachineId> | |
<JoinDomainEnabled>false</JoinDomainEnabled> | |
<UseOrgSettings>false</UseOrgSettings> | |
<AdminPasswordEnabled>false</AdminPasswordEnabled> | |
<AdminPasswordAuto>true</AdminPasswordAuto> | |
<ResetPasswordRequired>false</ResetPasswordRequired> | |
<ComputerName>tst</ComputerName> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/"/> | |
</GuestCustomizationSection> | |
<RuntimeInfoSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/runtimeInfoSection" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Specifies Runtime info</ovf:Info> | |
<VMWareTools version="9410"/> | |
</RuntimeInfoSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<VAppScopedLocalId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedLocalId> | |
<ovfenv:Environment xmlns:ns10="http://www.vmware.com/schema/ovfenv" ovfenv:id="" ns10:vCenterId="vm-41145"> | |
<ovfenv:PlatformSection> | |
<ovfenv:Kind>VMware ESXi</ovfenv:Kind> | |
<ovfenv:Version>5.5.0</ovfenv:Version> | |
<ovfenv:Vendor>VMware, Inc.</ovfenv:Vendor> | |
<ovfenv:Locale>en</ovfenv:Locale> | |
</ovfenv:PlatformSection> | |
<ovfenv:PropertySection> | |
<ovfenv:Property ovfenv:value="None" ovfenv:key="vCloud_UseSysPrep"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_bitMask"/> | |
<ovfenv:Property ovfenv:value="static" ovfenv:key="vCloud_bootproto_0"/> | |
<ovfenv:Property ovfenv:value="tst" ovfenv:key="vCloud_computerName"/> | |
<ovfenv:Property ovfenv:value="8.8.8.8" ovfenv:key="vCloud_dns1_0"/> | |
<ovfenv:Property ovfenv:value="8.8.4.4" ovfenv:key="vCloud_dns2_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.1" ovfenv:key="vCloud_gateway_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.2" ovfenv:key="vCloud_ip_0"/> | |
<ovfenv:Property ovfenv:value="00:50:56:01:0f:25" ovfenv:key="vCloud_macaddr_0"/> | |
<ovfenv:Property ovfenv:value="359edb22-3d9b-44f5-b11b-800589b0c8d4" ovfenv:key="vCloud_markerid"/> | |
<ovfenv:Property ovfenv:value="255.255.255.0" ovfenv:key="vCloud_netmask_0"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_numnics"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_primaryNic"/> | |
<ovfenv:Property ovfenv:value="996694177" ovfenv:key="vCloud_reconfigToken"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_resetPassword"/> | |
<ovfenv:Property ovfenv:value="" ovfenv:key="vCloud_suffix_0"/> | |
</ovfenv:PropertySection> | |
<ve:EthernetAdapterSection xmlns:ve="http://www.vmware.com/schema/ovfenv" xmlns="http://schemas.dmtf.org/ovf/environment/1" xmlns:oe="http://schemas.dmtf.org/ovf/environment/1"> | |
<ve:Adapter ve:mac="00:50:56:01:0f:25" ve:network="vxw-dvs-3650-virtualwire-744-sid-5051-dvs.VCDVSVagrant-vApp-Net-8a23a99e-d443-4a" ve:unitNumber="7"/> | |
</ve:EthernetAdapterSection> | |
</ovfenv:Environment> | |
<VmCapabilities type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"/> | |
<MemoryHotAddEnabled>false</MemoryHotAddEnabled> | |
<CpuHotAddEnabled>false</CpuHotAddEnabled> | |
</VmCapabilities> | |
<StorageProfile type="application/vnd.vmware.vcloud.vdcStorageProfile+xml" name="*" href="https://roecloud001/api/vdcStorageProfile/59bc6f09-4ba6-48b6-ac21-636e778917bd"/> | |
</Vm> | |
</Children> | |
</VApp> | |
INFO read_state: VM [tst] is running | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ReadState:0x2715cc0> | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x25fc4b8> | |
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x25fc5c0> | |
INFO machine: Calling action: read_state on provider vCloud (20ca0366-4ac6-4b91-b10d-02712c9e0300) | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 1 hooks defined. | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x31686a8> | |
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x3171d08> | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x3171cf0> | |
INFO connect_vcloud: Already logged in, using current session | |
DEBUG connect_vcloud: x-vcloud-authorization=yPfe8SDuCVkmMu8n1mzLHhhMy4ELwr9FxcEkzWdidvU= | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ReadState:0x319a7f0> | |
"[Sun Jul 6 22:17:04 2014] -> SEND GET https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" | |
"[Sun Jul 6 22:17:05 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:17:04 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.vApp+xml;version=5.1", | |
"Content-Length" => "28601" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<VApp xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:vmw="http://www.vmware.com/schema/ovf" xmlns:ovfenv="http://schemas.dmtf.org/ovf/environment/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ovfDescriptorUploaded="true" deployed="true" status="4" name="windows_2008_r2-vagrant-vmware-slave-a6e2e0c0" id="urn:vcloud:vapp:8fa68881-c0aa-4322-8a1d-1920d8572782" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" xsi:schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_VirtualSystemSettingData.xsd http://www.vmware.com/schema/ovf http://www.vmware.com/schema/ovf http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://schemas.dmtf.org/ovf/environment/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8027_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_ResourceAllocationSettingData.xsd"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/suspend"/> | |
<Link rel="deploy" type="application/vnd.vmware.vcloud.deployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/deploy"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/undeploy"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.vAppNetwork+xml" name="Vagrant-vApp-Net" href="https://roecloud001/api/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/controlAccess/"/> | |
<Link rel="controlAccess" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/controlAccess"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vdc+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.owner+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/owner"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/metadata"/> | |
<Link rel="ovf" type="text/xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/ovf"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/productSections/"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/createSnapshot"/> | |
<Description>vApp created by vagrant running on vmware-slave using vagrant-vcloud on July 06, 2014</Description> | |
<LeaseSettingsSection type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/" ovf:required="false"> | |
<ovf:Info>Lease settings section</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/"/> | |
<DeploymentLeaseInSeconds>259200</DeploymentLeaseInSeconds> | |
<StorageLeaseInSeconds>2592000</StorageLeaseInSeconds> | |
<DeploymentLeaseExpiration>2014-07-09T22:16:28.663+02:00</DeploymentLeaseExpiration> | |
</LeaseSettingsSection> | |
<ovf:StartupSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/" vcloud:type="application/vnd.vmware.vcloud.startupSection+xml"> | |
<ovf:Info>VApp startup section</ovf:Info> | |
<ovf:Item ovf:stopDelay="0" ovf:stopAction="powerOff" ovf:startDelay="0" ovf:startAction="powerOn" ovf:order="0" ovf:id="tst"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.startupSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/"/> | |
</ovf:StartupSection> | |
<ovf:NetworkSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkSection/" vcloud:type="application/vnd.vmware.vcloud.networkSection+xml"> | |
<ovf:Info>The list of logical networks</ovf:Info> | |
<ovf:Network ovf:name="Vagrant-vApp-Net"> | |
<ovf:Description/> | |
</ovf:Network> | |
</ovf:NetworkSection> | |
<NetworkConfigSection type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/" ovf:required="false"> | |
<ovf:Info>The configuration parameters for logical networks</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/"/> | |
<NetworkConfig networkName="Vagrant-vApp-Net"> | |
<Link rel="repair" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/reset"/> | |
<Link rel="syncSyslogSettings" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/syncSyslogServerSettings"/> | |
<Description/> | |
<Configuration> | |
<IpScopes> | |
<IpScope> | |
<IsInherited>false</IsInherited> | |
<Gateway>10.1.1.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<Dns1>8.8.8.8</Dns1> | |
<Dns2>8.8.4.4</Dns2> | |
<IsEnabled>true</IsEnabled> | |
<IpRanges> | |
<IpRange> | |
<StartAddress>10.1.1.2</StartAddress> | |
<EndAddress>10.1.1.254</EndAddress> | |
</IpRange> | |
</IpRanges> | |
<AllocatedIpAddresses> | |
<IpAddress>10.1.1.1</IpAddress> | |
<IpAddress>10.1.1.2</IpAddress> | |
</AllocatedIpAddresses> | |
</IpScope> | |
</IpScopes> | |
<ParentNetwork name="SS-INTERNAL" id="3fd7a97b-b182-41a0-8df5-3b67b5c08b27" href="https://roecloud001/api/admin/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<FenceMode>natRouted</FenceMode> | |
<RetainNetInfoAcrossDeployments>false</RetainNetInfoAcrossDeployments> | |
<Features> | |
<FirewallService> | |
<IsEnabled>false</IsEnabled> | |
<DefaultAction>drop</DefaultAction> | |
<LogDefaultAction>false</LogDefaultAction> | |
</FirewallService> | |
<NatService> | |
<IsEnabled>true</IsEnabled> | |
<NatType>portForwarding</NatType> | |
<Policy>allowTraffic</Policy> | |
<NatRule> | |
<Id>65537</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2217</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>22</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65538</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2218</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>3389</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65539</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2219</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>5985</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
</NatService> | |
</Features> | |
<SyslogServerSettings/> | |
<RouterInfo> | |
<ExternalIp>10.115.4.3</ExternalIp> | |
</RouterInfo> | |
</Configuration> | |
<IsDeployed>true</IsDeployed> | |
</NetworkConfig> | |
</NetworkConfigSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<DateCreated>2014-07-06T22:14:04.600+02:00</DateCreated> | |
<Owner type="application/vnd.vmware.vcloud.owner+xml"> | |
<User type="application/vnd.vmware.admin.user+xml" name="vagrant" href="https://roecloud001/api/admin/user/258ca929-d860-4d64-9607-17f5e9251384"/> | |
</Owner> | |
<InMaintenanceMode>false</InMaintenanceMode> | |
<Children> | |
<Vm nestedHypervisorEnabled="false" needsCustomization="false" deployed="true" status="4" name="tst" id="urn:vcloud:vm:20ca0366-4ac6-4b91-b10d-02712c9e0300" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/suspend"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/undeploy"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/metadata"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/productSections/"/> | |
<Link rel="screen:thumbnail" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen"/> | |
<Link rel="screen:acquireTicket" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen/action/acquireTicket"/> | |
<Link rel="media:insertMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/insertMedia"/> | |
<Link rel="media:ejectMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/ejectMedia"/> | |
<Link rel="disk:attach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/attach"/> | |
<Link rel="disk:detach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/detach"/> | |
<Link rel="installVmwareTools" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/installVMwareTools"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/createSnapshot"/> | |
<Link rel="reconfigureVm" type="application/vnd.vmware.vcloud.vm+xml" name="tst" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/reconfigureVm"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<ovf:VirtualHardwareSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:transport="" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Virtual hardware requirements</ovf:Info> | |
<ovf:System> | |
<vssd:ElementName>Virtual Hardware Family</vssd:ElementName> | |
<vssd:InstanceID>0</vssd:InstanceID> | |
<vssd:VirtualSystemIdentifier>tst</vssd:VirtualSystemIdentifier> | |
<vssd:VirtualSystemType>vmx-09</vssd:VirtualSystemType> | |
</ovf:System> | |
<ovf:Item> | |
<rasd:Address>00:50:56:01:0f:25</rasd:Address> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:AutomaticAllocation>true</rasd:AutomaticAllocation> | |
<rasd:Connection vcloud:ipAddress="10.1.1.2" vcloud:primaryNetworkConnection="true" vcloud:ipAddressingMode="POOL">Vagrant-vApp-Net</rasd:Connection> | |
<rasd:Description>Vmxnet3 ethernet adapter on "Vagrant-vApp-Net"</rasd:Description> | |
<rasd:ElementName>Network adapter 0</rasd:ElementName> | |
<rasd:InstanceID>1</rasd:InstanceID> | |
<rasd:ResourceSubType>VMXNET3</rasd:ResourceSubType> | |
<rasd:ResourceType>10</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:Address>0</rasd:Address> | |
<rasd:Description>SCSI Controller</rasd:Description> | |
<rasd:ElementName>SCSI Controller 0</rasd:ElementName> | |
<rasd:InstanceID>2</rasd:InstanceID> | |
<rasd:ResourceSubType>lsilogicsas</rasd:ResourceSubType> | |
<rasd:ResourceType>6</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:Description>Hard disk</rasd:Description> | |
<rasd:ElementName>Hard disk 1</rasd:ElementName> | |
<rasd:HostResource vcloud:capacity="61440" vcloud:busSubType="lsilogicsas" vcloud:busType="6"/> | |
<rasd:InstanceID>2000</rasd:InstanceID> | |
<rasd:Parent>2</rasd:Parent> | |
<rasd:ResourceType>17</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>hertz * 10^6</rasd:AllocationUnits> | |
<rasd:Description>Number of Virtual CPUs</rasd:Description> | |
<rasd:ElementName>2 virtual CPU(s)</rasd:ElementName> | |
<rasd:InstanceID>3</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>3</rasd:ResourceType> | |
<rasd:VirtualQuantity>2</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>byte * 2^20</rasd:AllocationUnits> | |
<rasd:Description>Memory Size</rasd:Description> | |
<rasd:ElementName>2048 MB of memory</rasd:ElementName> | |
<rasd:InstanceID>4</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>4</rasd:ResourceType> | |
<rasd:VirtualQuantity>2048</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
</ovf:Item> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.virtualHardwareSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/media"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
</ovf:VirtualHardwareSection> | |
<ovf:OperatingSystemSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:id="102" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/" vcloud:type="application/vnd.vmware.vcloud.operatingSystemSection+xml" vmw:osType="windows7Server64Guest"> | |
<ovf:Info>Specifies the operating system installed</ovf:Info> | |
<ovf:Description>Microsoft Windows Server 2008 R2 (64-bit)</ovf:Description> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.operatingSystemSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/"/> | |
</ovf:OperatingSystemSection> | |
<NetworkConnectionSection type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/" ovf:required="false"> | |
<ovf:Info>Specifies the available VM network connections</ovf:Info> | |
<PrimaryNetworkConnectionIndex>0</PrimaryNetworkConnectionIndex> | |
<NetworkConnection network="Vagrant-vApp-Net" needsCustomization="false"> | |
<NetworkConnectionIndex>0</NetworkConnectionIndex> | |
<IpAddress>10.1.1.2</IpAddress> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<IsConnected>true</IsConnected> | |
<MACAddress>00:50:56:01:0f:25</MACAddress> | |
<IpAddressAllocationMode>POOL</IpAddressAllocationMode> | |
</NetworkConnection> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/"/> | |
</NetworkConnectionSection> | |
<GuestCustomizationSection type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/" ovf:required="false"> | |
<ovf:Info>Specifies Guest OS Customization Settings</ovf:Info> | |
<Enabled>true</Enabled> | |
<ChangeSid>false</ChangeSid> | |
<VirtualMachineId>20ca0366-4ac6-4b91-b10d-02712c9e0300</VirtualMachineId> | |
<JoinDomainEnabled>false</JoinDomainEnabled> | |
<UseOrgSettings>false</UseOrgSettings> | |
<AdminPasswordEnabled>false</AdminPasswordEnabled> | |
<AdminPasswordAuto>true</AdminPasswordAuto> | |
<ResetPasswordRequired>false</ResetPasswordRequired> | |
<ComputerName>tst</ComputerName> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/"/> | |
</GuestCustomizationSection> | |
<RuntimeInfoSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/runtimeInfoSection" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Specifies Runtime info</ovf:Info> | |
<VMWareTools version="9410"/> | |
</RuntimeInfoSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<VAppScopedLocalId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedLocalId> | |
<ovfenv:Environment xmlns:ns10="http://www.vmware.com/schema/ovfenv" ovfenv:id="" ns10:vCenterId="vm-41145"> | |
<ovfenv:PlatformSection> | |
<ovfenv:Kind>VMware ESXi</ovfenv:Kind> | |
<ovfenv:Version>5.5.0</ovfenv:Version> | |
<ovfenv:Vendor>VMware, Inc.</ovfenv:Vendor> | |
<ovfenv:Locale>en</ovfenv:Locale> | |
</ovfenv:PlatformSection> | |
<ovfenv:PropertySection> | |
<ovfenv:Property ovfenv:value="None" ovfenv:key="vCloud_UseSysPrep"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_bitMask"/> | |
<ovfenv:Property ovfenv:value="static" ovfenv:key="vCloud_bootproto_0"/> | |
<ovfenv:Property ovfenv:value="tst" ovfenv:key="vCloud_computerName"/> | |
<ovfenv:Property ovfenv:value="8.8.8.8" ovfenv:key="vCloud_dns1_0"/> | |
<ovfenv:Property ovfenv:value="8.8.4.4" ovfenv:key="vCloud_dns2_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.1" ovfenv:key="vCloud_gateway_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.2" ovfenv:key="vCloud_ip_0"/> | |
<ovfenv:Property ovfenv:value="00:50:56:01:0f:25" ovfenv:key="vCloud_macaddr_0"/> | |
<ovfenv:Property ovfenv:value="359edb22-3d9b-44f5-b11b-800589b0c8d4" ovfenv:key="vCloud_markerid"/> | |
<ovfenv:Property ovfenv:value="255.255.255.0" ovfenv:key="vCloud_netmask_0"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_numnics"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_primaryNic"/> | |
<ovfenv:Property ovfenv:value="996694177" ovfenv:key="vCloud_reconfigToken"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_resetPassword"/> | |
<ovfenv:Property ovfenv:value="" ovfenv:key="vCloud_suffix_0"/> | |
</ovfenv:PropertySection> | |
<ve:EthernetAdapterSection xmlns:ve="http://www.vmware.com/schema/ovfenv" xmlns="http://schemas.dmtf.org/ovf/environment/1" xmlns:oe="http://schemas.dmtf.org/ovf/environment/1"> | |
<ve:Adapter ve:mac="00:50:56:01:0f:25" ve:network="vxw-dvs-3650-virtualwire-744-sid-5051-dvs.VCDVSVagrant-vApp-Net-8a23a99e-d443-4a" ve:unitNumber="7"/> | |
</ve:EthernetAdapterSection> | |
</ovfenv:Environment> | |
<VmCapabilities type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"/> | |
<MemoryHotAddEnabled>false</MemoryHotAddEnabled> | |
<CpuHotAddEnabled>false</CpuHotAddEnabled> | |
</VmCapabilities> | |
<StorageProfile type="application/vnd.vmware.vcloud.vdcStorageProfile+xml" name="*" href="https://roecloud001/api/vdcStorageProfile/59bc6f09-4ba6-48b6-ac21-636e778917bd"/> | |
</Vm> | |
</Children> | |
</VApp> | |
INFO read_state: VM [tst] is running | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ReadState:0x319a7f0> | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x3171cf0> | |
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x3171d08> | |
INFO machine: Calling action: read_state on provider vCloud (20ca0366-4ac6-4b91-b10d-02712c9e0300) | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 1 hooks defined. | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x1a3e590> | |
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x1a54808> | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x1a546e8> | |
INFO connect_vcloud: Already logged in, using current session | |
DEBUG connect_vcloud: x-vcloud-authorization=yPfe8SDuCVkmMu8n1mzLHhhMy4ELwr9FxcEkzWdidvU= | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ReadState:0x259e918> | |
"[Sun Jul 6 22:17:06 2014] -> SEND GET https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" | |
"[Sun Jul 6 22:17:06 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:17:05 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.vApp+xml;version=5.1", | |
"Content-Length" => "28601" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<VApp xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:vmw="http://www.vmware.com/schema/ovf" xmlns:ovfenv="http://schemas.dmtf.org/ovf/environment/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ovfDescriptorUploaded="true" deployed="true" status="4" name="windows_2008_r2-vagrant-vmware-slave-a6e2e0c0" id="urn:vcloud:vapp:8fa68881-c0aa-4322-8a1d-1920d8572782" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" xsi:schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_VirtualSystemSettingData.xsd http://www.vmware.com/schema/ovf http://www.vmware.com/schema/ovf http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://schemas.dmtf.org/ovf/environment/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8027_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_ResourceAllocationSettingData.xsd"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/suspend"/> | |
<Link rel="deploy" type="application/vnd.vmware.vcloud.deployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/deploy"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/undeploy"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.vAppNetwork+xml" name="Vagrant-vApp-Net" href="https://roecloud001/api/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/controlAccess/"/> | |
<Link rel="controlAccess" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/controlAccess"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vdc+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.owner+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/owner"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/metadata"/> | |
<Link rel="ovf" type="text/xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/ovf"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/productSections/"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/createSnapshot"/> | |
<Description>vApp created by vagrant running on vmware-slave using vagrant-vcloud on July 06, 2014</Description> | |
<LeaseSettingsSection type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/" ovf:required="false"> | |
<ovf:Info>Lease settings section</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/"/> | |
<DeploymentLeaseInSeconds>259200</DeploymentLeaseInSeconds> | |
<StorageLeaseInSeconds>2592000</StorageLeaseInSeconds> | |
<DeploymentLeaseExpiration>2014-07-09T22:16:28.663+02:00</DeploymentLeaseExpiration> | |
</LeaseSettingsSection> | |
<ovf:StartupSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/" vcloud:type="application/vnd.vmware.vcloud.startupSection+xml"> | |
<ovf:Info>VApp startup section</ovf:Info> | |
<ovf:Item ovf:stopDelay="0" ovf:stopAction="powerOff" ovf:startDelay="0" ovf:startAction="powerOn" ovf:order="0" ovf:id="tst"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.startupSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/"/> | |
</ovf:StartupSection> | |
<ovf:NetworkSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkSection/" vcloud:type="application/vnd.vmware.vcloud.networkSection+xml"> | |
<ovf:Info>The list of logical networks</ovf:Info> | |
<ovf:Network ovf:name="Vagrant-vApp-Net"> | |
<ovf:Description/> | |
</ovf:Network> | |
</ovf:NetworkSection> | |
<NetworkConfigSection type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/" ovf:required="false"> | |
<ovf:Info>The configuration parameters for logical networks</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/"/> | |
<NetworkConfig networkName="Vagrant-vApp-Net"> | |
<Link rel="repair" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/reset"/> | |
<Link rel="syncSyslogSettings" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/syncSyslogServerSettings"/> | |
<Description/> | |
<Configuration> | |
<IpScopes> | |
<IpScope> | |
<IsInherited>false</IsInherited> | |
<Gateway>10.1.1.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<Dns1>8.8.8.8</Dns1> | |
<Dns2>8.8.4.4</Dns2> | |
<IsEnabled>true</IsEnabled> | |
<IpRanges> | |
<IpRange> | |
<StartAddress>10.1.1.2</StartAddress> | |
<EndAddress>10.1.1.254</EndAddress> | |
</IpRange> | |
</IpRanges> | |
<AllocatedIpAddresses> | |
<IpAddress>10.1.1.1</IpAddress> | |
<IpAddress>10.1.1.2</IpAddress> | |
</AllocatedIpAddresses> | |
</IpScope> | |
</IpScopes> | |
<ParentNetwork name="SS-INTERNAL" id="3fd7a97b-b182-41a0-8df5-3b67b5c08b27" href="https://roecloud001/api/admin/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<FenceMode>natRouted</FenceMode> | |
<RetainNetInfoAcrossDeployments>false</RetainNetInfoAcrossDeployments> | |
<Features> | |
<FirewallService> | |
<IsEnabled>false</IsEnabled> | |
<DefaultAction>drop</DefaultAction> | |
<LogDefaultAction>false</LogDefaultAction> | |
</FirewallService> | |
<NatService> | |
<IsEnabled>true</IsEnabled> | |
<NatType>portForwarding</NatType> | |
<Policy>allowTraffic</Policy> | |
<NatRule> | |
<Id>65537</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2217</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>22</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65538</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2218</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>3389</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65539</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2219</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>5985</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
</NatService> | |
</Features> | |
<SyslogServerSettings/> | |
<RouterInfo> | |
<ExternalIp>10.115.4.3</ExternalIp> | |
</RouterInfo> | |
</Configuration> | |
<IsDeployed>true</IsDeployed> | |
</NetworkConfig> | |
</NetworkConfigSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<DateCreated>2014-07-06T22:14:04.600+02:00</DateCreated> | |
<Owner type="application/vnd.vmware.vcloud.owner+xml"> | |
<User type="application/vnd.vmware.admin.user+xml" name="vagrant" href="https://roecloud001/api/admin/user/258ca929-d860-4d64-9607-17f5e9251384"/> | |
</Owner> | |
<InMaintenanceMode>false</InMaintenanceMode> | |
<Children> | |
<Vm nestedHypervisorEnabled="false" needsCustomization="false" deployed="true" status="4" name="tst" id="urn:vcloud:vm:20ca0366-4ac6-4b91-b10d-02712c9e0300" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/suspend"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/undeploy"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/metadata"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/productSections/"/> | |
<Link rel="screen:thumbnail" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen"/> | |
<Link rel="screen:acquireTicket" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen/action/acquireTicket"/> | |
<Link rel="media:insertMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/insertMedia"/> | |
<Link rel="media:ejectMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/ejectMedia"/> | |
<Link rel="disk:attach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/attach"/> | |
<Link rel="disk:detach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/detach"/> | |
<Link rel="installVmwareTools" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/installVMwareTools"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/createSnapshot"/> | |
<Link rel="reconfigureVm" type="application/vnd.vmware.vcloud.vm+xml" name="tst" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/reconfigureVm"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<ovf:VirtualHardwareSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:transport="" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Virtual hardware requirements</ovf:Info> | |
<ovf:System> | |
<vssd:ElementName>Virtual Hardware Family</vssd:ElementName> | |
<vssd:InstanceID>0</vssd:InstanceID> | |
<vssd:VirtualSystemIdentifier>tst</vssd:VirtualSystemIdentifier> | |
<vssd:VirtualSystemType>vmx-09</vssd:VirtualSystemType> | |
</ovf:System> | |
<ovf:Item> | |
<rasd:Address>00:50:56:01:0f:25</rasd:Address> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:AutomaticAllocation>true</rasd:AutomaticAllocation> | |
<rasd:Connection vcloud:ipAddress="10.1.1.2" vcloud:primaryNetworkConnection="true" vcloud:ipAddressingMode="POOL">Vagrant-vApp-Net</rasd:Connection> | |
<rasd:Description>Vmxnet3 ethernet adapter on "Vagrant-vApp-Net"</rasd:Description> | |
<rasd:ElementName>Network adapter 0</rasd:ElementName> | |
<rasd:InstanceID>1</rasd:InstanceID> | |
<rasd:ResourceSubType>VMXNET3</rasd:ResourceSubType> | |
<rasd:ResourceType>10</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:Address>0</rasd:Address> | |
<rasd:Description>SCSI Controller</rasd:Description> | |
<rasd:ElementName>SCSI Controller 0</rasd:ElementName> | |
<rasd:InstanceID>2</rasd:InstanceID> | |
<rasd:ResourceSubType>lsilogicsas</rasd:ResourceSubType> | |
<rasd:ResourceType>6</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:Description>Hard disk</rasd:Description> | |
<rasd:ElementName>Hard disk 1</rasd:ElementName> | |
<rasd:HostResource vcloud:capacity="61440" vcloud:busSubType="lsilogicsas" vcloud:busType="6"/> | |
<rasd:InstanceID>2000</rasd:InstanceID> | |
<rasd:Parent>2</rasd:Parent> | |
<rasd:ResourceType>17</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>hertz * 10^6</rasd:AllocationUnits> | |
<rasd:Description>Number of Virtual CPUs</rasd:Description> | |
<rasd:ElementName>2 virtual CPU(s)</rasd:ElementName> | |
<rasd:InstanceID>3</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>3</rasd:ResourceType> | |
<rasd:VirtualQuantity>2</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>byte * 2^20</rasd:AllocationUnits> | |
<rasd:Description>Memory Size</rasd:Description> | |
<rasd:ElementName>2048 MB of memory</rasd:ElementName> | |
<rasd:InstanceID>4</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>4</rasd:ResourceType> | |
<rasd:VirtualQuantity>2048</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
</ovf:Item> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.virtualHardwareSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/media"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
</ovf:VirtualHardwareSection> | |
<ovf:OperatingSystemSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:id="102" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/" vcloud:type="application/vnd.vmware.vcloud.operatingSystemSection+xml" vmw:osType="windows7Server64Guest"> | |
<ovf:Info>Specifies the operating system installed</ovf:Info> | |
<ovf:Description>Microsoft Windows Server 2008 R2 (64-bit)</ovf:Description> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.operatingSystemSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/"/> | |
</ovf:OperatingSystemSection> | |
<NetworkConnectionSection type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/" ovf:required="false"> | |
<ovf:Info>Specifies the available VM network connections</ovf:Info> | |
<PrimaryNetworkConnectionIndex>0</PrimaryNetworkConnectionIndex> | |
<NetworkConnection network="Vagrant-vApp-Net" needsCustomization="false"> | |
<NetworkConnectionIndex>0</NetworkConnectionIndex> | |
<IpAddress>10.1.1.2</IpAddress> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<IsConnected>true</IsConnected> | |
<MACAddress>00:50:56:01:0f:25</MACAddress> | |
<IpAddressAllocationMode>POOL</IpAddressAllocationMode> | |
</NetworkConnection> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/"/> | |
</NetworkConnectionSection> | |
<GuestCustomizationSection type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/" ovf:required="false"> | |
<ovf:Info>Specifies Guest OS Customization Settings</ovf:Info> | |
<Enabled>true</Enabled> | |
<ChangeSid>false</ChangeSid> | |
<VirtualMachineId>20ca0366-4ac6-4b91-b10d-02712c9e0300</VirtualMachineId> | |
<JoinDomainEnabled>false</JoinDomainEnabled> | |
<UseOrgSettings>false</UseOrgSettings> | |
<AdminPasswordEnabled>false</AdminPasswordEnabled> | |
<AdminPasswordAuto>true</AdminPasswordAuto> | |
<ResetPasswordRequired>false</ResetPasswordRequired> | |
<ComputerName>tst</ComputerName> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/"/> | |
</GuestCustomizationSection> | |
<RuntimeInfoSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/runtimeInfoSection" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Specifies Runtime info</ovf:Info> | |
<VMWareTools version="9410"/> | |
</RuntimeInfoSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<VAppScopedLocalId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedLocalId> | |
<ovfenv:Environment xmlns:ns10="http://www.vmware.com/schema/ovfenv" ovfenv:id="" ns10:vCenterId="vm-41145"> | |
<ovfenv:PlatformSection> | |
<ovfenv:Kind>VMware ESXi</ovfenv:Kind> | |
<ovfenv:Version>5.5.0</ovfenv:Version> | |
<ovfenv:Vendor>VMware, Inc.</ovfenv:Vendor> | |
<ovfenv:Locale>en</ovfenv:Locale> | |
</ovfenv:PlatformSection> | |
<ovfenv:PropertySection> | |
<ovfenv:Property ovfenv:value="None" ovfenv:key="vCloud_UseSysPrep"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_bitMask"/> | |
<ovfenv:Property ovfenv:value="static" ovfenv:key="vCloud_bootproto_0"/> | |
<ovfenv:Property ovfenv:value="tst" ovfenv:key="vCloud_computerName"/> | |
<ovfenv:Property ovfenv:value="8.8.8.8" ovfenv:key="vCloud_dns1_0"/> | |
<ovfenv:Property ovfenv:value="8.8.4.4" ovfenv:key="vCloud_dns2_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.1" ovfenv:key="vCloud_gateway_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.2" ovfenv:key="vCloud_ip_0"/> | |
<ovfenv:Property ovfenv:value="00:50:56:01:0f:25" ovfenv:key="vCloud_macaddr_0"/> | |
<ovfenv:Property ovfenv:value="359edb22-3d9b-44f5-b11b-800589b0c8d4" ovfenv:key="vCloud_markerid"/> | |
<ovfenv:Property ovfenv:value="255.255.255.0" ovfenv:key="vCloud_netmask_0"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_numnics"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_primaryNic"/> | |
<ovfenv:Property ovfenv:value="996694177" ovfenv:key="vCloud_reconfigToken"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_resetPassword"/> | |
<ovfenv:Property ovfenv:value="" ovfenv:key="vCloud_suffix_0"/> | |
</ovfenv:PropertySection> | |
<ve:EthernetAdapterSection xmlns:ve="http://www.vmware.com/schema/ovfenv" xmlns="http://schemas.dmtf.org/ovf/environment/1" xmlns:oe="http://schemas.dmtf.org/ovf/environment/1"> | |
<ve:Adapter ve:mac="00:50:56:01:0f:25" ve:network="vxw-dvs-3650-virtualwire-744-sid-5051-dvs.VCDVSVagrant-vApp-Net-8a23a99e-d443-4a" ve:unitNumber="7"/> | |
</ve:EthernetAdapterSection> | |
</ovfenv:Environment> | |
<VmCapabilities type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"/> | |
<MemoryHotAddEnabled>false</MemoryHotAddEnabled> | |
<CpuHotAddEnabled>false</CpuHotAddEnabled> | |
</VmCapabilities> | |
<StorageProfile type="application/vnd.vmware.vcloud.vdcStorageProfile+xml" name="*" href="https://roecloud001/api/vdcStorageProfile/59bc6f09-4ba6-48b6-ac21-636e778917bd"/> | |
</Vm> | |
</Children> | |
</VApp> | |
INFO read_state: VM [tst] is running | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ReadState:0x259e918> | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x1a546e8> | |
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x1a54808> | |
INFO machine: Calling action: read_state on provider vCloud (20ca0366-4ac6-4b91-b10d-02712c9e0300) | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 1 hooks defined. | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x30f86d0> | |
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x310dfa0> | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x310df88> | |
INFO connect_vcloud: Already logged in, using current session | |
DEBUG connect_vcloud: x-vcloud-authorization=yPfe8SDuCVkmMu8n1mzLHhhMy4ELwr9FxcEkzWdidvU= | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ReadState:0x3158178> | |
"[Sun Jul 6 22:17:07 2014] -> SEND GET https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" | |
"[Sun Jul 6 22:17:07 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:17:06 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.vApp+xml;version=5.1", | |
"Content-Length" => "28601" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<VApp xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:vmw="http://www.vmware.com/schema/ovf" xmlns:ovfenv="http://schemas.dmtf.org/ovf/environment/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ovfDescriptorUploaded="true" deployed="true" status="4" name="windows_2008_r2-vagrant-vmware-slave-a6e2e0c0" id="urn:vcloud:vapp:8fa68881-c0aa-4322-8a1d-1920d8572782" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" xsi:schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_VirtualSystemSettingData.xsd http://www.vmware.com/schema/ovf http://www.vmware.com/schema/ovf http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://schemas.dmtf.org/ovf/environment/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8027_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_ResourceAllocationSettingData.xsd"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/suspend"/> | |
<Link rel="deploy" type="application/vnd.vmware.vcloud.deployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/deploy"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/undeploy"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.vAppNetwork+xml" name="Vagrant-vApp-Net" href="https://roecloud001/api/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/controlAccess/"/> | |
<Link rel="controlAccess" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/controlAccess"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vdc+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.owner+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/owner"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/metadata"/> | |
<Link rel="ovf" type="text/xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/ovf"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/productSections/"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/createSnapshot"/> | |
<Description>vApp created by vagrant running on vmware-slave using vagrant-vcloud on July 06, 2014</Description> | |
<LeaseSettingsSection type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/" ovf:required="false"> | |
<ovf:Info>Lease settings section</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/"/> | |
<DeploymentLeaseInSeconds>259200</DeploymentLeaseInSeconds> | |
<StorageLeaseInSeconds>2592000</StorageLeaseInSeconds> | |
<DeploymentLeaseExpiration>2014-07-09T22:16:28.663+02:00</DeploymentLeaseExpiration> | |
</LeaseSettingsSection> | |
<ovf:StartupSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/" vcloud:type="application/vnd.vmware.vcloud.startupSection+xml"> | |
<ovf:Info>VApp startup section</ovf:Info> | |
<ovf:Item ovf:stopDelay="0" ovf:stopAction="powerOff" ovf:startDelay="0" ovf:startAction="powerOn" ovf:order="0" ovf:id="tst"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.startupSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/"/> | |
</ovf:StartupSection> | |
<ovf:NetworkSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkSection/" vcloud:type="application/vnd.vmware.vcloud.networkSection+xml"> | |
<ovf:Info>The list of logical networks</ovf:Info> | |
<ovf:Network ovf:name="Vagrant-vApp-Net"> | |
<ovf:Description/> | |
</ovf:Network> | |
</ovf:NetworkSection> | |
<NetworkConfigSection type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/" ovf:required="false"> | |
<ovf:Info>The configuration parameters for logical networks</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/"/> | |
<NetworkConfig networkName="Vagrant-vApp-Net"> | |
<Link rel="repair" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/reset"/> | |
<Link rel="syncSyslogSettings" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/syncSyslogServerSettings"/> | |
<Description/> | |
<Configuration> | |
<IpScopes> | |
<IpScope> | |
<IsInherited>false</IsInherited> | |
<Gateway>10.1.1.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<Dns1>8.8.8.8</Dns1> | |
<Dns2>8.8.4.4</Dns2> | |
<IsEnabled>true</IsEnabled> | |
<IpRanges> | |
<IpRange> | |
<StartAddress>10.1.1.2</StartAddress> | |
<EndAddress>10.1.1.254</EndAddress> | |
</IpRange> | |
</IpRanges> | |
<AllocatedIpAddresses> | |
<IpAddress>10.1.1.1</IpAddress> | |
<IpAddress>10.1.1.2</IpAddress> | |
</AllocatedIpAddresses> | |
</IpScope> | |
</IpScopes> | |
<ParentNetwork name="SS-INTERNAL" id="3fd7a97b-b182-41a0-8df5-3b67b5c08b27" href="https://roecloud001/api/admin/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<FenceMode>natRouted</FenceMode> | |
<RetainNetInfoAcrossDeployments>false</RetainNetInfoAcrossDeployments> | |
<Features> | |
<FirewallService> | |
<IsEnabled>false</IsEnabled> | |
<DefaultAction>drop</DefaultAction> | |
<LogDefaultAction>false</LogDefaultAction> | |
</FirewallService> | |
<NatService> | |
<IsEnabled>true</IsEnabled> | |
<NatType>portForwarding</NatType> | |
<Policy>allowTraffic</Policy> | |
<NatRule> | |
<Id>65537</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2217</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>22</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65538</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2218</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>3389</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65539</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2219</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>5985</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
</NatService> | |
</Features> | |
<SyslogServerSettings/> | |
<RouterInfo> | |
<ExternalIp>10.115.4.3</ExternalIp> | |
</RouterInfo> | |
</Configuration> | |
<IsDeployed>true</IsDeployed> | |
</NetworkConfig> | |
</NetworkConfigSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<DateCreated>2014-07-06T22:14:04.600+02:00</DateCreated> | |
<Owner type="application/vnd.vmware.vcloud.owner+xml"> | |
<User type="application/vnd.vmware.admin.user+xml" name="vagrant" href="https://roecloud001/api/admin/user/258ca929-d860-4d64-9607-17f5e9251384"/> | |
</Owner> | |
<InMaintenanceMode>false</InMaintenanceMode> | |
<Children> | |
<Vm nestedHypervisorEnabled="false" needsCustomization="false" deployed="true" status="4" name="tst" id="urn:vcloud:vm:20ca0366-4ac6-4b91-b10d-02712c9e0300" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/suspend"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/undeploy"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/metadata"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/productSections/"/> | |
<Link rel="screen:thumbnail" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen"/> | |
<Link rel="screen:acquireTicket" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen/action/acquireTicket"/> | |
<Link rel="media:insertMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/insertMedia"/> | |
<Link rel="media:ejectMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/ejectMedia"/> | |
<Link rel="disk:attach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/attach"/> | |
<Link rel="disk:detach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/detach"/> | |
<Link rel="installVmwareTools" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/installVMwareTools"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/createSnapshot"/> | |
<Link rel="reconfigureVm" type="application/vnd.vmware.vcloud.vm+xml" name="tst" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/reconfigureVm"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<ovf:VirtualHardwareSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:transport="" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Virtual hardware requirements</ovf:Info> | |
<ovf:System> | |
<vssd:ElementName>Virtual Hardware Family</vssd:ElementName> | |
<vssd:InstanceID>0</vssd:InstanceID> | |
<vssd:VirtualSystemIdentifier>tst</vssd:VirtualSystemIdentifier> | |
<vssd:VirtualSystemType>vmx-09</vssd:VirtualSystemType> | |
</ovf:System> | |
<ovf:Item> | |
<rasd:Address>00:50:56:01:0f:25</rasd:Address> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:AutomaticAllocation>true</rasd:AutomaticAllocation> | |
<rasd:Connection vcloud:ipAddress="10.1.1.2" vcloud:primaryNetworkConnection="true" vcloud:ipAddressingMode="POOL">Vagrant-vApp-Net</rasd:Connection> | |
<rasd:Description>Vmxnet3 ethernet adapter on "Vagrant-vApp-Net"</rasd:Description> | |
<rasd:ElementName>Network adapter 0</rasd:ElementName> | |
<rasd:InstanceID>1</rasd:InstanceID> | |
<rasd:ResourceSubType>VMXNET3</rasd:ResourceSubType> | |
<rasd:ResourceType>10</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:Address>0</rasd:Address> | |
<rasd:Description>SCSI Controller</rasd:Description> | |
<rasd:ElementName>SCSI Controller 0</rasd:ElementName> | |
<rasd:InstanceID>2</rasd:InstanceID> | |
<rasd:ResourceSubType>lsilogicsas</rasd:ResourceSubType> | |
<rasd:ResourceType>6</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:Description>Hard disk</rasd:Description> | |
<rasd:ElementName>Hard disk 1</rasd:ElementName> | |
<rasd:HostResource vcloud:capacity="61440" vcloud:busSubType="lsilogicsas" vcloud:busType="6"/> | |
<rasd:InstanceID>2000</rasd:InstanceID> | |
<rasd:Parent>2</rasd:Parent> | |
<rasd:ResourceType>17</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>hertz * 10^6</rasd:AllocationUnits> | |
<rasd:Description>Number of Virtual CPUs</rasd:Description> | |
<rasd:ElementName>2 virtual CPU(s)</rasd:ElementName> | |
<rasd:InstanceID>3</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>3</rasd:ResourceType> | |
<rasd:VirtualQuantity>2</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>byte * 2^20</rasd:AllocationUnits> | |
<rasd:Description>Memory Size</rasd:Description> | |
<rasd:ElementName>2048 MB of memory</rasd:ElementName> | |
<rasd:InstanceID>4</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>4</rasd:ResourceType> | |
<rasd:VirtualQuantity>2048</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
</ovf:Item> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.virtualHardwareSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/media"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
</ovf:VirtualHardwareSection> | |
<ovf:OperatingSystemSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:id="102" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/" vcloud:type="application/vnd.vmware.vcloud.operatingSystemSection+xml" vmw:osType="windows7Server64Guest"> | |
<ovf:Info>Specifies the operating system installed</ovf:Info> | |
<ovf:Description>Microsoft Windows Server 2008 R2 (64-bit)</ovf:Description> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.operatingSystemSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/"/> | |
</ovf:OperatingSystemSection> | |
<NetworkConnectionSection type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/" ovf:required="false"> | |
<ovf:Info>Specifies the available VM network connections</ovf:Info> | |
<PrimaryNetworkConnectionIndex>0</PrimaryNetworkConnectionIndex> | |
<NetworkConnection network="Vagrant-vApp-Net" needsCustomization="false"> | |
<NetworkConnectionIndex>0</NetworkConnectionIndex> | |
<IpAddress>10.1.1.2</IpAddress> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<IsConnected>true</IsConnected> | |
<MACAddress>00:50:56:01:0f:25</MACAddress> | |
<IpAddressAllocationMode>POOL</IpAddressAllocationMode> | |
</NetworkConnection> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/"/> | |
</NetworkConnectionSection> | |
<GuestCustomizationSection type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/" ovf:required="false"> | |
<ovf:Info>Specifies Guest OS Customization Settings</ovf:Info> | |
<Enabled>true</Enabled> | |
<ChangeSid>false</ChangeSid> | |
<VirtualMachineId>20ca0366-4ac6-4b91-b10d-02712c9e0300</VirtualMachineId> | |
<JoinDomainEnabled>false</JoinDomainEnabled> | |
<UseOrgSettings>false</UseOrgSettings> | |
<AdminPasswordEnabled>false</AdminPasswordEnabled> | |
<AdminPasswordAuto>true</AdminPasswordAuto> | |
<ResetPasswordRequired>false</ResetPasswordRequired> | |
<ComputerName>tst</ComputerName> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/"/> | |
</GuestCustomizationSection> | |
<RuntimeInfoSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/runtimeInfoSection" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Specifies Runtime info</ovf:Info> | |
<VMWareTools version="9410"/> | |
</RuntimeInfoSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<VAppScopedLocalId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedLocalId> | |
<ovfenv:Environment xmlns:ns10="http://www.vmware.com/schema/ovfenv" ovfenv:id="" ns10:vCenterId="vm-41145"> | |
<ovfenv:PlatformSection> | |
<ovfenv:Kind>VMware ESXi</ovfenv:Kind> | |
<ovfenv:Version>5.5.0</ovfenv:Version> | |
<ovfenv:Vendor>VMware, Inc.</ovfenv:Vendor> | |
<ovfenv:Locale>en</ovfenv:Locale> | |
</ovfenv:PlatformSection> | |
<ovfenv:PropertySection> | |
<ovfenv:Property ovfenv:value="None" ovfenv:key="vCloud_UseSysPrep"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_bitMask"/> | |
<ovfenv:Property ovfenv:value="static" ovfenv:key="vCloud_bootproto_0"/> | |
<ovfenv:Property ovfenv:value="tst" ovfenv:key="vCloud_computerName"/> | |
<ovfenv:Property ovfenv:value="8.8.8.8" ovfenv:key="vCloud_dns1_0"/> | |
<ovfenv:Property ovfenv:value="8.8.4.4" ovfenv:key="vCloud_dns2_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.1" ovfenv:key="vCloud_gateway_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.2" ovfenv:key="vCloud_ip_0"/> | |
<ovfenv:Property ovfenv:value="00:50:56:01:0f:25" ovfenv:key="vCloud_macaddr_0"/> | |
<ovfenv:Property ovfenv:value="359edb22-3d9b-44f5-b11b-800589b0c8d4" ovfenv:key="vCloud_markerid"/> | |
<ovfenv:Property ovfenv:value="255.255.255.0" ovfenv:key="vCloud_netmask_0"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_numnics"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_primaryNic"/> | |
<ovfenv:Property ovfenv:value="996694177" ovfenv:key="vCloud_reconfigToken"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_resetPassword"/> | |
<ovfenv:Property ovfenv:value="" ovfenv:key="vCloud_suffix_0"/> | |
</ovfenv:PropertySection> | |
<ve:EthernetAdapterSection xmlns:ve="http://www.vmware.com/schema/ovfenv" xmlns="http://schemas.dmtf.org/ovf/environment/1" xmlns:oe="http://schemas.dmtf.org/ovf/environment/1"> | |
<ve:Adapter ve:mac="00:50:56:01:0f:25" ve:network="vxw-dvs-3650-virtualwire-744-sid-5051-dvs.VCDVSVagrant-vApp-Net-8a23a99e-d443-4a" ve:unitNumber="7"/> | |
</ve:EthernetAdapterSection> | |
</ovfenv:Environment> | |
<VmCapabilities type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"/> | |
<MemoryHotAddEnabled>false</MemoryHotAddEnabled> | |
<CpuHotAddEnabled>false</CpuHotAddEnabled> | |
</VmCapabilities> | |
<StorageProfile type="application/vnd.vmware.vcloud.vdcStorageProfile+xml" name="*" href="https://roecloud001/api/vdcStorageProfile/59bc6f09-4ba6-48b6-ac21-636e778917bd"/> | |
</Vm> | |
</Children> | |
</VApp> | |
INFO read_state: VM [tst] is running | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ReadState:0x3158178> | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x310df88> | |
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x310dfa0> | |
INFO machine: Calling action: read_state on provider vCloud (20ca0366-4ac6-4b91-b10d-02712c9e0300) | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 1 hooks defined. | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x1a3e638> | |
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x1a54808> | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x1a546e8> | |
INFO connect_vcloud: Already logged in, using current session | |
DEBUG connect_vcloud: x-vcloud-authorization=yPfe8SDuCVkmMu8n1mzLHhhMy4ELwr9FxcEkzWdidvU= | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ReadState:0x259e918> | |
"[Sun Jul 6 22:17:08 2014] -> SEND GET https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" | |
"[Sun Jul 6 22:17:09 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:17:08 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.vApp+xml;version=5.1", | |
"Content-Length" => "28601" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<VApp xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:vmw="http://www.vmware.com/schema/ovf" xmlns:ovfenv="http://schemas.dmtf.org/ovf/environment/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ovfDescriptorUploaded="true" deployed="true" status="4" name="windows_2008_r2-vagrant-vmware-slave-a6e2e0c0" id="urn:vcloud:vapp:8fa68881-c0aa-4322-8a1d-1920d8572782" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" xsi:schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_VirtualSystemSettingData.xsd http://www.vmware.com/schema/ovf http://www.vmware.com/schema/ovf http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://schemas.dmtf.org/ovf/environment/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8027_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_ResourceAllocationSettingData.xsd"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/suspend"/> | |
<Link rel="deploy" type="application/vnd.vmware.vcloud.deployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/deploy"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/undeploy"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.vAppNetwork+xml" name="Vagrant-vApp-Net" href="https://roecloud001/api/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/controlAccess/"/> | |
<Link rel="controlAccess" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/controlAccess"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vdc+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.owner+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/owner"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/metadata"/> | |
<Link rel="ovf" type="text/xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/ovf"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/productSections/"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/createSnapshot"/> | |
<Description>vApp created by vagrant running on vmware-slave using vagrant-vcloud on July 06, 2014</Description> | |
<LeaseSettingsSection type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/" ovf:required="false"> | |
<ovf:Info>Lease settings section</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/"/> | |
<DeploymentLeaseInSeconds>259200</DeploymentLeaseInSeconds> | |
<StorageLeaseInSeconds>2592000</StorageLeaseInSeconds> | |
<DeploymentLeaseExpiration>2014-07-09T22:16:28.663+02:00</DeploymentLeaseExpiration> | |
</LeaseSettingsSection> | |
<ovf:StartupSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/" vcloud:type="application/vnd.vmware.vcloud.startupSection+xml"> | |
<ovf:Info>VApp startup section</ovf:Info> | |
<ovf:Item ovf:stopDelay="0" ovf:stopAction="powerOff" ovf:startDelay="0" ovf:startAction="powerOn" ovf:order="0" ovf:id="tst"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.startupSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/"/> | |
</ovf:StartupSection> | |
<ovf:NetworkSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkSection/" vcloud:type="application/vnd.vmware.vcloud.networkSection+xml"> | |
<ovf:Info>The list of logical networks</ovf:Info> | |
<ovf:Network ovf:name="Vagrant-vApp-Net"> | |
<ovf:Description/> | |
</ovf:Network> | |
</ovf:NetworkSection> | |
<NetworkConfigSection type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/" ovf:required="false"> | |
<ovf:Info>The configuration parameters for logical networks</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/"/> | |
<NetworkConfig networkName="Vagrant-vApp-Net"> | |
<Link rel="repair" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/reset"/> | |
<Link rel="syncSyslogSettings" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/syncSyslogServerSettings"/> | |
<Description/> | |
<Configuration> | |
<IpScopes> | |
<IpScope> | |
<IsInherited>false</IsInherited> | |
<Gateway>10.1.1.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<Dns1>8.8.8.8</Dns1> | |
<Dns2>8.8.4.4</Dns2> | |
<IsEnabled>true</IsEnabled> | |
<IpRanges> | |
<IpRange> | |
<StartAddress>10.1.1.2</StartAddress> | |
<EndAddress>10.1.1.254</EndAddress> | |
</IpRange> | |
</IpRanges> | |
<AllocatedIpAddresses> | |
<IpAddress>10.1.1.1</IpAddress> | |
<IpAddress>10.1.1.2</IpAddress> | |
</AllocatedIpAddresses> | |
</IpScope> | |
</IpScopes> | |
<ParentNetwork name="SS-INTERNAL" id="3fd7a97b-b182-41a0-8df5-3b67b5c08b27" href="https://roecloud001/api/admin/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<FenceMode>natRouted</FenceMode> | |
<RetainNetInfoAcrossDeployments>false</RetainNetInfoAcrossDeployments> | |
<Features> | |
<FirewallService> | |
<IsEnabled>false</IsEnabled> | |
<DefaultAction>drop</DefaultAction> | |
<LogDefaultAction>false</LogDefaultAction> | |
</FirewallService> | |
<NatService> | |
<IsEnabled>true</IsEnabled> | |
<NatType>portForwarding</NatType> | |
<Policy>allowTraffic</Policy> | |
<NatRule> | |
<Id>65537</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2217</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>22</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65538</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2218</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>3389</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65539</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2219</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>5985</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
</NatService> | |
</Features> | |
<SyslogServerSettings/> | |
<RouterInfo> | |
<ExternalIp>10.115.4.3</ExternalIp> | |
</RouterInfo> | |
</Configuration> | |
<IsDeployed>true</IsDeployed> | |
</NetworkConfig> | |
</NetworkConfigSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<DateCreated>2014-07-06T22:14:04.600+02:00</DateCreated> | |
<Owner type="application/vnd.vmware.vcloud.owner+xml"> | |
<User type="application/vnd.vmware.admin.user+xml" name="vagrant" href="https://roecloud001/api/admin/user/258ca929-d860-4d64-9607-17f5e9251384"/> | |
</Owner> | |
<InMaintenanceMode>false</InMaintenanceMode> | |
<Children> | |
<Vm nestedHypervisorEnabled="false" needsCustomization="false" deployed="true" status="4" name="tst" id="urn:vcloud:vm:20ca0366-4ac6-4b91-b10d-02712c9e0300" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/suspend"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/undeploy"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/metadata"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/productSections/"/> | |
<Link rel="screen:thumbnail" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen"/> | |
<Link rel="screen:acquireTicket" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen/action/acquireTicket"/> | |
<Link rel="media:insertMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/insertMedia"/> | |
<Link rel="media:ejectMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/ejectMedia"/> | |
<Link rel="disk:attach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/attach"/> | |
<Link rel="disk:detach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/detach"/> | |
<Link rel="installVmwareTools" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/installVMwareTools"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/createSnapshot"/> | |
<Link rel="reconfigureVm" type="application/vnd.vmware.vcloud.vm+xml" name="tst" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/reconfigureVm"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<ovf:VirtualHardwareSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:transport="" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Virtual hardware requirements</ovf:Info> | |
<ovf:System> | |
<vssd:ElementName>Virtual Hardware Family</vssd:ElementName> | |
<vssd:InstanceID>0</vssd:InstanceID> | |
<vssd:VirtualSystemIdentifier>tst</vssd:VirtualSystemIdentifier> | |
<vssd:VirtualSystemType>vmx-09</vssd:VirtualSystemType> | |
</ovf:System> | |
<ovf:Item> | |
<rasd:Address>00:50:56:01:0f:25</rasd:Address> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:AutomaticAllocation>true</rasd:AutomaticAllocation> | |
<rasd:Connection vcloud:ipAddress="10.1.1.2" vcloud:primaryNetworkConnection="true" vcloud:ipAddressingMode="POOL">Vagrant-vApp-Net</rasd:Connection> | |
<rasd:Description>Vmxnet3 ethernet adapter on "Vagrant-vApp-Net"</rasd:Description> | |
<rasd:ElementName>Network adapter 0</rasd:ElementName> | |
<rasd:InstanceID>1</rasd:InstanceID> | |
<rasd:ResourceSubType>VMXNET3</rasd:ResourceSubType> | |
<rasd:ResourceType>10</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:Address>0</rasd:Address> | |
<rasd:Description>SCSI Controller</rasd:Description> | |
<rasd:ElementName>SCSI Controller 0</rasd:ElementName> | |
<rasd:InstanceID>2</rasd:InstanceID> | |
<rasd:ResourceSubType>lsilogicsas</rasd:ResourceSubType> | |
<rasd:ResourceType>6</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:Description>Hard disk</rasd:Description> | |
<rasd:ElementName>Hard disk 1</rasd:ElementName> | |
<rasd:HostResource vcloud:capacity="61440" vcloud:busSubType="lsilogicsas" vcloud:busType="6"/> | |
<rasd:InstanceID>2000</rasd:InstanceID> | |
<rasd:Parent>2</rasd:Parent> | |
<rasd:ResourceType>17</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>hertz * 10^6</rasd:AllocationUnits> | |
<rasd:Description>Number of Virtual CPUs</rasd:Description> | |
<rasd:ElementName>2 virtual CPU(s)</rasd:ElementName> | |
<rasd:InstanceID>3</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>3</rasd:ResourceType> | |
<rasd:VirtualQuantity>2</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>byte * 2^20</rasd:AllocationUnits> | |
<rasd:Description>Memory Size</rasd:Description> | |
<rasd:ElementName>2048 MB of memory</rasd:ElementName> | |
<rasd:InstanceID>4</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>4</rasd:ResourceType> | |
<rasd:VirtualQuantity>2048</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
</ovf:Item> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.virtualHardwareSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/media"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
</ovf:VirtualHardwareSection> | |
<ovf:OperatingSystemSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:id="102" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/" vcloud:type="application/vnd.vmware.vcloud.operatingSystemSection+xml" vmw:osType="windows7Server64Guest"> | |
<ovf:Info>Specifies the operating system installed</ovf:Info> | |
<ovf:Description>Microsoft Windows Server 2008 R2 (64-bit)</ovf:Description> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.operatingSystemSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/"/> | |
</ovf:OperatingSystemSection> | |
<NetworkConnectionSection type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/" ovf:required="false"> | |
<ovf:Info>Specifies the available VM network connections</ovf:Info> | |
<PrimaryNetworkConnectionIndex>0</PrimaryNetworkConnectionIndex> | |
<NetworkConnection network="Vagrant-vApp-Net" needsCustomization="false"> | |
<NetworkConnectionIndex>0</NetworkConnectionIndex> | |
<IpAddress>10.1.1.2</IpAddress> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<IsConnected>true</IsConnected> | |
<MACAddress>00:50:56:01:0f:25</MACAddress> | |
<IpAddressAllocationMode>POOL</IpAddressAllocationMode> | |
</NetworkConnection> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/"/> | |
</NetworkConnectionSection> | |
<GuestCustomizationSection type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/" ovf:required="false"> | |
<ovf:Info>Specifies Guest OS Customization Settings</ovf:Info> | |
<Enabled>true</Enabled> | |
<ChangeSid>false</ChangeSid> | |
<VirtualMachineId>20ca0366-4ac6-4b91-b10d-02712c9e0300</VirtualMachineId> | |
<JoinDomainEnabled>false</JoinDomainEnabled> | |
<UseOrgSettings>false</UseOrgSettings> | |
<AdminPasswordEnabled>false</AdminPasswordEnabled> | |
<AdminPasswordAuto>true</AdminPasswordAuto> | |
<ResetPasswordRequired>false</ResetPasswordRequired> | |
<ComputerName>tst</ComputerName> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/"/> | |
</GuestCustomizationSection> | |
<RuntimeInfoSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/runtimeInfoSection" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Specifies Runtime info</ovf:Info> | |
<VMWareTools version="9410"/> | |
</RuntimeInfoSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<VAppScopedLocalId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedLocalId> | |
<ovfenv:Environment xmlns:ns10="http://www.vmware.com/schema/ovfenv" ovfenv:id="" ns10:vCenterId="vm-41145"> | |
<ovfenv:PlatformSection> | |
<ovfenv:Kind>VMware ESXi</ovfenv:Kind> | |
<ovfenv:Version>5.5.0</ovfenv:Version> | |
<ovfenv:Vendor>VMware, Inc.</ovfenv:Vendor> | |
<ovfenv:Locale>en</ovfenv:Locale> | |
</ovfenv:PlatformSection> | |
<ovfenv:PropertySection> | |
<ovfenv:Property ovfenv:value="None" ovfenv:key="vCloud_UseSysPrep"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_bitMask"/> | |
<ovfenv:Property ovfenv:value="static" ovfenv:key="vCloud_bootproto_0"/> | |
<ovfenv:Property ovfenv:value="tst" ovfenv:key="vCloud_computerName"/> | |
<ovfenv:Property ovfenv:value="8.8.8.8" ovfenv:key="vCloud_dns1_0"/> | |
<ovfenv:Property ovfenv:value="8.8.4.4" ovfenv:key="vCloud_dns2_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.1" ovfenv:key="vCloud_gateway_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.2" ovfenv:key="vCloud_ip_0"/> | |
<ovfenv:Property ovfenv:value="00:50:56:01:0f:25" ovfenv:key="vCloud_macaddr_0"/> | |
<ovfenv:Property ovfenv:value="359edb22-3d9b-44f5-b11b-800589b0c8d4" ovfenv:key="vCloud_markerid"/> | |
<ovfenv:Property ovfenv:value="255.255.255.0" ovfenv:key="vCloud_netmask_0"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_numnics"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_primaryNic"/> | |
<ovfenv:Property ovfenv:value="996694177" ovfenv:key="vCloud_reconfigToken"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_resetPassword"/> | |
<ovfenv:Property ovfenv:value="" ovfenv:key="vCloud_suffix_0"/> | |
</ovfenv:PropertySection> | |
<ve:EthernetAdapterSection xmlns:ve="http://www.vmware.com/schema/ovfenv" xmlns="http://schemas.dmtf.org/ovf/environment/1" xmlns:oe="http://schemas.dmtf.org/ovf/environment/1"> | |
<ve:Adapter ve:mac="00:50:56:01:0f:25" ve:network="vxw-dvs-3650-virtualwire-744-sid-5051-dvs.VCDVSVagrant-vApp-Net-8a23a99e-d443-4a" ve:unitNumber="7"/> | |
</ve:EthernetAdapterSection> | |
</ovfenv:Environment> | |
<VmCapabilities type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"/> | |
<MemoryHotAddEnabled>false</MemoryHotAddEnabled> | |
<CpuHotAddEnabled>false</CpuHotAddEnabled> | |
</VmCapabilities> | |
<StorageProfile type="application/vnd.vmware.vcloud.vdcStorageProfile+xml" name="*" href="https://roecloud001/api/vdcStorageProfile/59bc6f09-4ba6-48b6-ac21-636e778917bd"/> | |
</Vm> | |
</Children> | |
</VApp> | |
INFO read_state: VM [tst] is running | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ReadState:0x259e918> | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x1a546e8> | |
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x1a54808> | |
INFO machine: Calling action: read_state on provider vCloud (20ca0366-4ac6-4b91-b10d-02712c9e0300) | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 1 hooks defined. | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x31089a8> | |
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x310cc38> | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x310cbc0> | |
INFO connect_vcloud: Already logged in, using current session | |
DEBUG connect_vcloud: x-vcloud-authorization=yPfe8SDuCVkmMu8n1mzLHhhMy4ELwr9FxcEkzWdidvU= | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ReadState:0x3162408> | |
"[Sun Jul 6 22:17:10 2014] -> SEND GET https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" | |
"[Sun Jul 6 22:17:10 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:17:09 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.vApp+xml;version=5.1", | |
"Content-Length" => "28601" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<VApp xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:vmw="http://www.vmware.com/schema/ovf" xmlns:ovfenv="http://schemas.dmtf.org/ovf/environment/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ovfDescriptorUploaded="true" deployed="true" status="4" name="windows_2008_r2-vagrant-vmware-slave-a6e2e0c0" id="urn:vcloud:vapp:8fa68881-c0aa-4322-8a1d-1920d8572782" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" xsi:schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_VirtualSystemSettingData.xsd http://www.vmware.com/schema/ovf http://www.vmware.com/schema/ovf http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://schemas.dmtf.org/ovf/environment/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8027_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_ResourceAllocationSettingData.xsd"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/suspend"/> | |
<Link rel="deploy" type="application/vnd.vmware.vcloud.deployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/deploy"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/undeploy"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.vAppNetwork+xml" name="Vagrant-vApp-Net" href="https://roecloud001/api/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/controlAccess/"/> | |
<Link rel="controlAccess" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/controlAccess"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vdc+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.owner+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/owner"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/metadata"/> | |
<Link rel="ovf" type="text/xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/ovf"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/productSections/"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/createSnapshot"/> | |
<Description>vApp created by vagrant running on vmware-slave using vagrant-vcloud on July 06, 2014</Description> | |
<LeaseSettingsSection type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/" ovf:required="false"> | |
<ovf:Info>Lease settings section</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/"/> | |
<DeploymentLeaseInSeconds>259200</DeploymentLeaseInSeconds> | |
<StorageLeaseInSeconds>2592000</StorageLeaseInSeconds> | |
<DeploymentLeaseExpiration>2014-07-09T22:16:28.663+02:00</DeploymentLeaseExpiration> | |
</LeaseSettingsSection> | |
<ovf:StartupSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/" vcloud:type="application/vnd.vmware.vcloud.startupSection+xml"> | |
<ovf:Info>VApp startup section</ovf:Info> | |
<ovf:Item ovf:stopDelay="0" ovf:stopAction="powerOff" ovf:startDelay="0" ovf:startAction="powerOn" ovf:order="0" ovf:id="tst"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.startupSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/"/> | |
</ovf:StartupSection> | |
<ovf:NetworkSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkSection/" vcloud:type="application/vnd.vmware.vcloud.networkSection+xml"> | |
<ovf:Info>The list of logical networks</ovf:Info> | |
<ovf:Network ovf:name="Vagrant-vApp-Net"> | |
<ovf:Description/> | |
</ovf:Network> | |
</ovf:NetworkSection> | |
<NetworkConfigSection type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/" ovf:required="false"> | |
<ovf:Info>The configuration parameters for logical networks</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/"/> | |
<NetworkConfig networkName="Vagrant-vApp-Net"> | |
<Link rel="repair" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/reset"/> | |
<Link rel="syncSyslogSettings" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/syncSyslogServerSettings"/> | |
<Description/> | |
<Configuration> | |
<IpScopes> | |
<IpScope> | |
<IsInherited>false</IsInherited> | |
<Gateway>10.1.1.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<Dns1>8.8.8.8</Dns1> | |
<Dns2>8.8.4.4</Dns2> | |
<IsEnabled>true</IsEnabled> | |
<IpRanges> | |
<IpRange> | |
<StartAddress>10.1.1.2</StartAddress> | |
<EndAddress>10.1.1.254</EndAddress> | |
</IpRange> | |
</IpRanges> | |
<AllocatedIpAddresses> | |
<IpAddress>10.1.1.1</IpAddress> | |
<IpAddress>10.1.1.2</IpAddress> | |
</AllocatedIpAddresses> | |
</IpScope> | |
</IpScopes> | |
<ParentNetwork name="SS-INTERNAL" id="3fd7a97b-b182-41a0-8df5-3b67b5c08b27" href="https://roecloud001/api/admin/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<FenceMode>natRouted</FenceMode> | |
<RetainNetInfoAcrossDeployments>false</RetainNetInfoAcrossDeployments> | |
<Features> | |
<FirewallService> | |
<IsEnabled>false</IsEnabled> | |
<DefaultAction>drop</DefaultAction> | |
<LogDefaultAction>false</LogDefaultAction> | |
</FirewallService> | |
<NatService> | |
<IsEnabled>true</IsEnabled> | |
<NatType>portForwarding</NatType> | |
<Policy>allowTraffic</Policy> | |
<NatRule> | |
<Id>65537</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2217</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>22</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65538</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2218</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>3389</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65539</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2219</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>5985</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
</NatService> | |
</Features> | |
<SyslogServerSettings/> | |
<RouterInfo> | |
<ExternalIp>10.115.4.3</ExternalIp> | |
</RouterInfo> | |
</Configuration> | |
<IsDeployed>true</IsDeployed> | |
</NetworkConfig> | |
</NetworkConfigSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<DateCreated>2014-07-06T22:14:04.600+02:00</DateCreated> | |
<Owner type="application/vnd.vmware.vcloud.owner+xml"> | |
<User type="application/vnd.vmware.admin.user+xml" name="vagrant" href="https://roecloud001/api/admin/user/258ca929-d860-4d64-9607-17f5e9251384"/> | |
</Owner> | |
<InMaintenanceMode>false</InMaintenanceMode> | |
<Children> | |
<Vm nestedHypervisorEnabled="false" needsCustomization="false" deployed="true" status="4" name="tst" id="urn:vcloud:vm:20ca0366-4ac6-4b91-b10d-02712c9e0300" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/suspend"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/undeploy"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/metadata"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/productSections/"/> | |
<Link rel="screen:thumbnail" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen"/> | |
<Link rel="screen:acquireTicket" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen/action/acquireTicket"/> | |
<Link rel="media:insertMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/insertMedia"/> | |
<Link rel="media:ejectMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/ejectMedia"/> | |
<Link rel="disk:attach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/attach"/> | |
<Link rel="disk:detach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/detach"/> | |
<Link rel="installVmwareTools" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/installVMwareTools"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/createSnapshot"/> | |
<Link rel="reconfigureVm" type="application/vnd.vmware.vcloud.vm+xml" name="tst" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/reconfigureVm"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<ovf:VirtualHardwareSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:transport="" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Virtual hardware requirements</ovf:Info> | |
<ovf:System> | |
<vssd:ElementName>Virtual Hardware Family</vssd:ElementName> | |
<vssd:InstanceID>0</vssd:InstanceID> | |
<vssd:VirtualSystemIdentifier>tst</vssd:VirtualSystemIdentifier> | |
<vssd:VirtualSystemType>vmx-09</vssd:VirtualSystemType> | |
</ovf:System> | |
<ovf:Item> | |
<rasd:Address>00:50:56:01:0f:25</rasd:Address> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:AutomaticAllocation>true</rasd:AutomaticAllocation> | |
<rasd:Connection vcloud:ipAddress="10.1.1.2" vcloud:primaryNetworkConnection="true" vcloud:ipAddressingMode="POOL">Vagrant-vApp-Net</rasd:Connection> | |
<rasd:Description>Vmxnet3 ethernet adapter on "Vagrant-vApp-Net"</rasd:Description> | |
<rasd:ElementName>Network adapter 0</rasd:ElementName> | |
<rasd:InstanceID>1</rasd:InstanceID> | |
<rasd:ResourceSubType>VMXNET3</rasd:ResourceSubType> | |
<rasd:ResourceType>10</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:Address>0</rasd:Address> | |
<rasd:Description>SCSI Controller</rasd:Description> | |
<rasd:ElementName>SCSI Controller 0</rasd:ElementName> | |
<rasd:InstanceID>2</rasd:InstanceID> | |
<rasd:ResourceSubType>lsilogicsas</rasd:ResourceSubType> | |
<rasd:ResourceType>6</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:Description>Hard disk</rasd:Description> | |
<rasd:ElementName>Hard disk 1</rasd:ElementName> | |
<rasd:HostResource vcloud:capacity="61440" vcloud:busSubType="lsilogicsas" vcloud:busType="6"/> | |
<rasd:InstanceID>2000</rasd:InstanceID> | |
<rasd:Parent>2</rasd:Parent> | |
<rasd:ResourceType>17</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>hertz * 10^6</rasd:AllocationUnits> | |
<rasd:Description>Number of Virtual CPUs</rasd:Description> | |
<rasd:ElementName>2 virtual CPU(s)</rasd:ElementName> | |
<rasd:InstanceID>3</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>3</rasd:ResourceType> | |
<rasd:VirtualQuantity>2</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>byte * 2^20</rasd:AllocationUnits> | |
<rasd:Description>Memory Size</rasd:Description> | |
<rasd:ElementName>2048 MB of memory</rasd:ElementName> | |
<rasd:InstanceID>4</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>4</rasd:ResourceType> | |
<rasd:VirtualQuantity>2048</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
</ovf:Item> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.virtualHardwareSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/media"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
</ovf:VirtualHardwareSection> | |
<ovf:OperatingSystemSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:id="102" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/" vcloud:type="application/vnd.vmware.vcloud.operatingSystemSection+xml" vmw:osType="windows7Server64Guest"> | |
<ovf:Info>Specifies the operating system installed</ovf:Info> | |
<ovf:Description>Microsoft Windows Server 2008 R2 (64-bit)</ovf:Description> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.operatingSystemSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/"/> | |
</ovf:OperatingSystemSection> | |
<NetworkConnectionSection type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/" ovf:required="false"> | |
<ovf:Info>Specifies the available VM network connections</ovf:Info> | |
<PrimaryNetworkConnectionIndex>0</PrimaryNetworkConnectionIndex> | |
<NetworkConnection network="Vagrant-vApp-Net" needsCustomization="false"> | |
<NetworkConnectionIndex>0</NetworkConnectionIndex> | |
<IpAddress>10.1.1.2</IpAddress> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<IsConnected>true</IsConnected> | |
<MACAddress>00:50:56:01:0f:25</MACAddress> | |
<IpAddressAllocationMode>POOL</IpAddressAllocationMode> | |
</NetworkConnection> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/"/> | |
</NetworkConnectionSection> | |
<GuestCustomizationSection type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/" ovf:required="false"> | |
<ovf:Info>Specifies Guest OS Customization Settings</ovf:Info> | |
<Enabled>true</Enabled> | |
<ChangeSid>false</ChangeSid> | |
<VirtualMachineId>20ca0366-4ac6-4b91-b10d-02712c9e0300</VirtualMachineId> | |
<JoinDomainEnabled>false</JoinDomainEnabled> | |
<UseOrgSettings>false</UseOrgSettings> | |
<AdminPasswordEnabled>false</AdminPasswordEnabled> | |
<AdminPasswordAuto>true</AdminPasswordAuto> | |
<ResetPasswordRequired>false</ResetPasswordRequired> | |
<ComputerName>tst</ComputerName> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/"/> | |
</GuestCustomizationSection> | |
<RuntimeInfoSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/runtimeInfoSection" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Specifies Runtime info</ovf:Info> | |
<VMWareTools version="9410"/> | |
</RuntimeInfoSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<VAppScopedLocalId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedLocalId> | |
<ovfenv:Environment xmlns:ns10="http://www.vmware.com/schema/ovfenv" ovfenv:id="" ns10:vCenterId="vm-41145"> | |
<ovfenv:PlatformSection> | |
<ovfenv:Kind>VMware ESXi</ovfenv:Kind> | |
<ovfenv:Version>5.5.0</ovfenv:Version> | |
<ovfenv:Vendor>VMware, Inc.</ovfenv:Vendor> | |
<ovfenv:Locale>en</ovfenv:Locale> | |
</ovfenv:PlatformSection> | |
<ovfenv:PropertySection> | |
<ovfenv:Property ovfenv:value="None" ovfenv:key="vCloud_UseSysPrep"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_bitMask"/> | |
<ovfenv:Property ovfenv:value="static" ovfenv:key="vCloud_bootproto_0"/> | |
<ovfenv:Property ovfenv:value="tst" ovfenv:key="vCloud_computerName"/> | |
<ovfenv:Property ovfenv:value="8.8.8.8" ovfenv:key="vCloud_dns1_0"/> | |
<ovfenv:Property ovfenv:value="8.8.4.4" ovfenv:key="vCloud_dns2_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.1" ovfenv:key="vCloud_gateway_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.2" ovfenv:key="vCloud_ip_0"/> | |
<ovfenv:Property ovfenv:value="00:50:56:01:0f:25" ovfenv:key="vCloud_macaddr_0"/> | |
<ovfenv:Property ovfenv:value="359edb22-3d9b-44f5-b11b-800589b0c8d4" ovfenv:key="vCloud_markerid"/> | |
<ovfenv:Property ovfenv:value="255.255.255.0" ovfenv:key="vCloud_netmask_0"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_numnics"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_primaryNic"/> | |
<ovfenv:Property ovfenv:value="996694177" ovfenv:key="vCloud_reconfigToken"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_resetPassword"/> | |
<ovfenv:Property ovfenv:value="" ovfenv:key="vCloud_suffix_0"/> | |
</ovfenv:PropertySection> | |
<ve:EthernetAdapterSection xmlns:ve="http://www.vmware.com/schema/ovfenv" xmlns="http://schemas.dmtf.org/ovf/environment/1" xmlns:oe="http://schemas.dmtf.org/ovf/environment/1"> | |
<ve:Adapter ve:mac="00:50:56:01:0f:25" ve:network="vxw-dvs-3650-virtualwire-744-sid-5051-dvs.VCDVSVagrant-vApp-Net-8a23a99e-d443-4a" ve:unitNumber="7"/> | |
</ve:EthernetAdapterSection> | |
</ovfenv:Environment> | |
<VmCapabilities type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"/> | |
<MemoryHotAddEnabled>false</MemoryHotAddEnabled> | |
<CpuHotAddEnabled>false</CpuHotAddEnabled> | |
</VmCapabilities> | |
<StorageProfile type="application/vnd.vmware.vcloud.vdcStorageProfile+xml" name="*" href="https://roecloud001/api/vdcStorageProfile/59bc6f09-4ba6-48b6-ac21-636e778917bd"/> | |
</Vm> | |
</Children> | |
</VApp> | |
INFO read_state: VM [tst] is running | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ReadState:0x3162408> | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x310cbc0> | |
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x310cc38> | |
INFO machine: Calling action: read_state on provider vCloud (20ca0366-4ac6-4b91-b10d-02712c9e0300) | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 1 hooks defined. | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x32386f8> | |
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x32429e8> | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x32429d0> | |
INFO connect_vcloud: Already logged in, using current session | |
DEBUG connect_vcloud: x-vcloud-authorization=yPfe8SDuCVkmMu8n1mzLHhhMy4ELwr9FxcEkzWdidvU= | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ReadState:0x17f31f0> | |
"[Sun Jul 6 22:17:11 2014] -> SEND GET https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" | |
"[Sun Jul 6 22:17:11 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:17:10 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.vApp+xml;version=5.1", | |
"Content-Length" => "28601" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<VApp xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:vmw="http://www.vmware.com/schema/ovf" xmlns:ovfenv="http://schemas.dmtf.org/ovf/environment/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ovfDescriptorUploaded="true" deployed="true" status="4" name="windows_2008_r2-vagrant-vmware-slave-a6e2e0c0" id="urn:vcloud:vapp:8fa68881-c0aa-4322-8a1d-1920d8572782" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" xsi:schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_VirtualSystemSettingData.xsd http://www.vmware.com/schema/ovf http://www.vmware.com/schema/ovf http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://schemas.dmtf.org/ovf/environment/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8027_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_ResourceAllocationSettingData.xsd"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/suspend"/> | |
<Link rel="deploy" type="application/vnd.vmware.vcloud.deployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/deploy"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/undeploy"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.vAppNetwork+xml" name="Vagrant-vApp-Net" href="https://roecloud001/api/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/controlAccess/"/> | |
<Link rel="controlAccess" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/controlAccess"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vdc+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.owner+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/owner"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/metadata"/> | |
<Link rel="ovf" type="text/xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/ovf"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/productSections/"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/createSnapshot"/> | |
<Description>vApp created by vagrant running on vmware-slave using vagrant-vcloud on July 06, 2014</Description> | |
<LeaseSettingsSection type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/" ovf:required="false"> | |
<ovf:Info>Lease settings section</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/"/> | |
<DeploymentLeaseInSeconds>259200</DeploymentLeaseInSeconds> | |
<StorageLeaseInSeconds>2592000</StorageLeaseInSeconds> | |
<DeploymentLeaseExpiration>2014-07-09T22:16:28.663+02:00</DeploymentLeaseExpiration> | |
</LeaseSettingsSection> | |
<ovf:StartupSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/" vcloud:type="application/vnd.vmware.vcloud.startupSection+xml"> | |
<ovf:Info>VApp startup section</ovf:Info> | |
<ovf:Item ovf:stopDelay="0" ovf:stopAction="powerOff" ovf:startDelay="0" ovf:startAction="powerOn" ovf:order="0" ovf:id="tst"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.startupSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/"/> | |
</ovf:StartupSection> | |
<ovf:NetworkSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkSection/" vcloud:type="application/vnd.vmware.vcloud.networkSection+xml"> | |
<ovf:Info>The list of logical networks</ovf:Info> | |
<ovf:Network ovf:name="Vagrant-vApp-Net"> | |
<ovf:Description/> | |
</ovf:Network> | |
</ovf:NetworkSection> | |
<NetworkConfigSection type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/" ovf:required="false"> | |
<ovf:Info>The configuration parameters for logical networks</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/"/> | |
<NetworkConfig networkName="Vagrant-vApp-Net"> | |
<Link rel="repair" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/reset"/> | |
<Link rel="syncSyslogSettings" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/syncSyslogServerSettings"/> | |
<Description/> | |
<Configuration> | |
<IpScopes> | |
<IpScope> | |
<IsInherited>false</IsInherited> | |
<Gateway>10.1.1.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<Dns1>8.8.8.8</Dns1> | |
<Dns2>8.8.4.4</Dns2> | |
<IsEnabled>true</IsEnabled> | |
<IpRanges> | |
<IpRange> | |
<StartAddress>10.1.1.2</StartAddress> | |
<EndAddress>10.1.1.254</EndAddress> | |
</IpRange> | |
</IpRanges> | |
<AllocatedIpAddresses> | |
<IpAddress>10.1.1.1</IpAddress> | |
<IpAddress>10.1.1.2</IpAddress> | |
</AllocatedIpAddresses> | |
</IpScope> | |
</IpScopes> | |
<ParentNetwork name="SS-INTERNAL" id="3fd7a97b-b182-41a0-8df5-3b67b5c08b27" href="https://roecloud001/api/admin/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<FenceMode>natRouted</FenceMode> | |
<RetainNetInfoAcrossDeployments>false</RetainNetInfoAcrossDeployments> | |
<Features> | |
<FirewallService> | |
<IsEnabled>false</IsEnabled> | |
<DefaultAction>drop</DefaultAction> | |
<LogDefaultAction>false</LogDefaultAction> | |
</FirewallService> | |
<NatService> | |
<IsEnabled>true</IsEnabled> | |
<NatType>portForwarding</NatType> | |
<Policy>allowTraffic</Policy> | |
<NatRule> | |
<Id>65537</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2217</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>22</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65538</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2218</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>3389</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65539</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2219</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>5985</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
</NatService> | |
</Features> | |
<SyslogServerSettings/> | |
<RouterInfo> | |
<ExternalIp>10.115.4.3</ExternalIp> | |
</RouterInfo> | |
</Configuration> | |
<IsDeployed>true</IsDeployed> | |
</NetworkConfig> | |
</NetworkConfigSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<DateCreated>2014-07-06T22:14:04.600+02:00</DateCreated> | |
<Owner type="application/vnd.vmware.vcloud.owner+xml"> | |
<User type="application/vnd.vmware.admin.user+xml" name="vagrant" href="https://roecloud001/api/admin/user/258ca929-d860-4d64-9607-17f5e9251384"/> | |
</Owner> | |
<InMaintenanceMode>false</InMaintenanceMode> | |
<Children> | |
<Vm nestedHypervisorEnabled="false" needsCustomization="false" deployed="true" status="4" name="tst" id="urn:vcloud:vm:20ca0366-4ac6-4b91-b10d-02712c9e0300" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/suspend"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/undeploy"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/metadata"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/productSections/"/> | |
<Link rel="screen:thumbnail" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen"/> | |
<Link rel="screen:acquireTicket" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen/action/acquireTicket"/> | |
<Link rel="media:insertMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/insertMedia"/> | |
<Link rel="media:ejectMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/ejectMedia"/> | |
<Link rel="disk:attach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/attach"/> | |
<Link rel="disk:detach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/detach"/> | |
<Link rel="installVmwareTools" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/installVMwareTools"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/createSnapshot"/> | |
<Link rel="reconfigureVm" type="application/vnd.vmware.vcloud.vm+xml" name="tst" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/reconfigureVm"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<ovf:VirtualHardwareSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:transport="" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Virtual hardware requirements</ovf:Info> | |
<ovf:System> | |
<vssd:ElementName>Virtual Hardware Family</vssd:ElementName> | |
<vssd:InstanceID>0</vssd:InstanceID> | |
<vssd:VirtualSystemIdentifier>tst</vssd:VirtualSystemIdentifier> | |
<vssd:VirtualSystemType>vmx-09</vssd:VirtualSystemType> | |
</ovf:System> | |
<ovf:Item> | |
<rasd:Address>00:50:56:01:0f:25</rasd:Address> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:AutomaticAllocation>true</rasd:AutomaticAllocation> | |
<rasd:Connection vcloud:ipAddress="10.1.1.2" vcloud:primaryNetworkConnection="true" vcloud:ipAddressingMode="POOL">Vagrant-vApp-Net</rasd:Connection> | |
<rasd:Description>Vmxnet3 ethernet adapter on "Vagrant-vApp-Net"</rasd:Description> | |
<rasd:ElementName>Network adapter 0</rasd:ElementName> | |
<rasd:InstanceID>1</rasd:InstanceID> | |
<rasd:ResourceSubType>VMXNET3</rasd:ResourceSubType> | |
<rasd:ResourceType>10</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:Address>0</rasd:Address> | |
<rasd:Description>SCSI Controller</rasd:Description> | |
<rasd:ElementName>SCSI Controller 0</rasd:ElementName> | |
<rasd:InstanceID>2</rasd:InstanceID> | |
<rasd:ResourceSubType>lsilogicsas</rasd:ResourceSubType> | |
<rasd:ResourceType>6</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:Description>Hard disk</rasd:Description> | |
<rasd:ElementName>Hard disk 1</rasd:ElementName> | |
<rasd:HostResource vcloud:capacity="61440" vcloud:busSubType="lsilogicsas" vcloud:busType="6"/> | |
<rasd:InstanceID>2000</rasd:InstanceID> | |
<rasd:Parent>2</rasd:Parent> | |
<rasd:ResourceType>17</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>hertz * 10^6</rasd:AllocationUnits> | |
<rasd:Description>Number of Virtual CPUs</rasd:Description> | |
<rasd:ElementName>2 virtual CPU(s)</rasd:ElementName> | |
<rasd:InstanceID>3</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>3</rasd:ResourceType> | |
<rasd:VirtualQuantity>2</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>byte * 2^20</rasd:AllocationUnits> | |
<rasd:Description>Memory Size</rasd:Description> | |
<rasd:ElementName>2048 MB of memory</rasd:ElementName> | |
<rasd:InstanceID>4</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>4</rasd:ResourceType> | |
<rasd:VirtualQuantity>2048</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
</ovf:Item> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.virtualHardwareSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/media"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
</ovf:VirtualHardwareSection> | |
<ovf:OperatingSystemSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:id="102" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/" vcloud:type="application/vnd.vmware.vcloud.operatingSystemSection+xml" vmw:osType="windows7Server64Guest"> | |
<ovf:Info>Specifies the operating system installed</ovf:Info> | |
<ovf:Description>Microsoft Windows Server 2008 R2 (64-bit)</ovf:Description> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.operatingSystemSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/"/> | |
</ovf:OperatingSystemSection> | |
<NetworkConnectionSection type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/" ovf:required="false"> | |
<ovf:Info>Specifies the available VM network connections</ovf:Info> | |
<PrimaryNetworkConnectionIndex>0</PrimaryNetworkConnectionIndex> | |
<NetworkConnection network="Vagrant-vApp-Net" needsCustomization="false"> | |
<NetworkConnectionIndex>0</NetworkConnectionIndex> | |
<IpAddress>10.1.1.2</IpAddress> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<IsConnected>true</IsConnected> | |
<MACAddress>00:50:56:01:0f:25</MACAddress> | |
<IpAddressAllocationMode>POOL</IpAddressAllocationMode> | |
</NetworkConnection> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/"/> | |
</NetworkConnectionSection> | |
<GuestCustomizationSection type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/" ovf:required="false"> | |
<ovf:Info>Specifies Guest OS Customization Settings</ovf:Info> | |
<Enabled>true</Enabled> | |
<ChangeSid>false</ChangeSid> | |
<VirtualMachineId>20ca0366-4ac6-4b91-b10d-02712c9e0300</VirtualMachineId> | |
<JoinDomainEnabled>false</JoinDomainEnabled> | |
<UseOrgSettings>false</UseOrgSettings> | |
<AdminPasswordEnabled>false</AdminPasswordEnabled> | |
<AdminPasswordAuto>true</AdminPasswordAuto> | |
<ResetPasswordRequired>false</ResetPasswordRequired> | |
<ComputerName>tst</ComputerName> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/"/> | |
</GuestCustomizationSection> | |
<RuntimeInfoSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/runtimeInfoSection" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Specifies Runtime info</ovf:Info> | |
<VMWareTools version="9410"/> | |
</RuntimeInfoSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<VAppScopedLocalId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedLocalId> | |
<ovfenv:Environment xmlns:ns10="http://www.vmware.com/schema/ovfenv" ovfenv:id="" ns10:vCenterId="vm-41145"> | |
<ovfenv:PlatformSection> | |
<ovfenv:Kind>VMware ESXi</ovfenv:Kind> | |
<ovfenv:Version>5.5.0</ovfenv:Version> | |
<ovfenv:Vendor>VMware, Inc.</ovfenv:Vendor> | |
<ovfenv:Locale>en</ovfenv:Locale> | |
</ovfenv:PlatformSection> | |
<ovfenv:PropertySection> | |
<ovfenv:Property ovfenv:value="None" ovfenv:key="vCloud_UseSysPrep"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_bitMask"/> | |
<ovfenv:Property ovfenv:value="static" ovfenv:key="vCloud_bootproto_0"/> | |
<ovfenv:Property ovfenv:value="tst" ovfenv:key="vCloud_computerName"/> | |
<ovfenv:Property ovfenv:value="8.8.8.8" ovfenv:key="vCloud_dns1_0"/> | |
<ovfenv:Property ovfenv:value="8.8.4.4" ovfenv:key="vCloud_dns2_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.1" ovfenv:key="vCloud_gateway_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.2" ovfenv:key="vCloud_ip_0"/> | |
<ovfenv:Property ovfenv:value="00:50:56:01:0f:25" ovfenv:key="vCloud_macaddr_0"/> | |
<ovfenv:Property ovfenv:value="359edb22-3d9b-44f5-b11b-800589b0c8d4" ovfenv:key="vCloud_markerid"/> | |
<ovfenv:Property ovfenv:value="255.255.255.0" ovfenv:key="vCloud_netmask_0"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_numnics"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_primaryNic"/> | |
<ovfenv:Property ovfenv:value="996694177" ovfenv:key="vCloud_reconfigToken"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_resetPassword"/> | |
<ovfenv:Property ovfenv:value="" ovfenv:key="vCloud_suffix_0"/> | |
</ovfenv:PropertySection> | |
<ve:EthernetAdapterSection xmlns:ve="http://www.vmware.com/schema/ovfenv" xmlns="http://schemas.dmtf.org/ovf/environment/1" xmlns:oe="http://schemas.dmtf.org/ovf/environment/1"> | |
<ve:Adapter ve:mac="00:50:56:01:0f:25" ve:network="vxw-dvs-3650-virtualwire-744-sid-5051-dvs.VCDVSVagrant-vApp-Net-8a23a99e-d443-4a" ve:unitNumber="7"/> | |
</ve:EthernetAdapterSection> | |
</ovfenv:Environment> | |
<VmCapabilities type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"/> | |
<MemoryHotAddEnabled>false</MemoryHotAddEnabled> | |
<CpuHotAddEnabled>false</CpuHotAddEnabled> | |
</VmCapabilities> | |
<StorageProfile type="application/vnd.vmware.vcloud.vdcStorageProfile+xml" name="*" href="https://roecloud001/api/vdcStorageProfile/59bc6f09-4ba6-48b6-ac21-636e778917bd"/> | |
</Vm> | |
</Children> | |
</VApp> | |
INFO read_state: VM [tst] is running | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ReadState:0x17f31f0> | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x32429d0> | |
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x32429e8> | |
INFO machine: Calling action: read_state on provider vCloud (20ca0366-4ac6-4b91-b10d-02712c9e0300) | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 1 hooks defined. | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x3094f98> | |
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x30a6ff8> | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x30a6fe0> | |
INFO connect_vcloud: Already logged in, using current session | |
DEBUG connect_vcloud: x-vcloud-authorization=yPfe8SDuCVkmMu8n1mzLHhhMy4ELwr9FxcEkzWdidvU= | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ReadState:0x30f29e8> | |
"[Sun Jul 6 22:17:12 2014] -> SEND GET https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" | |
"[Sun Jul 6 22:17:13 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:17:11 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.vApp+xml;version=5.1", | |
"Content-Length" => "28601" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<VApp xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:vmw="http://www.vmware.com/schema/ovf" xmlns:ovfenv="http://schemas.dmtf.org/ovf/environment/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ovfDescriptorUploaded="true" deployed="true" status="4" name="windows_2008_r2-vagrant-vmware-slave-a6e2e0c0" id="urn:vcloud:vapp:8fa68881-c0aa-4322-8a1d-1920d8572782" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" xsi:schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_VirtualSystemSettingData.xsd http://www.vmware.com/schema/ovf http://www.vmware.com/schema/ovf http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://schemas.dmtf.org/ovf/environment/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8027_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_ResourceAllocationSettingData.xsd"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/suspend"/> | |
<Link rel="deploy" type="application/vnd.vmware.vcloud.deployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/deploy"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/undeploy"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.vAppNetwork+xml" name="Vagrant-vApp-Net" href="https://roecloud001/api/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/controlAccess/"/> | |
<Link rel="controlAccess" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/controlAccess"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vdc+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.owner+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/owner"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/metadata"/> | |
<Link rel="ovf" type="text/xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/ovf"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/productSections/"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/createSnapshot"/> | |
<Description>vApp created by vagrant running on vmware-slave using vagrant-vcloud on July 06, 2014</Description> | |
<LeaseSettingsSection type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/" ovf:required="false"> | |
<ovf:Info>Lease settings section</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/"/> | |
<DeploymentLeaseInSeconds>259200</DeploymentLeaseInSeconds> | |
<StorageLeaseInSeconds>2592000</StorageLeaseInSeconds> | |
<DeploymentLeaseExpiration>2014-07-09T22:16:28.663+02:00</DeploymentLeaseExpiration> | |
</LeaseSettingsSection> | |
<ovf:StartupSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/" vcloud:type="application/vnd.vmware.vcloud.startupSection+xml"> | |
<ovf:Info>VApp startup section</ovf:Info> | |
<ovf:Item ovf:stopDelay="0" ovf:stopAction="powerOff" ovf:startDelay="0" ovf:startAction="powerOn" ovf:order="0" ovf:id="tst"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.startupSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/"/> | |
</ovf:StartupSection> | |
<ovf:NetworkSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkSection/" vcloud:type="application/vnd.vmware.vcloud.networkSection+xml"> | |
<ovf:Info>The list of logical networks</ovf:Info> | |
<ovf:Network ovf:name="Vagrant-vApp-Net"> | |
<ovf:Description/> | |
</ovf:Network> | |
</ovf:NetworkSection> | |
<NetworkConfigSection type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/" ovf:required="false"> | |
<ovf:Info>The configuration parameters for logical networks</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/"/> | |
<NetworkConfig networkName="Vagrant-vApp-Net"> | |
<Link rel="repair" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/reset"/> | |
<Link rel="syncSyslogSettings" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/syncSyslogServerSettings"/> | |
<Description/> | |
<Configuration> | |
<IpScopes> | |
<IpScope> | |
<IsInherited>false</IsInherited> | |
<Gateway>10.1.1.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<Dns1>8.8.8.8</Dns1> | |
<Dns2>8.8.4.4</Dns2> | |
<IsEnabled>true</IsEnabled> | |
<IpRanges> | |
<IpRange> | |
<StartAddress>10.1.1.2</StartAddress> | |
<EndAddress>10.1.1.254</EndAddress> | |
</IpRange> | |
</IpRanges> | |
<AllocatedIpAddresses> | |
<IpAddress>10.1.1.1</IpAddress> | |
<IpAddress>10.1.1.2</IpAddress> | |
</AllocatedIpAddresses> | |
</IpScope> | |
</IpScopes> | |
<ParentNetwork name="SS-INTERNAL" id="3fd7a97b-b182-41a0-8df5-3b67b5c08b27" href="https://roecloud001/api/admin/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<FenceMode>natRouted</FenceMode> | |
<RetainNetInfoAcrossDeployments>false</RetainNetInfoAcrossDeployments> | |
<Features> | |
<FirewallService> | |
<IsEnabled>false</IsEnabled> | |
<DefaultAction>drop</DefaultAction> | |
<LogDefaultAction>false</LogDefaultAction> | |
</FirewallService> | |
<NatService> | |
<IsEnabled>true</IsEnabled> | |
<NatType>portForwarding</NatType> | |
<Policy>allowTraffic</Policy> | |
<NatRule> | |
<Id>65537</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2217</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>22</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65538</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2218</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>3389</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65539</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2219</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>5985</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
</NatService> | |
</Features> | |
<SyslogServerSettings/> | |
<RouterInfo> | |
<ExternalIp>10.115.4.3</ExternalIp> | |
</RouterInfo> | |
</Configuration> | |
<IsDeployed>true</IsDeployed> | |
</NetworkConfig> | |
</NetworkConfigSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<DateCreated>2014-07-06T22:14:04.600+02:00</DateCreated> | |
<Owner type="application/vnd.vmware.vcloud.owner+xml"> | |
<User type="application/vnd.vmware.admin.user+xml" name="vagrant" href="https://roecloud001/api/admin/user/258ca929-d860-4d64-9607-17f5e9251384"/> | |
</Owner> | |
<InMaintenanceMode>false</InMaintenanceMode> | |
<Children> | |
<Vm nestedHypervisorEnabled="false" needsCustomization="false" deployed="true" status="4" name="tst" id="urn:vcloud:vm:20ca0366-4ac6-4b91-b10d-02712c9e0300" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/suspend"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/undeploy"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/metadata"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/productSections/"/> | |
<Link rel="screen:thumbnail" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen"/> | |
<Link rel="screen:acquireTicket" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen/action/acquireTicket"/> | |
<Link rel="media:insertMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/insertMedia"/> | |
<Link rel="media:ejectMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/ejectMedia"/> | |
<Link rel="disk:attach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/attach"/> | |
<Link rel="disk:detach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/detach"/> | |
<Link rel="installVmwareTools" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/installVMwareTools"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/createSnapshot"/> | |
<Link rel="reconfigureVm" type="application/vnd.vmware.vcloud.vm+xml" name="tst" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/reconfigureVm"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<ovf:VirtualHardwareSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:transport="" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Virtual hardware requirements</ovf:Info> | |
<ovf:System> | |
<vssd:ElementName>Virtual Hardware Family</vssd:ElementName> | |
<vssd:InstanceID>0</vssd:InstanceID> | |
<vssd:VirtualSystemIdentifier>tst</vssd:VirtualSystemIdentifier> | |
<vssd:VirtualSystemType>vmx-09</vssd:VirtualSystemType> | |
</ovf:System> | |
<ovf:Item> | |
<rasd:Address>00:50:56:01:0f:25</rasd:Address> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:AutomaticAllocation>true</rasd:AutomaticAllocation> | |
<rasd:Connection vcloud:ipAddress="10.1.1.2" vcloud:primaryNetworkConnection="true" vcloud:ipAddressingMode="POOL">Vagrant-vApp-Net</rasd:Connection> | |
<rasd:Description>Vmxnet3 ethernet adapter on "Vagrant-vApp-Net"</rasd:Description> | |
<rasd:ElementName>Network adapter 0</rasd:ElementName> | |
<rasd:InstanceID>1</rasd:InstanceID> | |
<rasd:ResourceSubType>VMXNET3</rasd:ResourceSubType> | |
<rasd:ResourceType>10</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:Address>0</rasd:Address> | |
<rasd:Description>SCSI Controller</rasd:Description> | |
<rasd:ElementName>SCSI Controller 0</rasd:ElementName> | |
<rasd:InstanceID>2</rasd:InstanceID> | |
<rasd:ResourceSubType>lsilogicsas</rasd:ResourceSubType> | |
<rasd:ResourceType>6</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:Description>Hard disk</rasd:Description> | |
<rasd:ElementName>Hard disk 1</rasd:ElementName> | |
<rasd:HostResource vcloud:capacity="61440" vcloud:busSubType="lsilogicsas" vcloud:busType="6"/> | |
<rasd:InstanceID>2000</rasd:InstanceID> | |
<rasd:Parent>2</rasd:Parent> | |
<rasd:ResourceType>17</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>hertz * 10^6</rasd:AllocationUnits> | |
<rasd:Description>Number of Virtual CPUs</rasd:Description> | |
<rasd:ElementName>2 virtual CPU(s)</rasd:ElementName> | |
<rasd:InstanceID>3</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>3</rasd:ResourceType> | |
<rasd:VirtualQuantity>2</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>byte * 2^20</rasd:AllocationUnits> | |
<rasd:Description>Memory Size</rasd:Description> | |
<rasd:ElementName>2048 MB of memory</rasd:ElementName> | |
<rasd:InstanceID>4</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>4</rasd:ResourceType> | |
<rasd:VirtualQuantity>2048</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
</ovf:Item> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.virtualHardwareSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/media"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
</ovf:VirtualHardwareSection> | |
<ovf:OperatingSystemSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:id="102" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/" vcloud:type="application/vnd.vmware.vcloud.operatingSystemSection+xml" vmw:osType="windows7Server64Guest"> | |
<ovf:Info>Specifies the operating system installed</ovf:Info> | |
<ovf:Description>Microsoft Windows Server 2008 R2 (64-bit)</ovf:Description> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.operatingSystemSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/"/> | |
</ovf:OperatingSystemSection> | |
<NetworkConnectionSection type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/" ovf:required="false"> | |
<ovf:Info>Specifies the available VM network connections</ovf:Info> | |
<PrimaryNetworkConnectionIndex>0</PrimaryNetworkConnectionIndex> | |
<NetworkConnection network="Vagrant-vApp-Net" needsCustomization="false"> | |
<NetworkConnectionIndex>0</NetworkConnectionIndex> | |
<IpAddress>10.1.1.2</IpAddress> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<IsConnected>true</IsConnected> | |
<MACAddress>00:50:56:01:0f:25</MACAddress> | |
<IpAddressAllocationMode>POOL</IpAddressAllocationMode> | |
</NetworkConnection> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/"/> | |
</NetworkConnectionSection> | |
<GuestCustomizationSection type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/" ovf:required="false"> | |
<ovf:Info>Specifies Guest OS Customization Settings</ovf:Info> | |
<Enabled>true</Enabled> | |
<ChangeSid>false</ChangeSid> | |
<VirtualMachineId>20ca0366-4ac6-4b91-b10d-02712c9e0300</VirtualMachineId> | |
<JoinDomainEnabled>false</JoinDomainEnabled> | |
<UseOrgSettings>false</UseOrgSettings> | |
<AdminPasswordEnabled>false</AdminPasswordEnabled> | |
<AdminPasswordAuto>true</AdminPasswordAuto> | |
<ResetPasswordRequired>false</ResetPasswordRequired> | |
<ComputerName>tst</ComputerName> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/"/> | |
</GuestCustomizationSection> | |
<RuntimeInfoSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/runtimeInfoSection" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Specifies Runtime info</ovf:Info> | |
<VMWareTools version="9410"/> | |
</RuntimeInfoSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<VAppScopedLocalId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedLocalId> | |
<ovfenv:Environment xmlns:ns10="http://www.vmware.com/schema/ovfenv" ovfenv:id="" ns10:vCenterId="vm-41145"> | |
<ovfenv:PlatformSection> | |
<ovfenv:Kind>VMware ESXi</ovfenv:Kind> | |
<ovfenv:Version>5.5.0</ovfenv:Version> | |
<ovfenv:Vendor>VMware, Inc.</ovfenv:Vendor> | |
<ovfenv:Locale>en</ovfenv:Locale> | |
</ovfenv:PlatformSection> | |
<ovfenv:PropertySection> | |
<ovfenv:Property ovfenv:value="None" ovfenv:key="vCloud_UseSysPrep"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_bitMask"/> | |
<ovfenv:Property ovfenv:value="static" ovfenv:key="vCloud_bootproto_0"/> | |
<ovfenv:Property ovfenv:value="tst" ovfenv:key="vCloud_computerName"/> | |
<ovfenv:Property ovfenv:value="8.8.8.8" ovfenv:key="vCloud_dns1_0"/> | |
<ovfenv:Property ovfenv:value="8.8.4.4" ovfenv:key="vCloud_dns2_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.1" ovfenv:key="vCloud_gateway_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.2" ovfenv:key="vCloud_ip_0"/> | |
<ovfenv:Property ovfenv:value="00:50:56:01:0f:25" ovfenv:key="vCloud_macaddr_0"/> | |
<ovfenv:Property ovfenv:value="359edb22-3d9b-44f5-b11b-800589b0c8d4" ovfenv:key="vCloud_markerid"/> | |
<ovfenv:Property ovfenv:value="255.255.255.0" ovfenv:key="vCloud_netmask_0"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_numnics"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_primaryNic"/> | |
<ovfenv:Property ovfenv:value="996694177" ovfenv:key="vCloud_reconfigToken"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_resetPassword"/> | |
<ovfenv:Property ovfenv:value="" ovfenv:key="vCloud_suffix_0"/> | |
</ovfenv:PropertySection> | |
<ve:EthernetAdapterSection xmlns:ve="http://www.vmware.com/schema/ovfenv" xmlns="http://schemas.dmtf.org/ovf/environment/1" xmlns:oe="http://schemas.dmtf.org/ovf/environment/1"> | |
<ve:Adapter ve:mac="00:50:56:01:0f:25" ve:network="vxw-dvs-3650-virtualwire-744-sid-5051-dvs.VCDVSVagrant-vApp-Net-8a23a99e-d443-4a" ve:unitNumber="7"/> | |
</ve:EthernetAdapterSection> | |
</ovfenv:Environment> | |
<VmCapabilities type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"/> | |
<MemoryHotAddEnabled>false</MemoryHotAddEnabled> | |
<CpuHotAddEnabled>false</CpuHotAddEnabled> | |
</VmCapabilities> | |
<StorageProfile type="application/vnd.vmware.vcloud.vdcStorageProfile+xml" name="*" href="https://roecloud001/api/vdcStorageProfile/59bc6f09-4ba6-48b6-ac21-636e778917bd"/> | |
</Vm> | |
</Children> | |
</VApp> | |
INFO read_state: VM [tst] is running | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ReadState:0x30f29e8> | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x30a6fe0> | |
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x30a6ff8> | |
DEBUG read_ssh_info: WinRM Connection Timeout... | |
INFO interface: info: Waiting for WinRM Access on 10.115.4.3:2219 ... | |
INFO interface: info: ==> tst: Waiting for WinRM Access on 10.115.4.3:2219 ... | |
==> tst: Waiting for WinRM Access on 10.115.4.3:2219 ... | |
INFO machine: Calling action: read_state on provider vCloud (20ca0366-4ac6-4b91-b10d-02712c9e0300) | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 1 hooks defined. | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x320acd8> | |
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x3208950> | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x32088f0> | |
INFO connect_vcloud: Already logged in, using current session | |
DEBUG connect_vcloud: x-vcloud-authorization=yPfe8SDuCVkmMu8n1mzLHhhMy4ELwr9FxcEkzWdidvU= | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ReadState:0x3230238> | |
"[Sun Jul 6 22:17:14 2014] -> SEND GET https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" | |
"[Sun Jul 6 22:17:14 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:17:13 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.vApp+xml;version=5.1", | |
"Content-Length" => "28601" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<VApp xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:vmw="http://www.vmware.com/schema/ovf" xmlns:ovfenv="http://schemas.dmtf.org/ovf/environment/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ovfDescriptorUploaded="true" deployed="true" status="4" name="windows_2008_r2-vagrant-vmware-slave-a6e2e0c0" id="urn:vcloud:vapp:8fa68881-c0aa-4322-8a1d-1920d8572782" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" xsi:schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_VirtualSystemSettingData.xsd http://www.vmware.com/schema/ovf http://www.vmware.com/schema/ovf http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://schemas.dmtf.org/ovf/environment/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8027_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_ResourceAllocationSettingData.xsd"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/suspend"/> | |
<Link rel="deploy" type="application/vnd.vmware.vcloud.deployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/deploy"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/undeploy"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.vAppNetwork+xml" name="Vagrant-vApp-Net" href="https://roecloud001/api/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/controlAccess/"/> | |
<Link rel="controlAccess" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/controlAccess"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vdc+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.owner+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/owner"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/metadata"/> | |
<Link rel="ovf" type="text/xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/ovf"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/productSections/"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/createSnapshot"/> | |
<Description>vApp created by vagrant running on vmware-slave using vagrant-vcloud on July 06, 2014</Description> | |
<LeaseSettingsSection type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/" ovf:required="false"> | |
<ovf:Info>Lease settings section</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/"/> | |
<DeploymentLeaseInSeconds>259200</DeploymentLeaseInSeconds> | |
<StorageLeaseInSeconds>2592000</StorageLeaseInSeconds> | |
<DeploymentLeaseExpiration>2014-07-09T22:16:28.663+02:00</DeploymentLeaseExpiration> | |
</LeaseSettingsSection> | |
<ovf:StartupSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/" vcloud:type="application/vnd.vmware.vcloud.startupSection+xml"> | |
<ovf:Info>VApp startup section</ovf:Info> | |
<ovf:Item ovf:stopDelay="0" ovf:stopAction="powerOff" ovf:startDelay="0" ovf:startAction="powerOn" ovf:order="0" ovf:id="tst"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.startupSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/"/> | |
</ovf:StartupSection> | |
<ovf:NetworkSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkSection/" vcloud:type="application/vnd.vmware.vcloud.networkSection+xml"> | |
<ovf:Info>The list of logical networks</ovf:Info> | |
<ovf:Network ovf:name="Vagrant-vApp-Net"> | |
<ovf:Description/> | |
</ovf:Network> | |
</ovf:NetworkSection> | |
<NetworkConfigSection type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/" ovf:required="false"> | |
<ovf:Info>The configuration parameters for logical networks</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/"/> | |
<NetworkConfig networkName="Vagrant-vApp-Net"> | |
<Link rel="repair" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/reset"/> | |
<Link rel="syncSyslogSettings" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/syncSyslogServerSettings"/> | |
<Description/> | |
<Configuration> | |
<IpScopes> | |
<IpScope> | |
<IsInherited>false</IsInherited> | |
<Gateway>10.1.1.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<Dns1>8.8.8.8</Dns1> | |
<Dns2>8.8.4.4</Dns2> | |
<IsEnabled>true</IsEnabled> | |
<IpRanges> | |
<IpRange> | |
<StartAddress>10.1.1.2</StartAddress> | |
<EndAddress>10.1.1.254</EndAddress> | |
</IpRange> | |
</IpRanges> | |
<AllocatedIpAddresses> | |
<IpAddress>10.1.1.1</IpAddress> | |
<IpAddress>10.1.1.2</IpAddress> | |
</AllocatedIpAddresses> | |
</IpScope> | |
</IpScopes> | |
<ParentNetwork name="SS-INTERNAL" id="3fd7a97b-b182-41a0-8df5-3b67b5c08b27" href="https://roecloud001/api/admin/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<FenceMode>natRouted</FenceMode> | |
<RetainNetInfoAcrossDeployments>false</RetainNetInfoAcrossDeployments> | |
<Features> | |
<FirewallService> | |
<IsEnabled>false</IsEnabled> | |
<DefaultAction>drop</DefaultAction> | |
<LogDefaultAction>false</LogDefaultAction> | |
</FirewallService> | |
<NatService> | |
<IsEnabled>true</IsEnabled> | |
<NatType>portForwarding</NatType> | |
<Policy>allowTraffic</Policy> | |
<NatRule> | |
<Id>65537</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2217</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>22</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65538</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2218</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>3389</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65539</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2219</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>5985</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
</NatService> | |
</Features> | |
<SyslogServerSettings/> | |
<RouterInfo> | |
<ExternalIp>10.115.4.3</ExternalIp> | |
</RouterInfo> | |
</Configuration> | |
<IsDeployed>true</IsDeployed> | |
</NetworkConfig> | |
</NetworkConfigSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<DateCreated>2014-07-06T22:14:04.600+02:00</DateCreated> | |
<Owner type="application/vnd.vmware.vcloud.owner+xml"> | |
<User type="application/vnd.vmware.admin.user+xml" name="vagrant" href="https://roecloud001/api/admin/user/258ca929-d860-4d64-9607-17f5e9251384"/> | |
</Owner> | |
<InMaintenanceMode>false</InMaintenanceMode> | |
<Children> | |
<Vm nestedHypervisorEnabled="false" needsCustomization="false" deployed="true" status="4" name="tst" id="urn:vcloud:vm:20ca0366-4ac6-4b91-b10d-02712c9e0300" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/suspend"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/undeploy"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/metadata"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/productSections/"/> | |
<Link rel="screen:thumbnail" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen"/> | |
<Link rel="screen:acquireTicket" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen/action/acquireTicket"/> | |
<Link rel="media:insertMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/insertMedia"/> | |
<Link rel="media:ejectMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/ejectMedia"/> | |
<Link rel="disk:attach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/attach"/> | |
<Link rel="disk:detach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/detach"/> | |
<Link rel="installVmwareTools" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/installVMwareTools"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/createSnapshot"/> | |
<Link rel="reconfigureVm" type="application/vnd.vmware.vcloud.vm+xml" name="tst" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/reconfigureVm"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<ovf:VirtualHardwareSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:transport="" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Virtual hardware requirements</ovf:Info> | |
<ovf:System> | |
<vssd:ElementName>Virtual Hardware Family</vssd:ElementName> | |
<vssd:InstanceID>0</vssd:InstanceID> | |
<vssd:VirtualSystemIdentifier>tst</vssd:VirtualSystemIdentifier> | |
<vssd:VirtualSystemType>vmx-09</vssd:VirtualSystemType> | |
</ovf:System> | |
<ovf:Item> | |
<rasd:Address>00:50:56:01:0f:25</rasd:Address> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:AutomaticAllocation>true</rasd:AutomaticAllocation> | |
<rasd:Connection vcloud:ipAddress="10.1.1.2" vcloud:primaryNetworkConnection="true" vcloud:ipAddressingMode="POOL">Vagrant-vApp-Net</rasd:Connection> | |
<rasd:Description>Vmxnet3 ethernet adapter on "Vagrant-vApp-Net"</rasd:Description> | |
<rasd:ElementName>Network adapter 0</rasd:ElementName> | |
<rasd:InstanceID>1</rasd:InstanceID> | |
<rasd:ResourceSubType>VMXNET3</rasd:ResourceSubType> | |
<rasd:ResourceType>10</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:Address>0</rasd:Address> | |
<rasd:Description>SCSI Controller</rasd:Description> | |
<rasd:ElementName>SCSI Controller 0</rasd:ElementName> | |
<rasd:InstanceID>2</rasd:InstanceID> | |
<rasd:ResourceSubType>lsilogicsas</rasd:ResourceSubType> | |
<rasd:ResourceType>6</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:Description>Hard disk</rasd:Description> | |
<rasd:ElementName>Hard disk 1</rasd:ElementName> | |
<rasd:HostResource vcloud:capacity="61440" vcloud:busSubType="lsilogicsas" vcloud:busType="6"/> | |
<rasd:InstanceID>2000</rasd:InstanceID> | |
<rasd:Parent>2</rasd:Parent> | |
<rasd:ResourceType>17</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>hertz * 10^6</rasd:AllocationUnits> | |
<rasd:Description>Number of Virtual CPUs</rasd:Description> | |
<rasd:ElementName>2 virtual CPU(s)</rasd:ElementName> | |
<rasd:InstanceID>3</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>3</rasd:ResourceType> | |
<rasd:VirtualQuantity>2</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>byte * 2^20</rasd:AllocationUnits> | |
<rasd:Description>Memory Size</rasd:Description> | |
<rasd:ElementName>2048 MB of memory</rasd:ElementName> | |
<rasd:InstanceID>4</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>4</rasd:ResourceType> | |
<rasd:VirtualQuantity>2048</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
</ovf:Item> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.virtualHardwareSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/media"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
</ovf:VirtualHardwareSection> | |
<ovf:OperatingSystemSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:id="102" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/" vcloud:type="application/vnd.vmware.vcloud.operatingSystemSection+xml" vmw:osType="windows7Server64Guest"> | |
<ovf:Info>Specifies the operating system installed</ovf:Info> | |
<ovf:Description>Microsoft Windows Server 2008 R2 (64-bit)</ovf:Description> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.operatingSystemSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/"/> | |
</ovf:OperatingSystemSection> | |
<NetworkConnectionSection type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/" ovf:required="false"> | |
<ovf:Info>Specifies the available VM network connections</ovf:Info> | |
<PrimaryNetworkConnectionIndex>0</PrimaryNetworkConnectionIndex> | |
<NetworkConnection network="Vagrant-vApp-Net" needsCustomization="false"> | |
<NetworkConnectionIndex>0</NetworkConnectionIndex> | |
<IpAddress>10.1.1.2</IpAddress> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<IsConnected>true</IsConnected> | |
<MACAddress>00:50:56:01:0f:25</MACAddress> | |
<IpAddressAllocationMode>POOL</IpAddressAllocationMode> | |
</NetworkConnection> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/"/> | |
</NetworkConnectionSection> | |
<GuestCustomizationSection type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/" ovf:required="false"> | |
<ovf:Info>Specifies Guest OS Customization Settings</ovf:Info> | |
<Enabled>true</Enabled> | |
<ChangeSid>false</ChangeSid> | |
<VirtualMachineId>20ca0366-4ac6-4b91-b10d-02712c9e0300</VirtualMachineId> | |
<JoinDomainEnabled>false</JoinDomainEnabled> | |
<UseOrgSettings>false</UseOrgSettings> | |
<AdminPasswordEnabled>false</AdminPasswordEnabled> | |
<AdminPasswordAuto>true</AdminPasswordAuto> | |
<ResetPasswordRequired>false</ResetPasswordRequired> | |
<ComputerName>tst</ComputerName> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/"/> | |
</GuestCustomizationSection> | |
<RuntimeInfoSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/runtimeInfoSection" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Specifies Runtime info</ovf:Info> | |
<VMWareTools version="9410"/> | |
</RuntimeInfoSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<VAppScopedLocalId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedLocalId> | |
<ovfenv:Environment xmlns:ns10="http://www.vmware.com/schema/ovfenv" ovfenv:id="" ns10:vCenterId="vm-41145"> | |
<ovfenv:PlatformSection> | |
<ovfenv:Kind>VMware ESXi</ovfenv:Kind> | |
<ovfenv:Version>5.5.0</ovfenv:Version> | |
<ovfenv:Vendor>VMware, Inc.</ovfenv:Vendor> | |
<ovfenv:Locale>en</ovfenv:Locale> | |
</ovfenv:PlatformSection> | |
<ovfenv:PropertySection> | |
<ovfenv:Property ovfenv:value="None" ovfenv:key="vCloud_UseSysPrep"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_bitMask"/> | |
<ovfenv:Property ovfenv:value="static" ovfenv:key="vCloud_bootproto_0"/> | |
<ovfenv:Property ovfenv:value="tst" ovfenv:key="vCloud_computerName"/> | |
<ovfenv:Property ovfenv:value="8.8.8.8" ovfenv:key="vCloud_dns1_0"/> | |
<ovfenv:Property ovfenv:value="8.8.4.4" ovfenv:key="vCloud_dns2_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.1" ovfenv:key="vCloud_gateway_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.2" ovfenv:key="vCloud_ip_0"/> | |
<ovfenv:Property ovfenv:value="00:50:56:01:0f:25" ovfenv:key="vCloud_macaddr_0"/> | |
<ovfenv:Property ovfenv:value="359edb22-3d9b-44f5-b11b-800589b0c8d4" ovfenv:key="vCloud_markerid"/> | |
<ovfenv:Property ovfenv:value="255.255.255.0" ovfenv:key="vCloud_netmask_0"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_numnics"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_primaryNic"/> | |
<ovfenv:Property ovfenv:value="996694177" ovfenv:key="vCloud_reconfigToken"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_resetPassword"/> | |
<ovfenv:Property ovfenv:value="" ovfenv:key="vCloud_suffix_0"/> | |
</ovfenv:PropertySection> | |
<ve:EthernetAdapterSection xmlns:ve="http://www.vmware.com/schema/ovfenv" xmlns="http://schemas.dmtf.org/ovf/environment/1" xmlns:oe="http://schemas.dmtf.org/ovf/environment/1"> | |
<ve:Adapter ve:mac="00:50:56:01:0f:25" ve:network="vxw-dvs-3650-virtualwire-744-sid-5051-dvs.VCDVSVagrant-vApp-Net-8a23a99e-d443-4a" ve:unitNumber="7"/> | |
</ve:EthernetAdapterSection> | |
</ovfenv:Environment> | |
<VmCapabilities type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"/> | |
<MemoryHotAddEnabled>false</MemoryHotAddEnabled> | |
<CpuHotAddEnabled>false</CpuHotAddEnabled> | |
</VmCapabilities> | |
<StorageProfile type="application/vnd.vmware.vcloud.vdcStorageProfile+xml" name="*" href="https://roecloud001/api/vdcStorageProfile/59bc6f09-4ba6-48b6-ac21-636e778917bd"/> | |
</Vm> | |
</Children> | |
</VApp> | |
INFO read_state: VM [tst] is running | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ReadState:0x3230238> | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x32088f0> | |
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x3208950> | |
INFO machine: Calling action: read_state on provider vCloud (20ca0366-4ac6-4b91-b10d-02712c9e0300) | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 1 hooks defined. | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x26346d8> | |
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x2646840> | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x2646810> | |
INFO connect_vcloud: Already logged in, using current session | |
DEBUG connect_vcloud: x-vcloud-authorization=yPfe8SDuCVkmMu8n1mzLHhhMy4ELwr9FxcEkzWdidvU= | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ReadState:0x2975f28> | |
"[Sun Jul 6 22:17:15 2014] -> SEND GET https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" | |
"[Sun Jul 6 22:17:15 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:17:14 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.vApp+xml;version=5.1", | |
"Content-Length" => "28601" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<VApp xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:vmw="http://www.vmware.com/schema/ovf" xmlns:ovfenv="http://schemas.dmtf.org/ovf/environment/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ovfDescriptorUploaded="true" deployed="true" status="4" name="windows_2008_r2-vagrant-vmware-slave-a6e2e0c0" id="urn:vcloud:vapp:8fa68881-c0aa-4322-8a1d-1920d8572782" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" xsi:schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_VirtualSystemSettingData.xsd http://www.vmware.com/schema/ovf http://www.vmware.com/schema/ovf http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://schemas.dmtf.org/ovf/environment/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8027_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_ResourceAllocationSettingData.xsd"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/suspend"/> | |
<Link rel="deploy" type="application/vnd.vmware.vcloud.deployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/deploy"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/undeploy"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.vAppNetwork+xml" name="Vagrant-vApp-Net" href="https://roecloud001/api/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/controlAccess/"/> | |
<Link rel="controlAccess" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/controlAccess"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vdc+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.owner+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/owner"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/metadata"/> | |
<Link rel="ovf" type="text/xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/ovf"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/productSections/"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/createSnapshot"/> | |
<Description>vApp created by vagrant running on vmware-slave using vagrant-vcloud on July 06, 2014</Description> | |
<LeaseSettingsSection type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/" ovf:required="false"> | |
<ovf:Info>Lease settings section</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/"/> | |
<DeploymentLeaseInSeconds>259200</DeploymentLeaseInSeconds> | |
<StorageLeaseInSeconds>2592000</StorageLeaseInSeconds> | |
<DeploymentLeaseExpiration>2014-07-09T22:16:28.663+02:00</DeploymentLeaseExpiration> | |
</LeaseSettingsSection> | |
<ovf:StartupSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/" vcloud:type="application/vnd.vmware.vcloud.startupSection+xml"> | |
<ovf:Info>VApp startup section</ovf:Info> | |
<ovf:Item ovf:stopDelay="0" ovf:stopAction="powerOff" ovf:startDelay="0" ovf:startAction="powerOn" ovf:order="0" ovf:id="tst"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.startupSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/"/> | |
</ovf:StartupSection> | |
<ovf:NetworkSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkSection/" vcloud:type="application/vnd.vmware.vcloud.networkSection+xml"> | |
<ovf:Info>The list of logical networks</ovf:Info> | |
<ovf:Network ovf:name="Vagrant-vApp-Net"> | |
<ovf:Description/> | |
</ovf:Network> | |
</ovf:NetworkSection> | |
<NetworkConfigSection type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/" ovf:required="false"> | |
<ovf:Info>The configuration parameters for logical networks</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/"/> | |
<NetworkConfig networkName="Vagrant-vApp-Net"> | |
<Link rel="repair" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/reset"/> | |
<Link rel="syncSyslogSettings" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/syncSyslogServerSettings"/> | |
<Description/> | |
<Configuration> | |
<IpScopes> | |
<IpScope> | |
<IsInherited>false</IsInherited> | |
<Gateway>10.1.1.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<Dns1>8.8.8.8</Dns1> | |
<Dns2>8.8.4.4</Dns2> | |
<IsEnabled>true</IsEnabled> | |
<IpRanges> | |
<IpRange> | |
<StartAddress>10.1.1.2</StartAddress> | |
<EndAddress>10.1.1.254</EndAddress> | |
</IpRange> | |
</IpRanges> | |
<AllocatedIpAddresses> | |
<IpAddress>10.1.1.1</IpAddress> | |
<IpAddress>10.1.1.2</IpAddress> | |
</AllocatedIpAddresses> | |
</IpScope> | |
</IpScopes> | |
<ParentNetwork name="SS-INTERNAL" id="3fd7a97b-b182-41a0-8df5-3b67b5c08b27" href="https://roecloud001/api/admin/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<FenceMode>natRouted</FenceMode> | |
<RetainNetInfoAcrossDeployments>false</RetainNetInfoAcrossDeployments> | |
<Features> | |
<FirewallService> | |
<IsEnabled>false</IsEnabled> | |
<DefaultAction>drop</DefaultAction> | |
<LogDefaultAction>false</LogDefaultAction> | |
</FirewallService> | |
<NatService> | |
<IsEnabled>true</IsEnabled> | |
<NatType>portForwarding</NatType> | |
<Policy>allowTraffic</Policy> | |
<NatRule> | |
<Id>65537</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2217</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>22</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65538</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2218</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>3389</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65539</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2219</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>5985</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
</NatService> | |
</Features> | |
<SyslogServerSettings/> | |
<RouterInfo> | |
<ExternalIp>10.115.4.3</ExternalIp> | |
</RouterInfo> | |
</Configuration> | |
<IsDeployed>true</IsDeployed> | |
</NetworkConfig> | |
</NetworkConfigSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<DateCreated>2014-07-06T22:14:04.600+02:00</DateCreated> | |
<Owner type="application/vnd.vmware.vcloud.owner+xml"> | |
<User type="application/vnd.vmware.admin.user+xml" name="vagrant" href="https://roecloud001/api/admin/user/258ca929-d860-4d64-9607-17f5e9251384"/> | |
</Owner> | |
<InMaintenanceMode>false</InMaintenanceMode> | |
<Children> | |
<Vm nestedHypervisorEnabled="false" needsCustomization="false" deployed="true" status="4" name="tst" id="urn:vcloud:vm:20ca0366-4ac6-4b91-b10d-02712c9e0300" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/power/action/suspend"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/undeploy"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vm+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/metadata"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/productSections/"/> | |
<Link rel="screen:thumbnail" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen"/> | |
<Link rel="screen:acquireTicket" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/screen/action/acquireTicket"/> | |
<Link rel="media:insertMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/insertMedia"/> | |
<Link rel="media:ejectMedia" type="application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/media/action/ejectMedia"/> | |
<Link rel="disk:attach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/attach"/> | |
<Link rel="disk:detach" type="application/vnd.vmware.vcloud.diskAttachOrDetachParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/disk/action/detach"/> | |
<Link rel="installVmwareTools" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/installVMwareTools"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/createSnapshot"/> | |
<Link rel="reconfigureVm" type="application/vnd.vmware.vcloud.vm+xml" name="tst" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/action/reconfigureVm"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<ovf:VirtualHardwareSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:transport="" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Virtual hardware requirements</ovf:Info> | |
<ovf:System> | |
<vssd:ElementName>Virtual Hardware Family</vssd:ElementName> | |
<vssd:InstanceID>0</vssd:InstanceID> | |
<vssd:VirtualSystemIdentifier>tst</vssd:VirtualSystemIdentifier> | |
<vssd:VirtualSystemType>vmx-09</vssd:VirtualSystemType> | |
</ovf:System> | |
<ovf:Item> | |
<rasd:Address>00:50:56:01:0f:25</rasd:Address> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:AutomaticAllocation>true</rasd:AutomaticAllocation> | |
<rasd:Connection vcloud:ipAddress="10.1.1.2" vcloud:primaryNetworkConnection="true" vcloud:ipAddressingMode="POOL">Vagrant-vApp-Net</rasd:Connection> | |
<rasd:Description>Vmxnet3 ethernet adapter on "Vagrant-vApp-Net"</rasd:Description> | |
<rasd:ElementName>Network adapter 0</rasd:ElementName> | |
<rasd:InstanceID>1</rasd:InstanceID> | |
<rasd:ResourceSubType>VMXNET3</rasd:ResourceSubType> | |
<rasd:ResourceType>10</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:Address>0</rasd:Address> | |
<rasd:Description>SCSI Controller</rasd:Description> | |
<rasd:ElementName>SCSI Controller 0</rasd:ElementName> | |
<rasd:InstanceID>2</rasd:InstanceID> | |
<rasd:ResourceSubType>lsilogicsas</rasd:ResourceSubType> | |
<rasd:ResourceType>6</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item> | |
<rasd:AddressOnParent>0</rasd:AddressOnParent> | |
<rasd:Description>Hard disk</rasd:Description> | |
<rasd:ElementName>Hard disk 1</rasd:ElementName> | |
<rasd:HostResource vcloud:capacity="61440" vcloud:busSubType="lsilogicsas" vcloud:busType="6"/> | |
<rasd:InstanceID>2000</rasd:InstanceID> | |
<rasd:Parent>2</rasd:Parent> | |
<rasd:ResourceType>17</rasd:ResourceType> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>hertz * 10^6</rasd:AllocationUnits> | |
<rasd:Description>Number of Virtual CPUs</rasd:Description> | |
<rasd:ElementName>2 virtual CPU(s)</rasd:ElementName> | |
<rasd:InstanceID>3</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>3</rasd:ResourceType> | |
<rasd:VirtualQuantity>2</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
</ovf:Item> | |
<ovf:Item vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory" vcloud:type="application/vnd.vmware.vcloud.rasdItem+xml"> | |
<rasd:AllocationUnits>byte * 2^20</rasd:AllocationUnits> | |
<rasd:Description>Memory Size</rasd:Description> | |
<rasd:ElementName>2048 MB of memory</rasd:ElementName> | |
<rasd:InstanceID>4</rasd:InstanceID> | |
<rasd:Reservation>0</rasd:Reservation> | |
<rasd:ResourceType>4</rasd:ResourceType> | |
<rasd:VirtualQuantity>2048</rasd:VirtualQuantity> | |
<rasd:Weight>0</rasd:Weight> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
</ovf:Item> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.virtualHardwareSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/cpu"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItem+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/memory"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/disks"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/media"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/networkCards"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.rasdItemsList+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/virtualHardwareSection/serialPorts"/> | |
</ovf:VirtualHardwareSection> | |
<ovf:OperatingSystemSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" ovf:id="102" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/" vcloud:type="application/vnd.vmware.vcloud.operatingSystemSection+xml" vmw:osType="windows7Server64Guest"> | |
<ovf:Info>Specifies the operating system installed</ovf:Info> | |
<ovf:Description>Microsoft Windows Server 2008 R2 (64-bit)</ovf:Description> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.operatingSystemSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/operatingSystemSection/"/> | |
</ovf:OperatingSystemSection> | |
<NetworkConnectionSection type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/" ovf:required="false"> | |
<ovf:Info>Specifies the available VM network connections</ovf:Info> | |
<PrimaryNetworkConnectionIndex>0</PrimaryNetworkConnectionIndex> | |
<NetworkConnection network="Vagrant-vApp-Net" needsCustomization="false"> | |
<NetworkConnectionIndex>0</NetworkConnectionIndex> | |
<IpAddress>10.1.1.2</IpAddress> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<IsConnected>true</IsConnected> | |
<MACAddress>00:50:56:01:0f:25</MACAddress> | |
<IpAddressAllocationMode>POOL</IpAddressAllocationMode> | |
</NetworkConnection> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/networkConnectionSection/"/> | |
</NetworkConnectionSection> | |
<GuestCustomizationSection type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/" ovf:required="false"> | |
<ovf:Info>Specifies Guest OS Customization Settings</ovf:Info> | |
<Enabled>true</Enabled> | |
<ChangeSid>false</ChangeSid> | |
<VirtualMachineId>20ca0366-4ac6-4b91-b10d-02712c9e0300</VirtualMachineId> | |
<JoinDomainEnabled>false</JoinDomainEnabled> | |
<UseOrgSettings>false</UseOrgSettings> | |
<AdminPasswordEnabled>false</AdminPasswordEnabled> | |
<AdminPasswordAuto>true</AdminPasswordAuto> | |
<ResetPasswordRequired>false</ResetPasswordRequired> | |
<ComputerName>tst</ComputerName> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/guestCustomizationSection/"/> | |
</GuestCustomizationSection> | |
<RuntimeInfoSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/runtimeInfoSection" vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+xml"> | |
<ovf:Info>Specifies Runtime info</ovf:Info> | |
<VMWareTools version="9410"/> | |
</RuntimeInfoSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> | |
<VAppScopedLocalId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedLocalId> | |
<ovfenv:Environment xmlns:ns10="http://www.vmware.com/schema/ovfenv" ovfenv:id="" ns10:vCenterId="vm-41145"> | |
<ovfenv:PlatformSection> | |
<ovfenv:Kind>VMware ESXi</ovfenv:Kind> | |
<ovfenv:Version>5.5.0</ovfenv:Version> | |
<ovfenv:Vendor>VMware, Inc.</ovfenv:Vendor> | |
<ovfenv:Locale>en</ovfenv:Locale> | |
</ovfenv:PlatformSection> | |
<ovfenv:PropertySection> | |
<ovfenv:Property ovfenv:value="None" ovfenv:key="vCloud_UseSysPrep"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_bitMask"/> | |
<ovfenv:Property ovfenv:value="static" ovfenv:key="vCloud_bootproto_0"/> | |
<ovfenv:Property ovfenv:value="tst" ovfenv:key="vCloud_computerName"/> | |
<ovfenv:Property ovfenv:value="8.8.8.8" ovfenv:key="vCloud_dns1_0"/> | |
<ovfenv:Property ovfenv:value="8.8.4.4" ovfenv:key="vCloud_dns2_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.1" ovfenv:key="vCloud_gateway_0"/> | |
<ovfenv:Property ovfenv:value="10.1.1.2" ovfenv:key="vCloud_ip_0"/> | |
<ovfenv:Property ovfenv:value="00:50:56:01:0f:25" ovfenv:key="vCloud_macaddr_0"/> | |
<ovfenv:Property ovfenv:value="359edb22-3d9b-44f5-b11b-800589b0c8d4" ovfenv:key="vCloud_markerid"/> | |
<ovfenv:Property ovfenv:value="255.255.255.0" ovfenv:key="vCloud_netmask_0"/> | |
<ovfenv:Property ovfenv:value="1" ovfenv:key="vCloud_numnics"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_primaryNic"/> | |
<ovfenv:Property ovfenv:value="996694177" ovfenv:key="vCloud_reconfigToken"/> | |
<ovfenv:Property ovfenv:value="0" ovfenv:key="vCloud_resetPassword"/> | |
<ovfenv:Property ovfenv:value="" ovfenv:key="vCloud_suffix_0"/> | |
</ovfenv:PropertySection> | |
<ve:EthernetAdapterSection xmlns:ve="http://www.vmware.com/schema/ovfenv" xmlns="http://schemas.dmtf.org/ovf/environment/1" xmlns:oe="http://schemas.dmtf.org/ovf/environment/1"> | |
<ve:Adapter ve:mac="00:50:56:01:0f:25" ve:network="vxw-dvs-3650-virtualwire-744-sid-5051-dvs.VCDVSVagrant-vApp-Net-8a23a99e-d443-4a" ve:unitNumber="7"/> | |
</ve:EthernetAdapterSection> | |
</ovfenv:Environment> | |
<VmCapabilities type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vmCapabilitiesSection+xml" href="https://roecloud001/api/vApp/vm-20ca0366-4ac6-4b91-b10d-02712c9e0300/vmCapabilities/"/> | |
<MemoryHotAddEnabled>false</MemoryHotAddEnabled> | |
<CpuHotAddEnabled>false</CpuHotAddEnabled> | |
</VmCapabilities> | |
<StorageProfile type="application/vnd.vmware.vcloud.vdcStorageProfile+xml" name="*" href="https://roecloud001/api/vdcStorageProfile/59bc6f09-4ba6-48b6-ac21-636e778917bd"/> | |
</Vm> | |
</Children> | |
</VApp> | |
INFO read_state: VM [tst] is running | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ReadState:0x2975f28> | |
INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x2646810> | |
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x2646840> | |
INFO machine: Calling action: read_state on provider vCloud (20ca0366-4ac6-4b91-b10d-02712c9e0300) | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 1 hooks defined. | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x317a7b0> | |
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x3178818> | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x3178800> | |
INFO connect_vcloud: Already logged in, using current session | |
DEBUG connect_vcloud: x-vcloud-authorization=yPfe8SDuCVkmMu8n1mzLHhhMy4ELwr9FxcEkzWdidvU= | |
INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ReadState:0x31ab8a8> | |
"[Sun Jul 6 22:17:16 2014] -> SEND GET https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" | |
"[Sun Jul 6 22:17:16 2014] <- RECV 200" | |
"RECV HEADERS" | |
{ | |
"Date" => "Sun, 06 Jul 2014 20:17:15 GMT", | |
"Vary" => "Accept-Encoding", | |
"Content-Type" => "application/vnd.vmware.vcloud.vApp+xml;version=5.1", | |
"Content-Length" => "28601" | |
} | |
"RECV BODY" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<VApp xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:vmw="http://www.vmware.com/schema/ovf" xmlns:ovfenv="http://schemas.dmtf.org/ovf/environment/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ovfDescriptorUploaded="true" deployed="true" status="4" name="windows_2008_r2-vagrant-vmware-slave-a6e2e0c0" id="urn:vcloud:vapp:8fa68881-c0aa-4322-8a1d-1920d8572782" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782" xsi:schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_VirtualSystemSettingData.xsd http://www.vmware.com/schema/ovf http://www.vmware.com/schema/ovf http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://schemas.dmtf.org/ovf/environment/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8027_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://roecloud001/api/v1.5/schema/master.xsd http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2.22.0/CIM_ResourceAllocationSettingData.xsd"> | |
<Link rel="power:powerOff" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/powerOff"/> | |
<Link rel="power:reboot" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reboot"/> | |
<Link rel="power:reset" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/reset"/> | |
<Link rel="power:shutdown" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/shutdown"/> | |
<Link rel="power:suspend" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/power/action/suspend"/> | |
<Link rel="deploy" type="application/vnd.vmware.vcloud.deployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/deploy"/> | |
<Link rel="undeploy" type="application/vnd.vmware.vcloud.undeployVAppParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/undeploy"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.vAppNetwork+xml" name="Vagrant-vApp-Net" href="https://roecloud001/api/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/controlAccess/"/> | |
<Link rel="controlAccess" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/controlAccess"/> | |
<Link rel="up" type="application/vnd.vmware.vcloud.vdc+xml" href="https://roecloud001/api/vdc/ea5a7837-1f8f-4e5b-8b75-511a7869995f"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.vApp+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.owner+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/owner"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/metadata"/> | |
<Link rel="ovf" type="text/xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/ovf"/> | |
<Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/productSections/"/> | |
<Link rel="snapshot:create" type="application/vnd.vmware.vcloud.createSnapshotParams+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/action/createSnapshot"/> | |
<Description>vApp created by vagrant running on vmware-slave using vagrant-vcloud on July 06, 2014</Description> | |
<LeaseSettingsSection type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/" ovf:required="false"> | |
<ovf:Info>Lease settings section</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/leaseSettingsSection/"/> | |
<DeploymentLeaseInSeconds>259200</DeploymentLeaseInSeconds> | |
<StorageLeaseInSeconds>2592000</StorageLeaseInSeconds> | |
<DeploymentLeaseExpiration>2014-07-09T22:16:28.663+02:00</DeploymentLeaseExpiration> | |
</LeaseSettingsSection> | |
<ovf:StartupSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/" vcloud:type="application/vnd.vmware.vcloud.startupSection+xml"> | |
<ovf:Info>VApp startup section</ovf:Info> | |
<ovf:Item ovf:stopDelay="0" ovf:stopAction="powerOff" ovf:startDelay="0" ovf:startAction="powerOn" ovf:order="0" ovf:id="tst"/> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.startupSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/startupSection/"/> | |
</ovf:StartupSection> | |
<ovf:NetworkSection xmlns:vcloud="http://www.vmware.com/vcloud/v1.5" vcloud:href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkSection/" vcloud:type="application/vnd.vmware.vcloud.networkSection+xml"> | |
<ovf:Info>The list of logical networks</ovf:Info> | |
<ovf:Network ovf:name="Vagrant-vApp-Net"> | |
<ovf:Description/> | |
</ovf:Network> | |
</ovf:NetworkSection> | |
<NetworkConfigSection type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/" ovf:required="false"> | |
<ovf:Info>The configuration parameters for logical networks</ovf:Info> | |
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/networkConfigSection/"/> | |
<NetworkConfig networkName="Vagrant-vApp-Net"> | |
<Link rel="repair" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/reset"/> | |
<Link rel="syncSyslogSettings" type="application/vnd.vmware.vcloud.task+xml" href="https://roecloud001/api/admin/network/f35f2a12-f6c1-4965-8ac8-918937ac41d5/action/syncSyslogServerSettings"/> | |
<Description/> | |
<Configuration> | |
<IpScopes> | |
<IpScope> | |
<IsInherited>false</IsInherited> | |
<Gateway>10.1.1.1</Gateway> | |
<Netmask>255.255.255.0</Netmask> | |
<Dns1>8.8.8.8</Dns1> | |
<Dns2>8.8.4.4</Dns2> | |
<IsEnabled>true</IsEnabled> | |
<IpRanges> | |
<IpRange> | |
<StartAddress>10.1.1.2</StartAddress> | |
<EndAddress>10.1.1.254</EndAddress> | |
</IpRange> | |
</IpRanges> | |
<AllocatedIpAddresses> | |
<IpAddress>10.1.1.1</IpAddress> | |
<IpAddress>10.1.1.2</IpAddress> | |
</AllocatedIpAddresses> | |
</IpScope> | |
</IpScopes> | |
<ParentNetwork name="SS-INTERNAL" id="3fd7a97b-b182-41a0-8df5-3b67b5c08b27" href="https://roecloud001/api/admin/network/3fd7a97b-b182-41a0-8df5-3b67b5c08b27"/> | |
<FenceMode>natRouted</FenceMode> | |
<RetainNetInfoAcrossDeployments>false</RetainNetInfoAcrossDeployments> | |
<Features> | |
<FirewallService> | |
<IsEnabled>false</IsEnabled> | |
<DefaultAction>drop</DefaultAction> | |
<LogDefaultAction>false</LogDefaultAction> | |
</FirewallService> | |
<NatService> | |
<IsEnabled>true</IsEnabled> | |
<NatType>portForwarding</NatType> | |
<Policy>allowTraffic</Policy> | |
<NatRule> | |
<Id>65537</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2217</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>22</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65538</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2218</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>3389</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
<NatRule> | |
<Id>65539</Id> | |
<VmRule> | |
<ExternalIpAddress>10.115.4.3</ExternalIpAddress> | |
<ExternalPort>2219</ExternalPort> | |
<VAppScopedVmId>68e6003f-f024-4e57-a396-63a0a45b7a9f</VAppScopedVmId> | |
<VmNicId>0</VmNicId> | |
<InternalPort>5985</InternalPort> | |
<Protocol>TCP</Protocol> | |
</VmRule> | |
</NatRule> | |
</NatService> | |
</Features> | |
<SyslogServerSettings/> | |
<RouterInfo> | |
<ExternalIp>10.115.4.3</ExternalIp> | |
</RouterInfo> | |
</Configuration> | |
<IsDeployed>true</IsDeployed> | |
</NetworkConfig> | |
</NetworkConfigSection> | |
<SnapshotSection type="application/vnd.vmware.vcloud.snapshotSection+xml" href="https://roecloud001/api/vApp/vapp-8fa68881-c0aa-4322-8a1d-1920d8572782/snapshotSection" ovf:required="false"> | |
<ovf:Info>Snapshot information section</ovf:Info> | |
</SnapshotSection> |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<DateCreated>2014-07-06T22:14:04.600+02:00</DateCre |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment