Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
packer-windows
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Bob Tanner
packer-windows
Commits
14952146
Unverified
Commit
14952146
authored
Apr 19, 2019
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix hyperv keywords for packer 1.4.0
parent
d97193f4
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
42 additions
and
42 deletions
+42
-42
windows_10.json
windows_10.json
+2
-2
windows_10_insider.json
windows_10_insider.json
+2
-2
windows_2012_r2.json
windows_2012_r2.json
+2
-2
windows_2012_r2_core.json
windows_2012_r2_core.json
+2
-2
windows_2016.json
windows_2016.json
+2
-2
windows_2016_core.json
windows_2016_core.json
+2
-2
windows_2016_dc.json
windows_2016_dc.json
+2
-2
windows_2016_docker.json
windows_2016_docker.json
+2
-2
windows_2016_hyperv.json
windows_2016_hyperv.json
+2
-2
windows_2019.json
windows_2019.json
+2
-2
windows_2019_core.json
windows_2019_core.json
+2
-2
windows_2019_docker.json
windows_2019_docker.json
+2
-2
windows_2019_docker_azure.json
windows_2019_docker_azure.json
+2
-2
windows_server_1709.json
windows_server_1709.json
+2
-2
windows_server_1709_docker.json
windows_server_1709_docker.json
+2
-2
windows_server_1803.json
windows_server_1803.json
+2
-2
windows_server_1803_docker.json
windows_server_1803_docker.json
+2
-2
windows_server_1809.json
windows_server_1809.json
+2
-2
windows_server_1809_docker.json
windows_server_1809_docker.json
+2
-2
windows_server_insider.json
windows_server_insider.json
+2
-2
windows_server_insider_docker.json
windows_server_insider_docker.json
+2
-2
No files found.
windows_10.json
View file @
14952146
...
...
@@ -3,7 +3,7 @@
{
"boot_wait"
:
"6m"
,
"communicator"
:
"winrm"
,
"cpu"
:
"2"
,
"cpu
s
"
:
"2"
,
"disk_size"
:
"{{user `disk_size`}}"
,
"floppy_files"
:
[
"{{user `autounattend`}}"
,
...
...
@@ -20,7 +20,7 @@
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_url"
:
"{{user `iso_url`}}"
,
"
ram_size
"
:
"2048"
,
"
memory
"
:
"2048"
,
"shutdown_command"
:
"shutdown /s /t 10 /f /d p:4:1 /c
\"
Packer Shutdown
\"
"
,
"switch_name"
:
"{{user `switch_name`}}"
,
"type"
:
"hyperv-iso"
,
...
...
windows_10_insider.json
View file @
14952146
...
...
@@ -74,7 +74,7 @@
],
"boot_wait"
:
"1s"
,
"communicator"
:
"winrm"
,
"cpu"
:
2
,
"cpu
s
"
:
2
,
"disk_size"
:
"{{user `disk_size`}}"
,
"enable_secure_boot"
:
true
,
"enable_virtualization_extensions"
:
true
,
...
...
@@ -83,7 +83,7 @@
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_url"
:
"{{user `iso_url`}}"
,
"
ram_size
"
:
2048
,
"
memory
"
:
2048
,
"secondary_iso_images"
:
[
"./iso/windows_10_insider_unattend.iso"
],
...
...
windows_2012_r2.json
View file @
14952146
...
...
@@ -3,7 +3,7 @@
{
"boot_wait"
:
"0m"
,
"communicator"
:
"winrm"
,
"cpu"
:
2
,
"cpu
s
"
:
2
,
"disk_size"
:
"{{user `disk_size`}}"
,
"enable_secure_boot"
:
true
,
"enable_virtualization_extensions"
:
true
,
...
...
@@ -21,7 +21,7 @@
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_url"
:
"{{user `iso_url`}}"
,
"
ram_size
"
:
2048
,
"
memory
"
:
2048
,
"shutdown_command"
:
"a:/sysprep.bat"
,
"switch_name"
:
"{{user `hyperv_switchname`}}"
,
"type"
:
"hyperv-iso"
,
...
...
windows_2012_r2_core.json
View file @
14952146
...
...
@@ -3,7 +3,7 @@
{
"boot_wait"
:
"0m"
,
"communicator"
:
"winrm"
,
"cpu"
:
2
,
"cpu
s
"
:
2
,
"disk_size"
:
"{{user `disk_size`}}"
,
"enable_secure_boot"
:
true
,
"enable_virtualization_extensions"
:
true
,
...
...
@@ -21,7 +21,7 @@
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_url"
:
"{{user `iso_url`}}"
,
"
ram_size
"
:
2048
,
"
memory
"
:
2048
,
"shutdown_command"
:
"a:/sysprep.bat"
,
"switch_name"
:
"{{user `hyperv_switchname`}}"
,
"type"
:
"hyperv-iso"
,
...
...
windows_2016.json
View file @
14952146
...
...
@@ -3,7 +3,7 @@
{
"boot_wait"
:
"0s"
,
"communicator"
:
"winrm"
,
"cpu"
:
2
,
"cpu
s
"
:
2
,
"disk_size"
:
"{{user `disk_size`}}"
,
"enable_secure_boot"
:
true
,
"enable_virtualization_extensions"
:
true
,
...
...
@@ -21,7 +21,7 @@
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_url"
:
"{{user `iso_url`}}"
,
"
ram_size
"
:
2048
,
"
memory
"
:
2048
,
"shutdown_command"
:
"a:/sysprep.bat"
,
"switch_name"
:
"{{user `hyperv_switchname`}}"
,
"type"
:
"hyperv-iso"
,
...
...
windows_2016_core.json
View file @
14952146
...
...
@@ -3,7 +3,7 @@
{
"boot_wait"
:
"0s"
,
"communicator"
:
"winrm"
,
"cpu"
:
2
,
"cpu
s
"
:
2
,
"disk_size"
:
"{{user `disk_size`}}"
,
"enable_secure_boot"
:
true
,
"floppy_files"
:
[
...
...
@@ -18,7 +18,7 @@
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_url"
:
"{{user `iso_url`}}"
,
"
ram_size
"
:
2048
,
"
memory
"
:
2048
,
"shutdown_command"
:
"shutdown /s /t 10 /f /d p:4:1 /c
\"
Packer Shutdown
\"
"
,
"switch_name"
:
"{{user `hyperv_switchname`}}"
,
"type"
:
"hyperv-iso"
,
...
...
windows_2016_dc.json
View file @
14952146
...
...
@@ -3,7 +3,7 @@
{
"boot_wait"
:
"0s"
,
"communicator"
:
"winrm"
,
"cpu"
:
2
,
"cpu
s
"
:
2
,
"disk_size"
:
"{{user `disk_size`}}"
,
"enable_secure_boot"
:
true
,
"floppy_files"
:
[
...
...
@@ -18,7 +18,7 @@
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_url"
:
"{{user `iso_url`}}"
,
"
ram_size
"
:
2048
,
"
memory
"
:
2048
,
"shutdown_command"
:
"shutdown /s /t 10 /f /d p:4:1 /c
\"
Packer Shutdown
\"
"
,
"switch_name"
:
"{{user `hyperv_switchname`}}"
,
"type"
:
"hyperv-iso"
,
...
...
windows_2016_docker.json
View file @
14952146
...
...
@@ -3,7 +3,7 @@
{
"boot_wait"
:
"0s"
,
"communicator"
:
"winrm"
,
"cpu"
:
2
,
"cpu
s
"
:
2
,
"disk_size"
:
"{{user `disk_size`}}"
,
"enable_secure_boot"
:
true
,
"enable_virtualization_extensions"
:
true
,
...
...
@@ -20,7 +20,7 @@
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_url"
:
"{{user `iso_url`}}"
,
"
ram_size
"
:
2048
,
"
memory
"
:
2048
,
"shutdown_command"
:
"shutdown /s /t 10 /f /d p:4:1 /c
\"
Packer Shutdown
\"
"
,
"switch_name"
:
"{{user `hyperv_switchname`}}"
,
"type"
:
"hyperv-iso"
,
...
...
windows_2016_hyperv.json
View file @
14952146
...
...
@@ -3,7 +3,7 @@
{
"boot_wait"
:
"0s"
,
"communicator"
:
"winrm"
,
"cpu"
:
2
,
"cpu
s
"
:
2
,
"disk_size"
:
"{{user `disk_size`}}"
,
"enable_secure_boot"
:
true
,
"floppy_files"
:
[
...
...
@@ -17,7 +17,7 @@
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_url"
:
"{{user `iso_url`}}"
,
"
ram_size
"
:
2048
,
"
memory
"
:
2048
,
"shutdown_command"
:
"shutdown /s /t 10 /f /d p:4:1 /c
\"
Packer Shutdown
\"
"
,
"switch_name"
:
"{{user `hyperv_switchname`}}"
,
"type"
:
"hyperv-iso"
,
...
...
windows_2019.json
View file @
14952146
...
...
@@ -3,7 +3,7 @@
{
"boot_wait"
:
"0s"
,
"communicator"
:
"winrm"
,
"cpu"
:
2
,
"cpu
s
"
:
2
,
"disk_size"
:
"{{user `disk_size`}}"
,
"enable_secure_boot"
:
true
,
"enable_virtualization_extensions"
:
true
,
...
...
@@ -21,7 +21,7 @@
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_url"
:
"{{user `iso_url`}}"
,
"
ram_size
"
:
2048
,
"
memory
"
:
2048
,
"shutdown_command"
:
"a:/sysprep.bat"
,
"switch_name"
:
"{{user `hyperv_switchname`}}"
,
"type"
:
"hyperv-iso"
,
...
...
windows_2019_core.json
View file @
14952146
...
...
@@ -3,7 +3,7 @@
{
"boot_wait"
:
"0s"
,
"communicator"
:
"winrm"
,
"cpu"
:
2
,
"cpu
s
"
:
2
,
"disk_size"
:
"{{user `disk_size`}}"
,
"enable_secure_boot"
:
true
,
"floppy_files"
:
[
...
...
@@ -18,7 +18,7 @@
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_url"
:
"{{user `iso_url`}}"
,
"
ram_size
"
:
2048
,
"
memory
"
:
2048
,
"shutdown_command"
:
"shutdown /s /t 10 /f /d p:4:1 /c
\"
Packer Shutdown
\"
"
,
"switch_name"
:
"{{user `hyperv_switchname`}}"
,
"type"
:
"hyperv-iso"
,
...
...
windows_2019_docker.json
View file @
14952146
...
...
@@ -3,7 +3,7 @@
{
"boot_wait"
:
"0s"
,
"communicator"
:
"winrm"
,
"cpu"
:
2
,
"cpu
s
"
:
2
,
"disk_size"
:
"{{user `disk_size`}}"
,
"enable_secure_boot"
:
true
,
"enable_virtualization_extensions"
:
true
,
...
...
@@ -20,7 +20,7 @@
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_url"
:
"{{user `iso_url`}}"
,
"
ram_size
"
:
2048
,
"
memory
"
:
2048
,
"shutdown_command"
:
"shutdown /s /t 10 /f /d p:4:1 /c
\"
Packer Shutdown
\"
"
,
"switch_name"
:
"{{user `hyperv_switchname`}}"
,
"type"
:
"hyperv-iso"
,
...
...
windows_2019_docker_azure.json
View file @
14952146
...
...
@@ -3,7 +3,7 @@
{
"boot_wait"
:
"0s"
,
"communicator"
:
"winrm"
,
"cpu"
:
2
,
"cpu
s
"
:
2
,
"differencing_disk"
:
false
,
"disk_size"
:
"{{user `disk_size`}}"
,
"enable_secure_boot"
:
true
,
...
...
@@ -23,7 +23,7 @@
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_url"
:
"{{user `iso_url`}}"
,
"
ram_size
"
:
2048
,
"
memory
"
:
2048
,
"shutdown_command"
:
"a:/sysprep.bat"
,
"skip_compaction"
:
true
,
"skip_export"
:
true
,
...
...
windows_server_1709.json
View file @
14952146
...
...
@@ -3,7 +3,7 @@
{
"boot_wait"
:
"60s"
,
"communicator"
:
"winrm"
,
"cpu"
:
2
,
"cpu
s
"
:
2
,
"disk_size"
:
"{{user `disk_size`}}"
,
"enable_secure_boot"
:
true
,
"enable_virtualization_extensions"
:
true
,
...
...
@@ -20,7 +20,7 @@
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_url"
:
"{{user `iso_url`}}"
,
"
ram_size
"
:
2048
,
"
memory
"
:
2048
,
"shutdown_command"
:
"shutdown /s /t 10 /f /d p:4:1 /c
\"
Packer Shutdown
\"
"
,
"switch_name"
:
"{{user `hyperv_switchname`}}"
,
"type"
:
"hyperv-iso"
,
...
...
windows_server_1709_docker.json
View file @
14952146
...
...
@@ -3,7 +3,7 @@
{
"boot_wait"
:
"60s"
,
"communicator"
:
"winrm"
,
"cpu"
:
2
,
"cpu
s
"
:
2
,
"disk_size"
:
"{{user `disk_size`}}"
,
"enable_secure_boot"
:
true
,
"enable_virtualization_extensions"
:
true
,
...
...
@@ -21,7 +21,7 @@
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_url"
:
"{{user `iso_url`}}"
,
"
ram_size
"
:
2048
,
"
memory
"
:
2048
,
"shutdown_command"
:
"shutdown /s /t 10 /f /d p:4:1 /c
\"
Packer Shutdown
\"
"
,
"switch_name"
:
"{{user `hyperv_switchname`}}"
,
"type"
:
"hyperv-iso"
,
...
...
windows_server_1803.json
View file @
14952146
...
...
@@ -3,7 +3,7 @@
{
"boot_wait"
:
"60s"
,
"communicator"
:
"winrm"
,
"cpu"
:
2
,
"cpu
s
"
:
2
,
"disk_size"
:
"{{user `disk_size`}}"
,
"enable_secure_boot"
:
true
,
"enable_virtualization_extensions"
:
true
,
...
...
@@ -20,7 +20,7 @@
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_url"
:
"{{user `iso_url`}}"
,
"
ram_size
"
:
2048
,
"
memory
"
:
2048
,
"shutdown_command"
:
"shutdown /s /t 10 /f /d p:4:1 /c
\"
Packer Shutdown
\"
"
,
"switch_name"
:
"{{user `hyperv_switchname`}}"
,
"type"
:
"hyperv-iso"
,
...
...
windows_server_1803_docker.json
View file @
14952146
...
...
@@ -3,7 +3,7 @@
{
"boot_wait"
:
"60s"
,
"communicator"
:
"winrm"
,
"cpu"
:
2
,
"cpu
s
"
:
2
,
"disk_size"
:
"{{user `disk_size`}}"
,
"enable_secure_boot"
:
true
,
"enable_virtualization_extensions"
:
true
,
...
...
@@ -21,7 +21,7 @@
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_url"
:
"{{user `iso_url`}}"
,
"
ram_size
"
:
2048
,
"
memory
"
:
2048
,
"shutdown_command"
:
"shutdown /s /t 10 /f /d p:4:1 /c
\"
Packer Shutdown
\"
"
,
"switch_name"
:
"{{user `hyperv_switchname`}}"
,
"type"
:
"hyperv-iso"
,
...
...
windows_server_1809.json
View file @
14952146
...
...
@@ -3,7 +3,7 @@
{
"boot_wait"
:
"60s"
,
"communicator"
:
"winrm"
,
"cpu"
:
2
,
"cpu
s
"
:
2
,
"disk_size"
:
"{{user `disk_size`}}"
,
"enable_secure_boot"
:
true
,
"enable_virtualization_extensions"
:
true
,
...
...
@@ -20,7 +20,7 @@
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_url"
:
"{{user `iso_url`}}"
,
"
ram_size
"
:
2048
,
"
memory
"
:
2048
,
"shutdown_command"
:
"shutdown /s /t 10 /f /d p:4:1 /c
\"
Packer Shutdown
\"
"
,
"switch_name"
:
"{{user `hyperv_switchname`}}"
,
"type"
:
"hyperv-iso"
,
...
...
windows_server_1809_docker.json
View file @
14952146
...
...
@@ -3,7 +3,7 @@
{
"boot_wait"
:
"60s"
,
"communicator"
:
"winrm"
,
"cpu"
:
2
,
"cpu
s
"
:
2
,
"disk_size"
:
"{{user `disk_size`}}"
,
"enable_secure_boot"
:
true
,
"enable_virtualization_extensions"
:
true
,
...
...
@@ -21,7 +21,7 @@
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_url"
:
"{{user `iso_url`}}"
,
"
ram_size
"
:
2048
,
"
memory
"
:
2048
,
"shutdown_command"
:
"shutdown /s /t 10 /f /d p:4:1 /c
\"
Packer Shutdown
\"
"
,
"switch_name"
:
"{{user `hyperv_switchname`}}"
,
"type"
:
"hyperv-iso"
,
...
...
windows_server_insider.json
View file @
14952146
...
...
@@ -6,7 +6,7 @@
],
"boot_wait"
:
"1s"
,
"communicator"
:
"winrm"
,
"cpu"
:
2
,
"cpu
s
"
:
2
,
"disk_size"
:
"{{user `disk_size`}}"
,
"enable_secure_boot"
:
true
,
"enable_virtualization_extensions"
:
true
,
...
...
@@ -15,7 +15,7 @@
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_url"
:
"{{user `iso_url`}}"
,
"
ram_size
"
:
2048
,
"
memory
"
:
2048
,
"secondary_iso_images"
:
[
"./iso/windows_server_insider_unattend.iso"
],
...
...
windows_server_insider_docker.json
View file @
14952146
...
...
@@ -6,7 +6,7 @@
],
"boot_wait"
:
"60s"
,
"communicator"
:
"winrm"
,
"cpu"
:
2
,
"cpu
s
"
:
2
,
"disk_size"
:
"{{user `disk_size`}}"
,
"enable_secure_boot"
:
true
,
"enable_virtualization_extensions"
:
true
,
...
...
@@ -15,7 +15,7 @@
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_url"
:
"{{user `iso_url`}}"
,
"
ram_size
"
:
2048
,
"
memory
"
:
2048
,
"secondary_iso_images"
:
[
"./iso/windows_server_insider_unattend.iso"
],
...
...
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