Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-boxes
Commits
b52f4d3e
Commit
b52f4d3e
authored
Feb 19, 2020
by
juadde
Committed by
Christian Rebischke
Feb 20, 2020
Browse files
Fix packer issues for SSH timeout and iso fetching
parent
169d2a71
Changes
3
Hide whitespace changes
Inline
Side-by-side
cloud.json
View file @
b52f4d3e
{
"variables"
:
{
"iso_url"
:
"https://mirror.pkgbuild.com/iso/latest/
archlinux-2019.10
.01-x86_64.iso"
,
"iso_url"
:
"https://mirror.pkgbuild.com/iso/latest/
{{isotime
\"
2006.01
\"
}}
.01-x86_64.iso"
,
"iso_checksum_url"
:
"https://mirror.pkgbuild.com/iso/latest/sha1sums.txt"
,
"iso_checksum_type"
:
"sha1"
,
"disk_size"
:
"20480"
,
...
...
@@ -24,7 +24,7 @@
"ssh_username"
:
"arch"
,
"ssh_password"
:
"arch"
,
"ssh_port"
:
22
,
"ssh_
wait_
timeout"
:
"10000s"
,
"ssh_timeout"
:
"10000s"
,
"shutdown_command"
:
"sudo systemctl poweroff"
,
"headless"
:
"{{user `headless`}}"
,
"qemuargs"
:
[
...
...
local.json
View file @
b52f4d3e
{
"variables"
:
{
"iso_url"
:
"https://mirror.pkgbuild.com/iso/latest/
archlinux-2019.10
.01-x86_64.iso"
,
"iso_url"
:
"https://mirror.pkgbuild.com/iso/latest/
{{isotime
\"
2006.01
\"
}}
.01-x86_64.iso"
,
"iso_checksum_url"
:
"https://mirror.pkgbuild.com/iso/latest/sha1sums.txt"
,
"iso_checksum_type"
:
"sha1"
,
"disk_size"
:
"20480"
,
...
...
@@ -24,7 +24,7 @@
"ssh_username"
:
"vagrant"
,
"ssh_password"
:
"vagrant"
,
"ssh_port"
:
22
,
"ssh_
wait_
timeout"
:
"10000s"
,
"ssh_timeout"
:
"10000s"
,
"shutdown_command"
:
"sudo systemctl poweroff"
,
"guest_additions_mode"
:
"disable"
,
"headless"
:
"{{user `headless`}}"
,
...
...
@@ -58,7 +58,7 @@
"ssh_username"
:
"vagrant"
,
"ssh_password"
:
"vagrant"
,
"ssh_port"
:
22
,
"ssh_
wait_
timeout"
:
"10000s"
,
"ssh_timeout"
:
"10000s"
,
"shutdown_command"
:
"sudo systemctl poweroff"
,
"headless"
:
"{{user `headless`}}"
,
"qemuargs"
:
[
...
...
@@ -87,7 +87,7 @@
"ssh_username"
:
"vagrant"
,
"ssh_password"
:
"vagrant"
,
"ssh_port"
:
22
,
"ssh_
wait_
timeout"
:
"10000s"
,
"ssh_timeout"
:
"10000s"
,
"shutdown_command"
:
"sudo systemctl poweroff"
,
"headless"
:
"{{user `headless`}}"
,
"memory"
:
"{{user `memory`}}"
,
...
...
vagrant.json
View file @
b52f4d3e
...
...
@@ -24,7 +24,7 @@
"ssh_username"
:
"vagrant"
,
"ssh_password"
:
"vagrant"
,
"ssh_port"
:
22
,
"ssh_
wait_
timeout"
:
"10000s"
,
"ssh_timeout"
:
"10000s"
,
"shutdown_command"
:
"sudo systemctl poweroff"
,
"guest_additions_mode"
:
"disable"
,
"headless"
:
"{{user `headless`}}"
,
...
...
@@ -58,7 +58,7 @@
"ssh_username"
:
"vagrant"
,
"ssh_password"
:
"vagrant"
,
"ssh_port"
:
22
,
"ssh_
wait_
timeout"
:
"10000s"
,
"ssh_timeout"
:
"10000s"
,
"shutdown_command"
:
"sudo systemctl poweroff"
,
"headless"
:
"{{user `headless`}}"
,
"qemuargs"
:
[
...
...
@@ -87,7 +87,7 @@
"ssh_username"
:
"vagrant"
,
"ssh_password"
:
"vagrant"
,
"ssh_port"
:
22
,
"ssh_
wait_
timeout"
:
"10000s"
,
"ssh_timeout"
:
"10000s"
,
"shutdown_command"
:
"sudo systemctl poweroff"
,
"headless"
:
"{{user `headless`}}"
,
"memory"
:
"{{user `memory`}}"
,
...
...
Write
Preview
Supports
Markdown
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