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
efcc8c8e
Commit
efcc8c8e
authored
Sep 29, 2017
by
Simon Detheridge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make building Win2016 headlessly optional
parent
2f04696d
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
22 additions
and
14 deletions
+22
-14
windows_2016.json
windows_2016.json
+3
-2
windows_2016_core.json
windows_2016_core.json
+3
-2
windows_2016_dc.json
windows_2016_dc.json
+3
-2
windows_2016_docker.json
windows_2016_docker.json
+3
-2
windows_2016_docker_azure.json
windows_2016_docker_azure.json
+1
-0
windows_2016_docker_core.json
windows_2016_docker_core.json
+3
-2
windows_2016_hyperv.json
windows_2016_hyperv.json
+3
-2
windows_2016_insider.json
windows_2016_insider.json
+3
-2
No files found.
windows_2016.json
View file @
efcc8c8e
...
...
@@ -37,7 +37,7 @@
"iso_url"
:
"{{user `iso_url`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"headless"
:
false
,
"headless"
:
"{{user `headless`}}"
,
"boot_wait"
:
"2m"
,
"winrm_username"
:
"vagrant"
,
"winrm_password"
:
"vagrant"
,
...
...
@@ -73,7 +73,7 @@
"iso_url"
:
"{{user `iso_url`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"headless"
:
false
,
"headless"
:
"{{user `headless`}}"
,
"boot_wait"
:
"2m"
,
"winrm_username"
:
"vagrant"
,
"winrm_password"
:
"vagrant"
,
...
...
@@ -147,6 +147,7 @@
}
],
"variables"
:
{
"headless"
:
"false"
,
"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"
,
"iso_checksum_type"
:
"md5"
,
"iso_checksum"
:
"70721288BBCDFE3239D8F8C0FAE55F1F"
,
...
...
windows_2016_core.json
View file @
efcc8c8e
...
...
@@ -33,7 +33,7 @@
"iso_url"
:
"{{user `iso_url`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"headless"
:
false
,
"headless"
:
"{{user `headless`}}"
,
"boot_wait"
:
"2m"
,
"winrm_username"
:
"vagrant"
,
"winrm_password"
:
"vagrant"
,
...
...
@@ -65,7 +65,7 @@
"iso_url"
:
"{{user `iso_url`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"headless"
:
false
,
"headless"
:
"{{user `headless`}}"
,
"boot_wait"
:
"2m"
,
"winrm_username"
:
"vagrant"
,
"winrm_password"
:
"vagrant"
,
...
...
@@ -131,6 +131,7 @@
}
],
"variables"
:
{
"headless"
:
"false"
,
"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"
,
"iso_checksum_type"
:
"md5"
,
"iso_checksum"
:
"70721288BBCDFE3239D8F8C0FAE55F1F"
,
...
...
windows_2016_dc.json
View file @
efcc8c8e
...
...
@@ -34,7 +34,7 @@
"iso_url"
:
"{{user `iso_url`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"headless"
:
false
,
"headless"
:
"{{user `headless`}}"
,
"boot_wait"
:
"2m"
,
"winrm_username"
:
"vagrant"
,
"winrm_password"
:
"vagrant"
,
...
...
@@ -67,7 +67,7 @@
"iso_url"
:
"{{user `iso_url`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"headless"
:
false
,
"headless"
:
"{{user `headless`}}"
,
"boot_wait"
:
"2m"
,
"winrm_username"
:
"vagrant"
,
"winrm_password"
:
"vagrant"
,
...
...
@@ -156,6 +156,7 @@
}
],
"variables"
:
{
"headless"
:
"false"
,
"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"
,
"iso_checksum_type"
:
"md5"
,
"iso_checksum"
:
"70721288BBCDFE3239D8F8C0FAE55F1F"
,
...
...
windows_2016_docker.json
View file @
efcc8c8e
...
...
@@ -38,7 +38,7 @@
"iso_url"
:
"{{user `iso_url`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"headless"
:
false
,
"headless"
:
"{{user `headless`}}"
,
"boot_wait"
:
"2m"
,
"winrm_username"
:
"vagrant"
,
"winrm_password"
:
"vagrant"
,
...
...
@@ -76,7 +76,7 @@
"iso_url"
:
"{{user `iso_url`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"headless"
:
false
,
"headless"
:
"{{user `headless`}}"
,
"boot_wait"
:
"2m"
,
"winrm_username"
:
"vagrant"
,
"winrm_password"
:
"vagrant"
,
...
...
@@ -170,6 +170,7 @@
}
],
"variables"
:
{
"headless"
:
"false"
,
"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"
,
"iso_checksum_type"
:
"md5"
,
"iso_checksum"
:
"70721288BBCDFE3239D8F8C0FAE55F1F"
,
...
...
windows_2016_docker_azure.json
View file @
efcc8c8e
{
"variables"
:
{
"headless"
:
"false"
,
"azure_ad_tenant_id"
:
"{{env `PACKER_AZURE_AD_TENANT_ID`}}"
,
"azure_subscription_id"
:
"{{env `PACKER_AZURE_SUBSCRIPTION_ID`}}"
,
"object_id"
:
"{{env `PACKER_AZURE_OBJECT_ID`}}"
,
...
...
windows_2016_docker_core.json
View file @
efcc8c8e
...
...
@@ -33,7 +33,7 @@
"iso_url"
:
"{{user `iso_url`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"headless"
:
true
,
"headless"
:
"{{user `headless`}}"
,
"boot_wait"
:
"2m"
,
"winrm_username"
:
"vagrant"
,
"winrm_password"
:
"vagrant"
,
...
...
@@ -68,7 +68,7 @@
"iso_url"
:
"{{user `iso_url`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"headless"
:
true
,
"headless"
:
"{{user `headless`}}"
,
"boot_wait"
:
"2m"
,
"winrm_username"
:
"vagrant"
,
"winrm_password"
:
"vagrant"
,
...
...
@@ -150,6 +150,7 @@
}
],
"variables"
:
{
"headless"
:
"false"
,
"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"
,
"iso_checksum_type"
:
"md5"
,
"iso_checksum"
:
"70721288BBCDFE3239D8F8C0FAE55F1F"
,
...
...
windows_2016_hyperv.json
View file @
efcc8c8e
...
...
@@ -32,7 +32,7 @@
"iso_url"
:
"{{user `iso_url`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"headless"
:
false
,
"headless"
:
"{{user `headless`}}"
,
"boot_wait"
:
"2m"
,
"winrm_username"
:
"vagrant"
,
"winrm_password"
:
"vagrant"
,
...
...
@@ -63,7 +63,7 @@
"iso_url"
:
"{{user `iso_url`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"headless"
:
false
,
"headless"
:
"{{user `headless`}}"
,
"boot_wait"
:
"2m"
,
"winrm_username"
:
"vagrant"
,
"winrm_password"
:
"vagrant"
,
...
...
@@ -128,6 +128,7 @@
}
],
"variables"
:
{
"headless"
:
"false"
,
"iso_url"
:
"http://care.dlservice.microsoft.com/dl/download/8/8/6/886DAAEF-81A7-4418-82D5-07D33B816962/14393.0.161119-1705.RS1_REFRESH_SERVERHYPERCORE_OEM_X64FRE_EN-US.ISO"
,
"iso_checksum_type"
:
"sha256"
,
"iso_checksum"
:
"53e2f01dc4077192a85f60f8d2ffb02189074e19b25f990cbe9eb767328d3fb6"
,
...
...
windows_2016_insider.json
View file @
efcc8c8e
...
...
@@ -32,7 +32,7 @@
"iso_url"
:
"{{user `iso_url`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"headless"
:
false
,
"headless"
:
"{{user `headless`}}"
,
"boot_wait"
:
"60s"
,
"winrm_username"
:
"vagrant"
,
"winrm_password"
:
"vagrant"
,
...
...
@@ -62,7 +62,7 @@
"iso_url"
:
"{{user `iso_url`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"headless"
:
false
,
"headless"
:
"{{user `headless`}}"
,
"boot_wait"
:
"60s"
,
"winrm_username"
:
"vagrant"
,
"winrm_password"
:
"vagrant"
,
...
...
@@ -142,6 +142,7 @@
}
],
"variables"
:
{
"headless"
:
"false"
,
"manually_download_iso_from"
:
"https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewserver"
,
"iso_url"
:
"https://software-download.microsoft.com/pr/Windows_InsiderPreview_Server_16278.iso"
,
"iso_checksum_type"
:
"sha256"
,
...
...
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