Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Bob Tanner
packer-windows
Commits
d5a97e68
Commit
d5a97e68
authored
Dec 04, 2015
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add atlas
parent
9f5302b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
46 additions
and
0 deletions
+46
-0
windows_2016_docker.json
windows_2016_docker.json
+46
-0
No files found.
windows_2016_docker.json
View file @
d5a97e68
...
...
@@ -36,6 +36,42 @@
"vhv.enable"
:
"TRUE"
}
},
{
"name"
:
"vmware-iso-atlas"
,
"type"
:
"vmware-iso"
,
"communicator"
:
"winrm"
,
"iso_url"
:
"{{user `iso_url`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"headless"
:
true
,
"boot_wait"
:
"10m"
,
"boot_command"
:
[
"{{user `product_key`}}<enter>"
],
"winrm_username"
:
"vagrant"
,
"winrm_password"
:
"vagrant"
,
"winrm_timeout"
:
"6h"
,
"shutdown_command"
:
"shutdown /s /t 10 /f /d p:4:1 /c
\"
Packer Shutdown
\"
"
,
"guest_os_type"
:
"windows8srv-64"
,
"disk_size"
:
61440
,
"vnc_port_min"
:
5900
,
"vnc_port_max"
:
5980
,
"version"
:
11
,
"floppy_files"
:
[
"./answer_files/2016/Autounattend.xml"
,
"./floppy/Windows Powershell.lnk"
,
"./floppy/PinTo10.exe"
,
"./scripts/disable-winrm.ps1"
,
"./scripts/docker/enable-winrm.ps1"
,
"./scripts/microsoft-updates.bat"
,
"./scripts/win-updates.ps1"
],
"vmx_data"
:
{
"RemoteDisplay.vnc.enabled"
:
"false"
,
"RemoteDisplay.vnc.port"
:
"5900"
,
"memsize"
:
"2048"
,
"numvcpus"
:
"2"
,
"scsi0.virtualDev"
:
"lsisas1068"
}
},
{
"type"
:
"virtualbox-iso"
,
"communicator"
:
"winrm"
,
...
...
@@ -120,6 +156,16 @@
"keep_input_artifact"
:
false
,
"output"
:
"windows_2016_docker_{{.Provider}}.box"
,
"vagrantfile_template"
:
"vagrantfile-windows_2016_docker.template"
},
{
"type"
:
"atlas"
,
"only"
:
[
"vmware-iso-atlas"
],
"artifact"
:
"StefanScherer/windows_2016_docker"
,
"artifact_type"
:
"vagrant.box"
,
"metadata"
:
{
"provider"
:
"vmware_desktop"
,
"version"
:
"0.0.1"
}
}
],
"variables"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment