mirror of
https://github.com/elasticdog/packer-arch.git
synced 2026-07-17 16:36:26 +00:00
Add configured vCPUs
Just for completeness. One vCPU is the default anyway.
This commit is contained in:
parent
e96dd97f3d
commit
1225f6f1ee
1 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
"/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/poweroff.timer<enter><wait5>",
|
||||
"/usr/bin/bash ./enable-ssh.sh<enter>"
|
||||
],
|
||||
"cpus": 1,
|
||||
"memory": 768,
|
||||
"disk_size": 20480,
|
||||
"ssh_username": "vagrant",
|
||||
|
|
@ -43,6 +44,7 @@
|
|||
"/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/poweroff.timer<enter><wait5>",
|
||||
"/usr/bin/bash ./enable-ssh.sh<enter>"
|
||||
],
|
||||
"cpus": 1,
|
||||
"memory": 768,
|
||||
"disk_size": 20480,
|
||||
"hard_drive_interface": "sata",
|
||||
|
|
@ -64,6 +66,7 @@
|
|||
"/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/poweroff.timer<enter><wait5>",
|
||||
"/usr/bin/bash ./enable-ssh.sh<enter>"
|
||||
],
|
||||
"cpus": 1,
|
||||
"memory": 768,
|
||||
"disk_size": 20480,
|
||||
"ssh_username": "vagrant",
|
||||
|
|
@ -84,6 +87,7 @@
|
|||
"/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/poweroff.timer<enter><wait5>",
|
||||
"/usr/bin/bash ./enable-ssh.sh<enter>"
|
||||
],
|
||||
"cpus": 1,
|
||||
"memory": 768,
|
||||
"disk_size": 20480,
|
||||
"ssh_username": "vagrant",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue