Skip to content

Commit

Permalink
Add Nethserver Enterprise packer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Amygos committed Feb 19, 2020
1 parent 68ee9f7 commit a4fdcb0
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions nethserver-enterprise.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"variables":
{
"version": "1908",
"iso_url": "http://5d914b67bdb4eeb957d0-66e3589a64c1b49316460c27c219b621.r93.cf3.rackcdn.com/nethserver-enterprise-7.7.1908-x86_64.iso",
"iso_checkmsum": "c35abd744322250745920914bd2ead0e3f4af293"
},
"builders":
[
{
"vm_name": "nethserver-enterprise-7.7.{{user `version`}}.qcow2",
"boot_wait": "5s",
"disk_size": "10240",
"headless": true,
"iso_checksum": "{{user `iso_checkmsum`}}",
"iso_checksum_type": "sha1",
"iso_url": "{{user `iso_url`}}",
"shutdown_timeout": "1h",
"accelerator": "kvm",
"disk_compression": true,
"type": "qemu",
"communicator": "none",
"qemuargs":
[[ "-m", "1024m" ]],
"http_directory": "ks",
"boot_command": [
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/unattended<enter><wait>"
]
}
]
}

0 comments on commit a4fdcb0

Please sign in to comment.