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
d76e55fa
Commit
d76e55fa
authored
Feb 21, 2018
by
Bob Tanner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed disk_type to "0" (thin)
Changed headless to "false", running packer on macOS console
parent
3ae76173
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
6 deletions
+22
-6
windows_2016.json
windows_2016.json
+22
-6
No files found.
windows_2016.json
View file @
d76e55fa
...
...
@@ -112,10 +112,26 @@
],
"post-processors"
:
[
{
"keep_input_artifact"
:
fals
e
,
"keep_input_artifact"
:
tru
e
,
"output"
:
"windows_2016_{{.Provider}}.box"
,
"type"
:
"vagrant"
,
"vagrantfile_template"
:
"vagrantfile-windows_2016.template"
"vagrantfile_template"
:
"vagrantfile-windows_2016.template"
,
"only"
:
[
"virtualbox-iso"
]
},
{
"keep_input_artifact"
:
true
,
"type"
:
"vsphere"
,
"cluster"
:
"{{user `vsphere_cluster`}}"
,
"datacenter"
:
"{{user `vsphere_datacenter`}}"
,
"datastore"
:
"{{user `vsphere_datastore`}}"
,
"host"
:
"{{user `vsphere_host`}}"
,
"password"
:
"{{user `vsphere_password`}}"
,
"username"
:
"{{user `vsphere_username`}}"
,
"vm_name"
:
"{{user `vsphere_vm_name`}}"
,
"vm_network"
:
"{{user `vsphere_vm_network`}}"
,
"insecure"
:
"{{user `vsphere_insecure`}}"
,
"disk_mode"
:
"{{user `vsphere_disk_mode`}}"
,
"only"
:
[
"vmware-iso"
]
}
],
"provisioners"
:
[
...
...
@@ -153,14 +169,14 @@
"variables"
:
{
"autounattend"
:
"./answer_files/2016/Autounattend.xml"
,
"disk_size"
:
"61440"
,
"disk_type_id"
:
"
1
"
,
"headless"
:
"
tru
e"
,
"disk_type_id"
:
"
0
"
,
"headless"
:
"
fals
e"
,
"hyperv_switchname"
:
"{{env `hyperv_switchname`}}"
,
"iso_checksum"
:
"70721288BBCDFE3239D8F8C0FAE55F1F"
,
"iso_checksum_type"
:
"md5"
,
"iso_url"
:
"http://care.dlservice.microsoft.com/dl/download/1/4/9/149D5452-9B29-4274-B6B3-5361DBDA30BC/14393.0.161119-1705.RS1_REFRESH_SERVER_EVAL_X64FRE_EN-US.ISO"
,
"restart_timeout"
:
"5m"
,
"winrm_timeout"
:
"
22
h"
"restart_timeout"
:
"
1
5m"
,
"winrm_timeout"
:
"
6
h"
}
}
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