Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
ed329e29
Commit
ed329e29
authored
Jun 07, 2022
by
Antoine Kaufmann
Browse files
images: remove unneeded ubuntu1804.jsono
Has been replaced by base.pkr.hcl a while ago.
parent
35da37f9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
39 deletions
+0
-39
images/ubuntu1804.json
images/ubuntu1804.json
+0
-39
No files found.
images/ubuntu1804.json
deleted
100644 → 0
View file @
35da37f9
{
"builders"
:
[
{
"type"
:
"qemu"
,
"communicator"
:
"ssh"
,
"headless"
:
true
,
"disk_image"
:
true
,
"cpus"
:
"{{ user `cpus` }}"
,
"memory"
:
"{{ user `memory` }}"
,
"iso_checksum"
:
"file:https://cloud-images.ubuntu.com/bionic/current/SHA256SUMS"
,
"iso_url"
:
"https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img"
,
"qemuargs"
:
[
[
"-smbios"
,
"type=1,serial=ds=nocloud-net;instance-id=packer;seedfrom=http://{{ .HTTPIP }}:{{ .HTTPPort }}/"
],
[
"-machine"
,
"pc-q35-4.2,accel=kvm:tcg,usb=off,vmport=off,dump-guest-core=off"
]
],
"http_directory"
:
"scripts"
,
"ssh_username"
:
"ubuntu"
,
"ssh_password"
:
"ubuntu"
,
"net_device"
:
"virtio-net"
,
"shutdown_command"
:
"sudo shutdown --poweroff --no-wall now"
,
"output_directory"
:
"output-ubuntu1804"
,
"vm_name"
:
"ubuntu1804"
}
],
"provisioners"
:
[
{
"type"
:
"shell"
,
"execute_command"
:
"{{.Vars}} sudo -S -E bash '{{.Path}}'"
,
"scripts"
:
[
"scripts/packages.sh"
,
"scripts/cleanup.sh"
]
}
],
"variables"
:
{
"cpus"
:
"4"
,
"memory"
:
"4096"
}
}
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