2014-11-21 11:49:20 -06:00
|
|
|
|
2014-11-10 12:32:25 -06:00
|
|
|
"builders": [{
|
|
|
|
"type": "xenserver",
|
|
|
|
"username": "root",
|
|
|
|
"password": "hostpassword",
|
|
|
|
"host_ip": "10.81.2.105",
|
|
|
|
"instance_name": "packer-centos-6-4",
|
2014-11-21 11:49:20 -06:00
|
|
|
"instance_memory": "2048000000",
|
2014-11-21 12:11:36 -06:00
|
|
|
"root_disk_size": "40000000000",
|
2014-11-21 11:49:20 -06:00
|
|
|
"iso_name": "CentOS-6.4-x86_64-minimal.iso",
|
2014-11-10 12:32:25 -06:00
|
|
|
"http_directory": "http",
|
|
|
|
"local_ip": "10.80.3.223",
|
2014-12-10 04:25:08 -06:00
|
|
|
"install_timeout": "600s",
|
2014-11-10 12:32:25 -06:00
|
|
|
"ssh_username": "root",
|
|
|
|
"ssh_password": "vmpassword",
|
|
|
|
"boot_command":
|
|
|
|
[
|
|
|
|
"<tab><wait>",
|
|
|
|
" ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos6-ks.cfg<enter>"
|
|
|
|
]
|
|
|
|
}]
|
|
|
|
}
|