veewee 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (123) hide show
  1. data/Gemfile +1 -1
  2. data/Gemfile.lock +75 -0
  3. data/lib/veewee.rb +2 -0
  4. data/lib/veewee/command.rb +1 -59
  5. data/lib/veewee/command/basebox.rb +63 -0
  6. data/lib/veewee/command/basebox_build.rb +32 -0
  7. data/lib/veewee/command/basebox_define.rb +28 -0
  8. data/lib/veewee/command/basebox_destroy.rb +22 -0
  9. data/lib/veewee/command/basebox_export.rb +22 -0
  10. data/lib/veewee/command/basebox_list.rb +23 -0
  11. data/lib/veewee/command/basebox_ostypes.rb +23 -0
  12. data/lib/veewee/command/basebox_templates.rb +23 -0
  13. data/lib/veewee/command/basebox_undefine.rb +22 -0
  14. data/lib/veewee/command/basebox_validate.rb +26 -0
  15. data/lib/veewee/config.rb +1 -2
  16. data/lib/veewee/version.rb +1 -1
  17. data/templates/CentOS-6.0-x86_64-minimal/definition.rb +1 -1
  18. data/templates/CentOS-6.0-x86_64-minimal/postinstall.sh +12 -4
  19. data/templates/CentOS-6.2-x86_64-minimal/definition.rb +15 -0
  20. data/templates/CentOS-6.2-x86_64-minimal/ks.cfg +37 -0
  21. data/templates/CentOS-6.2-x86_64-minimal/postinstall.sh +50 -0
  22. data/templates/SLES-11-SP1-DVD-i586-GM/autoinst_de.xml +1127 -0
  23. data/templates/SLES-11-SP1-DVD-i586-GM/autoinst_en.xml +1127 -0
  24. data/templates/SLES-11-SP1-DVD-i586-GM/definition.rb +37 -0
  25. data/templates/SLES-11-SP1-DVD-i586-GM/postinstall.sh +43 -0
  26. data/templates/SLES-11-SP1-DVD-x86_64-GM/autoinst_de.xml +1171 -0
  27. data/templates/SLES-11-SP1-DVD-x86_64-GM/autoinst_en.xml +1171 -0
  28. data/templates/SLES-11-SP1-DVD-x86_64-GM/definition.rb +37 -0
  29. data/templates/SLES-11-SP1-DVD-x86_64-GM/postinstall.sh +43 -0
  30. data/templates/funtoo-latest-generic_64-stable/definition.rb +34 -0
  31. data/templates/funtoo-latest-generic_64-stable/postinstall.sh +177 -0
  32. data/templates/funtoo-latest-generic_64-stable/postinstall2.sh +83 -0
  33. data/templates/gentoo-latest-x86_64-experimental/definition.rb +4 -4
  34. data/templates/gentoo-latest-x86_64-experimental/postinstall.sh +2 -2
  35. data/templates/openSUSE-12.1-DVD+NET-i586/autoinst_de.xml +1483 -0
  36. data/templates/openSUSE-12.1-DVD+NET-i586/autoinst_en.xml +1483 -0
  37. data/templates/openSUSE-12.1-DVD+NET-i586/definition.rb +44 -0
  38. data/templates/openSUSE-12.1-DVD+NET-i586/postinstall.sh +43 -0
  39. data/templates/openSUSE-12.1-DVD+NET-x86_64/autoinst_de.xml +1727 -0
  40. data/templates/openSUSE-12.1-DVD+NET-x86_64/autoinst_en.xml +1727 -0
  41. data/templates/openSUSE-12.1-DVD+NET-x86_64/definition.rb +44 -0
  42. data/templates/openSUSE-12.1-DVD+NET-x86_64/postinstall.sh +43 -0
  43. data/templates/openbsd50_amd64/README +28 -0
  44. data/templates/openbsd50_amd64/definition.rb +84 -0
  45. data/templates/openbsd50_amd64/postinstall.sh +81 -0
  46. data/templates/openbsd50_i386/.definition.rb.swp +0 -0
  47. data/templates/openbsd50_i386/README +28 -0
  48. data/templates/openbsd50_i386/definition.rb +84 -0
  49. data/templates/openbsd50_i386/postinstall.sh +80 -0
  50. data/templates/windows-2008R1-serverstandard-amd64/Autounattend.xml +146 -0
  51. data/templates/windows-2008R1-serverstandard-amd64/README.md +134 -0
  52. data/templates/windows-2008R1-serverstandard-amd64/cygwin-setup.exe +0 -0
  53. data/templates/windows-2008R1-serverstandard-amd64/definition.rb +114 -0
  54. data/templates/windows-2008R1-serverstandard-amd64/install-cygwin-sshd.bat +40 -0
  55. data/templates/windows-2008R1-serverstandard-amd64/install-guest-additions.bat +5 -0
  56. data/templates/windows-2008R1-serverstandard-amd64/install-winrm.bat +14 -0
  57. data/templates/windows-2008R1-serverstandard-amd64/oracle-cert.cer +0 -0
  58. data/templates/windows-2008R1-serverstandard-amd64/postinstall.sh +74 -0
  59. data/templates/windows-2008R1-serverstandard-amd64/sudo +2 -0
  60. data/templates/windows-2008R1-serverstandard-amd64/winrm.rb +8 -0
  61. data/templates/windows-2008R2-amd64/cygwin-setup.exe +0 -0
  62. data/templates/windows-2008R2-amd64/install-winrm.bat +2 -0
  63. data/templates/windows-2008R2-serverstandard-amd64/Autounattend.xml +147 -0
  64. data/templates/windows-2008R2-serverstandard-amd64/README.md +142 -0
  65. data/templates/windows-2008R2-serverstandard-amd64/definition.rb +44 -0
  66. data/templates/windows-2008R2-serverstandard-amd64/install-cygwin-sshd.bat +41 -0
  67. data/templates/windows-2008R2-serverstandard-amd64/install-winrm.bat +11 -0
  68. data/templates/windows-2008R2-serverstandard-amd64/oracle-cert.cer +0 -0
  69. data/templates/windows-2008R2-serverstandard-amd64/postinstall.sh +74 -0
  70. data/templates/windows-7-enterprise-amd64/Autounattend.xml +149 -0
  71. data/templates/windows-7-enterprise-amd64/README.md +52 -0
  72. data/templates/windows-7-enterprise-amd64/definition.rb +39 -0
  73. data/templates/windows-7-enterprise-amd64/install-cygwin-sshd.bat +40 -0
  74. data/templates/windows-7-enterprise-amd64/install-winrm.bat +14 -0
  75. data/templates/windows-7-enterprise-amd64/oracle-cert.cer +0 -0
  76. data/templates/windows-7-enterprise-amd64/postinstall.sh +74 -0
  77. data/templates/windows-7-enterprise-i386/Autounattend.xml +151 -0
  78. data/templates/windows-7-enterprise-i386/README.md +169 -0
  79. data/templates/windows-7-enterprise-i386/definition.rb +40 -0
  80. data/templates/windows-7-enterprise-i386/install-cygwin-sshd.bat +40 -0
  81. data/templates/windows-7-enterprise-i386/install-winrm.bat +14 -0
  82. data/templates/windows-7-enterprise-i386/oracle-cert.cer +0 -0
  83. data/templates/windows-7-enterprise-i386/postinstall.sh +74 -0
  84. data/templates/windows-7-premium-amd64/Autounattend.xml +152 -0
  85. data/templates/windows-7-premium-amd64/README.md +171 -0
  86. data/templates/windows-7-premium-amd64/definition.rb +38 -0
  87. data/templates/windows-7-premium-amd64/install-chefclient.bat +44 -0
  88. data/templates/windows-7-premium-amd64/install-winrm.bat +11 -0
  89. data/templates/windows-7-premium-amd64/oracle-cert.cer +0 -0
  90. data/templates/windows-7-premium-amd64/postinstall.sh +124 -0
  91. data/templates/windows-7-premium-amd64/winrm.rb +8 -0
  92. data/templates/windows-7-professional-amd64/Autounattend.xml +152 -0
  93. data/templates/windows-7-professional-amd64/README.md +171 -0
  94. data/templates/windows-7-professional-amd64/definition.rb +41 -0
  95. data/templates/windows-7-professional-amd64/install-cygwin-sshd.bat +40 -0
  96. data/templates/windows-7-professional-amd64/install-winrm.bat +14 -0
  97. data/templates/windows-7-professional-amd64/oracle-cert.cer +0 -0
  98. data/templates/windows-7-professional-amd64/postinstall.sh +74 -0
  99. data/templates/windows-7-ultimate-amd64/Autounattend.xml +152 -0
  100. data/templates/windows-7-ultimate-amd64/README.md +89 -0
  101. data/templates/windows-7-ultimate-amd64/definition.rb +41 -0
  102. data/templates/windows-7-ultimate-amd64/install-cygwin-sshd.bat +40 -0
  103. data/templates/windows-7-ultimate-amd64/install-winrm.bat +14 -0
  104. data/templates/windows-7-ultimate-amd64/oracle-cert.cer +0 -0
  105. data/templates/windows-7-ultimate-amd64/postinstall.sh +74 -0
  106. data/templates/windows-7sp1-ultimate-amd64/Autounattend.xml +152 -0
  107. data/templates/windows-7sp1-ultimate-amd64/README.md +89 -0
  108. data/templates/windows-7sp1-ultimate-amd64/definition.rb +42 -0
  109. data/templates/windows-7sp1-ultimate-amd64/install-cygwin-sshd.bat +40 -0
  110. data/templates/windows-7sp1-ultimate-amd64/install-winrm.bat +14 -0
  111. data/templates/windows-7sp1-ultimate-amd64/oracle-cert.cer +0 -0
  112. data/templates/windows-7sp1-ultimate-amd64/postinstall.sh +74 -0
  113. data/templates/windows-8-preview-dev-amd64/Autounattend.xml +140 -0
  114. data/templates/windows-8-preview-dev-amd64/README.md +134 -0
  115. data/templates/windows-8-preview-dev-amd64/cygwin-setup.exe +0 -0
  116. data/templates/windows-8-preview-dev-amd64/definition.rb +114 -0
  117. data/templates/windows-8-preview-dev-amd64/install-cygwin-sshd.bat +38 -0
  118. data/templates/windows-8-preview-dev-amd64/install-winrm.bat +11 -0
  119. data/templates/windows-8-preview-dev-amd64/oracle-cert.cer +0 -0
  120. data/templates/windows-8-preview-dev-amd64/postinstall.sh +122 -0
  121. data/templates/windows-8-preview-dev-amd64/winrm.rb +8 -0
  122. data/veewee.gemspec +3 -2
  123. metadata +162 -34
@@ -0,0 +1,151 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <unattend xmlns="urn:schemas-microsoft-com:unattend">
3
+ <settings pass="oobeSystem">
4
+ <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5
+ <UserAccounts>
6
+ <AdministratorPassword>
7
+ <Value>dgBhAGcAcgBhAG4AdABBAGQAbQBpAG4AaQBzAHQAcgBhAHQAbwByAFAAYQBzAHMAdwBvAHIAZAA=</Value>
8
+ <PlainText>false</PlainText>
9
+ </AdministratorPassword>
10
+ <LocalAccounts>
11
+ <LocalAccount wcm:action="add">
12
+ <Password>
13
+ <Value>dgBhAGcAcgBhAG4AdABQAGEAcwBzAHcAbwByAGQA</Value>
14
+ <PlainText>false</PlainText>
15
+ </Password>
16
+ <Description>Vagrant User</Description>
17
+ <DisplayName>Vagrant</DisplayName>
18
+ <Group>administrators</Group>
19
+ <Name>vagrant</Name>
20
+ </LocalAccount>
21
+ </LocalAccounts>
22
+ </UserAccounts>
23
+ <OOBE>
24
+ <HideEULAPage>true</HideEULAPage>
25
+ <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
26
+ <NetworkLocation>Work</NetworkLocation>
27
+ <ProtectYourPC>3</ProtectYourPC>
28
+ </OOBE>
29
+ <AutoLogon>
30
+ <Password>
31
+ <Value>dgBhAGcAcgBhAG4AdABQAGEAcwBzAHcAbwByAGQA</Value>
32
+ <PlainText>false</PlainText>
33
+ </Password>
34
+ <Username>vagrant</Username>
35
+ <Enabled>true</Enabled>
36
+ </AutoLogon>
37
+ <FirstLogonCommands>
38
+ <SynchronousCommand wcm:action="add">
39
+ <CommandLine>cmd.exe /c a:install-winrm.bat</CommandLine>
40
+ <Description>Install winrm</Description>
41
+ <Order>1</Order>
42
+ <RequiresUserInput>true</RequiresUserInput>
43
+ </SynchronousCommand>
44
+ <SynchronousCommand wcm:action="add">
45
+ <Order>2</Order>
46
+ <CommandLine>cmd.exe /c a:install-cygwin-sshd.bat</CommandLine>
47
+ <Description>Install Cygwin SSHD</Description>
48
+ <RequiresUserInput>false</RequiresUserInput>
49
+ </SynchronousCommand>
50
+ </FirstLogonCommands>
51
+ <ShowWindowsLive>false</ShowWindowsLive>
52
+ </component>
53
+ <component name="Microsoft-Windows-WinRE-RecoveryAgent" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
54
+ <UninstallWindowsRE>true</UninstallWindowsRE>
55
+ </component>
56
+ </settings>
57
+ <settings pass="windowsPE">
58
+ <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
59
+ <DiskConfiguration>
60
+ <Disk wcm:action="add">
61
+ <CreatePartitions>
62
+ <CreatePartition wcm:action="add">
63
+ <Order>1</Order>
64
+ <Type>Primary</Type>
65
+ <Size>20000</Size>
66
+ </CreatePartition>
67
+ </CreatePartitions>
68
+ <ModifyPartitions>
69
+ <ModifyPartition wcm:action="add">
70
+ <Active>true</Active>
71
+ <Extend>false</Extend>
72
+ <Format>NTFS</Format>
73
+ <Label>Vagrant7</Label>
74
+ <Letter>C</Letter>
75
+ <Order>1</Order>
76
+ <PartitionID>1</PartitionID>
77
+ </ModifyPartition>
78
+ </ModifyPartitions>
79
+ <DiskID>0</DiskID>
80
+ <WillWipeDisk>true</WillWipeDisk>
81
+ </Disk>
82
+ <WillShowUI>OnError</WillShowUI>
83
+ </DiskConfiguration>
84
+ <UserData>
85
+ <ProductKey>
86
+ <WillShowUI>Never</WillShowUI>
87
+ </ProductKey>
88
+ <AcceptEula>true</AcceptEula>
89
+ <FullName>Vagrant User</FullName>
90
+ <Organization>Vagrant Inc.</Organization>
91
+ </UserData>
92
+ <ImageInstall>
93
+ <OSImage>
94
+ <InstallFrom>
95
+ <MetaData wcm:action="add">
96
+ <Key>/IMAGE/NAME</Key>
97
+ <Value>Windows 7 ENTERPRISE</Value>
98
+ </MetaData>
99
+ </InstallFrom>
100
+ <InstallTo>
101
+ <DiskID>0</DiskID>
102
+ <PartitionID>1</PartitionID>
103
+ </InstallTo>
104
+ <WillShowUI>OnError</WillShowUI>
105
+ <InstallToAvailablePartition>false</InstallToAvailablePartition>
106
+ </OSImage>
107
+ </ImageInstall>
108
+ <EnableFirewall>true</EnableFirewall>
109
+ </component>
110
+ <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
111
+ <SetupUILanguage>
112
+ <UILanguage>en-US</UILanguage>
113
+ </SetupUILanguage>
114
+ <InputLocale>en-US</InputLocale>
115
+ <SystemLocale>en-US</SystemLocale>
116
+ <UILanguage>en-US</UILanguage>
117
+ <UserLocale>en-US</UserLocale>
118
+ </component>
119
+ </settings>
120
+ <settings pass="specialize">
121
+ <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
122
+ <OEMInformation>
123
+ <HelpCustomized>false</HelpCustomized>
124
+ </OEMInformation>
125
+ <ComputerName>Vagrant-win7</ComputerName>
126
+ <TimeZone>New Zealand Standard Time</TimeZone>
127
+ <RegisteredOrganization></RegisteredOrganization>
128
+ <RegisteredOwner>Vagrant</RegisteredOwner>
129
+ </component>
130
+ <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
131
+ <SkipAutoActivation>true</SkipAutoActivation>
132
+ </component>
133
+ <component name="Microsoft-Windows-SystemRestore-Main" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
134
+ <DisableSR>1</DisableSR>
135
+ </component>
136
+ <component name="Security-Malware-Windows-Defender" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
137
+ <DisableAntiSpyware>true</DisableAntiSpyware>
138
+ </component>
139
+ </settings>
140
+ <settings pass="offlineServicing">
141
+ <component name="Microsoft-Windows-LUA-Settings" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
142
+ <EnableLUA>false</EnableLUA>
143
+ </component>
144
+ </settings>
145
+ <settings pass="generalize">
146
+ <component name="Microsoft-Windows-Security-SPP" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
147
+ <SkipRearm>1</SkipRearm>
148
+ </component>
149
+ </settings>
150
+ <cpi:offlineImage cpi:source="wim:d:/sources/install.wim#Windows 7 ENTERPRISE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
151
+ </unattend>
@@ -0,0 +1,169 @@
1
+ You can download a free trial of Windows 7 Enterprise 90-day Trial
2
+
3
+ url: http://technet.microsoft.com/en-us/evalcenter/cc442495.aspx
4
+ file: 7600.16385.090713-1255_x64fre_enterprise_en-us_EVAL_Eval_Enterprise-GRMCENXEVAL_EN_DVD.iso
5
+ md5sum: 1d0d239a252cb53e466d39e752b17c28
6
+
7
+ '''
8
+ PS C:\Users\Administrator> Dism /Get-WIMInfo /WimFile:d:\sources\install.wim
9
+
10
+ Deployment Image Servicing and Management tool
11
+ Version: 6.1.7600.16385
12
+
13
+ Details for image : d:\sources\install.wim
14
+
15
+ Index : 1
16
+ Name : Windows 7 ENTERPRISE
17
+ Description : Windows 7 ENTERPRISE
18
+ Size : 11,913,037,777 bytes
19
+
20
+ The operation completed successfully.
21
+ '''
22
+
23
+ Though I have also used "Windows 7 7600 AIO.ISO" from MSDN
24
+ file: Windows 7 7600 AIO.ISO
25
+ md5sum: ace6c61269613bf515fd59c62185bbcf
26
+
27
+
28
+ '''
29
+ PS C:\Users\Administrator> Dism /Get-WIMInfo /WimFile:d:\sources\install.wim
30
+
31
+ Deployment Image Servicing and Management tool
32
+ Version: 6.1.7600.16385
33
+
34
+ Details for image : d:\sources\install.wim
35
+
36
+ Index : 1
37
+ Name : Windows 7 STARTER
38
+ Description : Windows 7 STARTER
39
+ Size : 7,936,340,784 bytes
40
+
41
+ Index : 2
42
+ Name : Windows 7 HOMEBASIC
43
+ Description : Windows 7 HOMEBASIC
44
+ Size : 7,992,394,907 bytes
45
+
46
+ Index : 3
47
+ Name : Windows 7 HOMEPREMIUM
48
+ Description : Windows 7 HOMEPREMIUM
49
+ Size : 8,432,859,356 bytes
50
+
51
+ Index : 4
52
+ Name : Windows 7 PROFESSIONAL
53
+ Description : Windows 7 PROFESSIONAL
54
+ Size : 8,313,318,889 bytes
55
+
56
+ Index : 5
57
+ Name : Windows 7 ULTIMATE
58
+ Description : Windows 7 ULTIMATE
59
+ Size : 8,471,060,645 bytes
60
+
61
+ Index : 6
62
+ Name : Windows 7 Home Basic X64
63
+ Description : Windows 7 HOMEBASIC
64
+ Size : 11,500,789,302 bytes
65
+
66
+ Index : 7
67
+ Name : Windows 7 Home Premium X64
68
+ Description : Windows 7 HOMEPREMIUM
69
+ Size : 12,012,660,212 bytes
70
+
71
+ Index : 8
72
+ Name : Windows 7 Home Professional X64
73
+ Description : Windows 7 PROFESSIONAL
74
+ Size : 11,910,752,928 bytes
75
+
76
+ Index : 9
77
+ Name : Windows 7 Home Ultimate X64
78
+ Description : Windows 7 ULTIMATE
79
+ Size : 12,070,211,908 bytes
80
+
81
+ The operation completed successfully.
82
+ '''
83
+
84
+ - place it in a directory called iso
85
+
86
+ The installation uses the Standard way for Windows Unattended installation. The XML file was created using the Windows AIK kit, but the file can also be edited by hand.
87
+
88
+ To edit the Autounattend.xml and validate it:
89
+ You can download The Windows® Automated Installation Kit (AIK) for Windows® 7:
90
+ url: http://www.microsoft.com/download/en/details.aspx?id=5753
91
+ file: KB3AIK_EN.iso
92
+ md5sum: 1e73b24a89eceab9d50585b92db5482f
93
+
94
+
95
+
96
+ - Building the machine creates a floppy that contains:
97
+ - AutoUnattend.xml (that will configure the windows)
98
+ - winrm-install.bat (activates the http and https listener + punches the firewall hole)
99
+
100
+ AIK also includes dism, which will allow you to choose a specific version:
101
+
102
+ If you want to install a different version, edit Autoattended.xml and replace the /IMAGE/NAME value with
103
+ one of the names listed in the sources/install.wim on the install DVD .iso
104
+
105
+ # <InstallFrom>
106
+ # <MetaData wcm:action="add">
107
+ # <Key>/IMAGE/NAME</Key>
108
+ # <Value>Windows Server 2008 R2 SERVERSTANDARD</Value>
109
+ # </MetaData>
110
+ # </InstallFrom>
111
+
112
+
113
+ This gets us nearly there, but we still need a winrm provisioner, as I don't like having to install cygwin.
114
+
115
+ Expose the winrm port:
116
+
117
+ <pre>
118
+ $ gem install chef
119
+ $ gem install knife-windows
120
+ #Create a tunnel
121
+ $ ssh -p 7222 -L5985:localhost:5985 vagrant@localhost
122
+ $ knife bootstrap windows winrm localhost -x Administrator -P 'vagrant'
123
+ </pre>
124
+
125
+
126
+ - http://wiki.opscode.com/display/chef/Knife+Windows+Bootstrap
127
+ - https://github.com/opscode/knife-windows/blob/master/lib/chef/knife/bootstrap/windows-shell.erb
128
+
129
+ - https://github.com/zenchild/WinRM
130
+
131
+ - http://devopscloud.net/2011/04/17/managing-chef-from-windows-7/
132
+ - http://devopscloud.net/2011/04/28/powershell-userdata-to-start-a-chef-run/
133
+ - http://devopscloud.net/2011/03/23/dissection-of-a-chef-recipe-or-two-for-windows/
134
+ - https://github.com/pmorton/chef-windows-installer
135
+
136
+ ==
137
+ https://github.com/zenchild/WinRM/issues/unreads#issue/1
138
+ http -> requires unencryptedwinrm quickconfig (said yes to enable firewall)
139
+ winrm p winrm/config/service @{AllowUnencrypted="true"}
140
+ winrm set winrm/config/service/auth @{Basic="true"}netsh advfirewall firewall set rule group="remote administration" new enable=yes
141
+
142
+ - http://forums.citrix.com/thread.jspa?messageID=1535826
143
+ - http://support.microsoft.com/kb/2019527
144
+
145
+ winrm get winrm/config
146
+
147
+ The purpose of configuring WinRM for HTTPS is to encrypt the data being sent across the wire.
148
+
149
+ WinRM HTTPS requires a local computer "Server Authentication" certificate with a CN matching the hostname, that is not expired, revoked, or self-signed to be installed.
150
+
151
+ To install or view certificates for the local computer:
152
+
153
+ - click Start, run, MMC, "File" menu, "Add or Remove Snap-ins" select "Certificates" and click "Add". Go through the wizard selecting "Computer account".
154
+
155
+ - Install or view the certificates under:
156
+ Certificates (Local computer)
157
+ Personal
158
+ Certificates
159
+
160
+ If you do not have a Sever Authenticating certificate consult your certicate administrator. If you have a microsoft Certificate server you may be abel to request a certificate using the web certificate template from HTTPS://<MyDomainCertificateServer>/certsrv
161
+
162
+ Once the certificate is installed type the following to configure WINRM to listen on HTTPS:
163
+
164
+ winrm quickconfig -transport:https
165
+
166
+ If you do not have an appropriate certificate you can run the following with the authentication methods configured for WinRM however the data will not be encrypted.
167
+
168
+ winrm quickconfig
169
+
@@ -0,0 +1,40 @@
1
+ # -*- coding: utf-8 -*-
2
+ #video memory size should be at least 32meg for windows 7 to do full screen on my desktop
3
+ # I'm not sure how to set that with veewee::session yet
4
+ Veewee::Session.declare({
5
+ :os_type_id => 'Windows7',
6
+ # http://technet.microsoft.com/en-us/evalcenter/cc442495.aspx
7
+ # The 90-day Trial is offered for a limited time and in limited quantity.
8
+ # The download will be available through June 30th, 2012, while supplies last.
9
+ :iso_file => "7600.16385.090713-1255_x86fre_enterprise_en-us_EVAL_Eval_Enterprise-GRMCENEVAL_EN_DVD.iso",
10
+ :iso_src => "http://wb.dlservice.microsoft.com/dl/download/release/Win7/3/b/a/3bac7d87-8ad2-4b7a-87b3-def36aee35fa/7600.16385.090713-1255_x86fre_enterprise_en-us_EVAL_Eval_Enterprise-GRMCENEVAL_EN_DVD.iso",
11
+ :iso_md5 => "62675A3B76D21815367F372961B71A56",
12
+ :iso_download_timeout => "100000",
13
+
14
+ :cpu_count => '1',
15
+ :memory_size=> '512',
16
+ :disk_size => '20280', :disk_format => 'VDI', :hostiocache => 'off',
17
+
18
+ :floppy_files => [
19
+ "Autounattend.xml",
20
+ "install-winrm.bat",
21
+ "install-cygwin-sshd.bat",
22
+ "oracle-cert.cer"
23
+ ],
24
+
25
+ :boot_wait => "1", #ten minutes, ten seconds
26
+ :boot_cmd_sequence => [''],
27
+
28
+ :ssh_login_timeout => "10000",
29
+ # Actively attempt to winrm (no ssh on base windows) in for 10000 seconds
30
+ :ssh_user => "vagrant", :ssh_password => "vagrant", :ssh_key => "",
31
+ :ssh_host_port => "59867", :ssh_guest_port => "22",
32
+ # And run postinstall.sh for up to 10000 seconds
33
+ :postinstall_timeout => "10000",
34
+ :postinstall_files => ["postinstall.sh"],
35
+ # No sudo on windows
36
+ :sudo_cmd => "sh '%f'",
37
+ # Shutdown is different as well
38
+ #:shutdown_cmd => "shutdown /s /t 0 /d P:4:1 /c \"Vagrant Shutdown\"",
39
+ :shutdown_cmd => "shutdown /p /t 0 /c \"Vagrant Shutdown\" /f /d p:4:1",
40
+ })
@@ -0,0 +1,40 @@
1
+ REM http://webcache.googleusercontent.com/search?q=cache:SjoPPpuQxuoJ:www.tcm.phy.cam.ac.uk/~mr349/cygwin_install.html+install+cygwin+ssh+commandline&cd=2&hl=nl&ct=clnk&gl=be&source=www.google.be
2
+
3
+ REM create the cygwin directory
4
+ cmd /c mkdir %SystemDrive%\cygwin
5
+
6
+ cmd /c bitsadmin /transfer CygwinSetupExe /download /priority normal http://www.cygwin.com/setup.exe %SystemDrive%\cygwin\cygwin-setup.exe
7
+
8
+ REM goto a temp directory
9
+ cd %SystemDrive%\windows\temp
10
+
11
+ REM run the installation
12
+ cmd /c %SystemDrive%\cygwin\cygwin-setup.exe -q -R %SystemDrive%\cygwin -P openssh,openssl,curl,cygrunsrv,wget,rebase,vim -s http://cygwin.mirrors.pair.com
13
+
14
+ %SystemDrive%\cygwin\bin\bash -c 'PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin cygrunsrv -R sshd'
15
+
16
+ REM /bin/ash is the right shell for this command
17
+ cmd /c %SystemDrive%\cygwin\bin\ash -c /bin/rebaseall
18
+
19
+ cmd /c %SystemDrive%\cygwin\bin\bash -c 'PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin mkgroup -l'>%SystemDrive%\cygwin\etc\group
20
+
21
+ cmd /c %SystemDrive%\cygwin\bin\bash -c 'PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin mkpasswd -l'>%SystemDrive%\cygwin\etc\passwd
22
+
23
+ %SystemDrive%\cygwin\usr\bin\sleep 1
24
+
25
+ %SystemDrive%\cygwin\bin\bash -c 'PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin /usr/bin/ssh-host-config -y -c "ntsecbinmode tty" -w "abc&&123!!" '
26
+
27
+ %SystemDrive%\cygwin\usr\bin\sleep 2
28
+
29
+ cmd /c if exist %Systemroot%\system32\netsh.exe netsh advfirewall firewall add rule name="SSHD" dir=in action=allow program="c:\cygwin\usr\sbin\sshd.exe" SSHD enable=yes
30
+
31
+ cmd /c if exist %Systemroot%\system32\netsh.exe netsh advfirewall firewall add rule name="ssh" dir=in action=allow protocol=TCP localport=22
32
+
33
+ %SystemDrive%\cygwin\usr\bin\sleep 2
34
+
35
+ net start sshd
36
+
37
+ # Fix corrupt recycle bin
38
+ # http://www.winhelponline.com/blog/fix-corrupted-recycle-bin-windows-7-vista/
39
+ cmd /c rd /s /q c:\$Recycle.bin
40
+
@@ -0,0 +1,14 @@
1
+ cmd /c winrm quickconfig -q
2
+ cmd /c winrm quickconfig -transport:http # needs to be auto no questions asked
3
+ cmd /c winrm set winrm/config @{MaxTimeoutms="1800000"}
4
+ cmd /c winrm set winrm/config/winrs @{MaxMemoryPerShellMB="300"}
5
+ cmd /c winrm set winrm/config/service @{AllowUnencrypted="true"}
6
+ cmd /c winrm set winrm/config/service/auth @{Basic="true"}
7
+ cmd /c winrm set winrm/config/listener?Address=*+Transport=HTTP @{Port="5985"}
8
+ cmd /c netsh advfirewall firewall set rule group="remote administration" new enable=yes
9
+ cmd /c netsh firewall add portopening TCP 5985 "Port 5985"
10
+ cmd /c net stop winrm
11
+ cmd /c net start winrm
12
+
13
+ cmd /c reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v ScreenSaveActive /t REG_SZ /d 0 /f
14
+ cmd /c reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v ScreenSaveIsSecure /t REG_SZ /d 0 /f
@@ -0,0 +1,74 @@
1
+ set -x
2
+
3
+ # Create the home directory
4
+ mkdir -p /home/vagrant
5
+ chown vagrant /home/vagrant
6
+ cd /home/vagrant
7
+
8
+ # Install ssh certificates
9
+ mkdir /home/vagrant/.ssh
10
+ chmod 700 /home/vagrant/.ssh
11
+ cd /home/vagrant/.ssh
12
+ wget --no-check-certificate 'https://raw.github.com/mitchellh/vagrant/master/keys/vagrant.pub' -O authorized_keys
13
+ chown -R vagrant /home/vagrant/.ssh
14
+ cd ..
15
+
16
+ # Install rpm,apt-get like code for cygwin
17
+ # http://superuser.com/questions/40545/upgrading-and-installing-packages-through-the-cygwin-command-line
18
+ wget http://apt-cyg.googlecode.com/svn/trunk/apt-cyg
19
+ chmod +x apt-cyg
20
+ mv apt-cyg /usr/local/bin/
21
+
22
+ # 7zip will allow us to extract a file from an ISO
23
+ wget http://downloads.sourceforge.net/sevenzip/7z922.msi
24
+ msiexec /qb /i 7z922.msi
25
+
26
+ # Download Virtualbox Additions
27
+ VBOX_VERSION="4.1.8" #"4.0.8"
28
+ wget http://download.virtualbox.org/virtualbox/$VBOX_VERSION/VBoxGuestAdditions_$VBOX_VERSION.iso
29
+
30
+ # Extract the installer from the ISO (WHY WHY WHY isn't this available not bundled within an ISO)
31
+ /cygdrive/c/Program\ Files/7-Zip/7z.exe x VBoxGuestAdditions_$VBOX_VERSION.iso VBoxWindowsAdditions-x86.exe
32
+
33
+ # Mark Oracle as a trusted installer
34
+ #http://blogs.msdn.com/b/steverac/archive/2009/07/09/adding-certificates-to-the-local-certificates-store-and-setting-local-policy-using-a-command-line-system-center-updates-publisher-example.aspx
35
+
36
+ certutil -addstore -f "TrustedPublisher" a:oracle-cert.cer
37
+
38
+ # Install the Virtualbox Additions
39
+ ./VBoxWindowsAdditions-x86.exe /S
40
+
41
+
42
+ #Rather than do the manual install of ruby and chef, just use the opscode msi
43
+ curl -L http://www.opscode.com/chef/install.msi -o chef-client-latest.msi
44
+ msiexec /qb /i chef-client-latest.msi
45
+
46
+
47
+ #http://www.msfn.org/board/topic/105277-howto-create-a-fully-up-to-date-xp-x64-dvd/
48
+
49
+ #Making aliases
50
+ cat <<EOF > /home/vagrant/.bash_profile
51
+ alias chef-client="chef-client.bat"
52
+ alias gem="gem.bat"
53
+ alias ruby="ruby.exe"
54
+ alias puppet="puppet.bat"
55
+ alias ohai="ohai.bat"
56
+ alias irb="irb.bat"
57
+ alias facter="facter.bat"
58
+ EOF
59
+
60
+
61
+ cat <<'EOF' > /bin/sudo
62
+ #!/usr/bin/bash
63
+ exec "$@"
64
+ EOF
65
+ chmod 755 /bin/sudo
66
+
67
+ # Mounting a directory
68
+ net.exe use '\\vboxsvr\veewee-validation'
69
+
70
+
71
+ # Reboot
72
+ # http://www.techrepublic.com/blog/datacenter/restart-windows-server-2003-from-the-command-line/245
73
+ shutdown.exe /s /t 0 /d p:2:4 /c "Vagrant initial reboot"
74
+