Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packer 0.5.x compatibility #151

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packer/centos-5.10-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"builders": [
{
"type": "virtualbox",
"type": "virtualbox-iso",
"boot_command": [
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.10/ks.cfg<enter><wait>"
],
Expand All @@ -31,7 +31,7 @@
"output_directory": "packer-centos-5.10-i386-virtualbox"
},
{
"type": "vmware",
"type": "vmware-iso",
"boot_command": [
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.10/ks.cfg<enter><wait>"
],
Expand Down
4 changes: 2 additions & 2 deletions packer/centos-5.10-x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"builders": [
{
"type": "virtualbox",
"type": "virtualbox-iso",
"boot_command": [
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.10/ks.cfg<enter><wait>"
],
Expand All @@ -31,7 +31,7 @@
"output_directory": "packer-centos-5.10-x86_64-virtualbox"
},
{
"type": "vmware",
"type": "vmware-iso",
"boot_command": [
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.10/ks.cfg<enter><wait>"
],
Expand Down
4 changes: 2 additions & 2 deletions packer/centos-6.5-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"builders": [
{
"type": "virtualbox",
"type": "virtualbox-iso",
"boot_command": [
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-6.5/ks.cfg<enter><wait>"
],
Expand All @@ -31,7 +31,7 @@
"output_directory": "packer-centos-6.5-i386-virtualbox"
},
{
"type": "vmware",
"type": "vmware-iso",
"boot_command": [
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-6.5/ks.cfg<enter><wait>"
],
Expand Down
4 changes: 2 additions & 2 deletions packer/centos-6.5-x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"builders": [
{
"type": "virtualbox",
"type": "virtualbox-iso",
"boot_command": [
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-6.5/ks.cfg<enter><wait>"
],
Expand All @@ -31,7 +31,7 @@
"output_directory": "packer-centos-6.5-x86_64-virtualbox"
},
{
"type": "vmware",
"type": "vmware-iso",
"boot_command": [
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-6.5/ks.cfg<enter><wait>"
],
Expand Down
4 changes: 2 additions & 2 deletions packer/debian-6.0.8-amd64.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"builders": [
{
"type": "virtualbox",
"type": "virtualbox-iso",
"boot_command": [
"<esc><wait>",
"install <wait>",
Expand Down Expand Up @@ -45,7 +45,7 @@
]
},
{
"type": "vmware",
"type": "vmware-iso",
"boot_command": [
"<esc><wait>",
"install <wait>",
Expand Down
4 changes: 2 additions & 2 deletions packer/debian-6.0.8-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"builders": [
{
"type": "virtualbox",
"type": "virtualbox-iso",
"boot_command": [
"<esc><wait>",
"install <wait>",
Expand Down Expand Up @@ -45,7 +45,7 @@
]
},
{
"type": "vmware",
"type": "vmware-iso",
"boot_command": [
"<esc><wait>",
"install <wait>",
Expand Down
4 changes: 2 additions & 2 deletions packer/debian-7.2.0-amd64.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"builders": [
{
"type": "virtualbox",
"type": "virtualbox-iso",
"boot_command": [
"<esc><wait>",
"install <wait>",
Expand Down Expand Up @@ -45,7 +45,7 @@
]
},
{
"type": "vmware",
"type": "vmware-iso",
"boot_command": [
"<esc><wait>",
"install <wait>",
Expand Down
4 changes: 2 additions & 2 deletions packer/debian-7.2.0-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"builders": [
{
"type": "virtualbox",
"type": "virtualbox-iso",
"boot_command": [
"<esc><wait>",
"install <wait>",
Expand Down Expand Up @@ -45,7 +45,7 @@
]
},
{
"type": "vmware",
"type": "vmware-iso",
"boot_command": [
"<esc><wait>",
"install <wait>",
Expand Down
4 changes: 2 additions & 2 deletions packer/fedora-18-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"builders": [
{
"type": "virtualbox",
"type": "virtualbox-iso",
"boot_command": [
"<tab> linux ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/fedora-18/ks.cfg<enter><wait>"
],
Expand All @@ -31,7 +31,7 @@
"output_directory": "packer-fedora-18-i386-virtualbox"
},
{
"type": "vmware",
"type": "vmware-iso",
"boot_command": [
"<tab> linux ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/fedora-18/ks.cfg<enter><wait>"
],
Expand Down
4 changes: 2 additions & 2 deletions packer/fedora-18-x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"builders": [
{
"type": "virtualbox",
"type": "virtualbox-iso",
"boot_command": [
"<tab> linux ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/fedora-18/ks.cfg<enter><wait>"
],
Expand All @@ -31,7 +31,7 @@
"output_directory": "packer-fedora-18-x86_64-virtualbox"
},
{
"type": "vmware",
"type": "vmware-iso",
"boot_command": [
"<tab> linux ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/fedora-18/ks.cfg<enter><wait>"
],
Expand Down
4 changes: 2 additions & 2 deletions packer/fedora-19-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"builders": [
{
"type": "virtualbox",
"type": "virtualbox-iso",
"boot_command": [
"<tab> linux ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/fedora-19/ks.cfg<enter><wait>"
],
Expand All @@ -31,7 +31,7 @@
"output_directory": "packer-fedora-19-i386-virtualbox"
},
{
"type": "vmware",
"type": "vmware-iso",
"boot_command": [
"<tab> linux ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/fedora-19/ks.cfg<enter><wait>"
],
Expand Down
4 changes: 2 additions & 2 deletions packer/fedora-19-x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"builders": [
{
"type": "virtualbox",
"type": "virtualbox-iso",
"boot_command": [
"<tab> linux ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/fedora-19/ks.cfg<enter><wait>"
],
Expand All @@ -31,7 +31,7 @@
"output_directory": "packer-fedora-19-x86_64-virtualbox"
},
{
"type": "vmware",
"type": "vmware-iso",
"boot_command": [
"<tab> linux ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/fedora-19/ks.cfg<enter><wait>"
],
Expand Down
4 changes: 2 additions & 2 deletions packer/fedora-20-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"builders": [
{
"type": "virtualbox",
"type": "virtualbox-iso",
"boot_command": [
"<tab> linux ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/fedora-20/ks.cfg<enter><wait>"
],
Expand All @@ -31,7 +31,7 @@
"output_directory": "packer-fedora-20-i386-virtualbox"
},
{
"type": "vmware",
"type": "vmware-iso",
"boot_command": [
"<tab> linux ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/fedora-20/ks.cfg<enter><wait>"
],
Expand Down
4 changes: 2 additions & 2 deletions packer/fedora-20-x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"builders": [
{
"type": "virtualbox",
"type": "virtualbox-iso",
"boot_command": [
"<tab> linux ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/fedora-20/ks.cfg<enter><wait>"
],
Expand All @@ -31,7 +31,7 @@
"output_directory": "packer-fedora-20-x86_64-virtualbox"
},
{
"type": "vmware",
"type": "vmware-iso",
"boot_command": [
"<tab> linux ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/fedora-20/ks.cfg<enter><wait>"
],
Expand Down
4 changes: 2 additions & 2 deletions packer/freebsd-9.2-amd64.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"builders": [
{
"type": "virtualbox",
"type": "virtualbox-iso",
"boot_command": [
"<esc><wait>",
"load geom_mbr<wait>",
Expand Down Expand Up @@ -57,7 +57,7 @@
]
},
{
"type": "vmware",
"type": "vmware-iso",
"boot_command": [
"<esc><wait>",
"load geom_mbr<wait>",
Expand Down
4 changes: 2 additions & 2 deletions packer/freebsd-9.2-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"builders": [
{
"type": "virtualbox",
"type": "virtualbox-iso",
"boot_command": [
"<esc><wait>",
"load geom_mbr<wait>",
Expand Down Expand Up @@ -56,7 +56,7 @@
]
},
{
"type": "vmware",
"type": "vmware-iso",
"boot_command": [
"<esc><wait>",
"load geom_mbr<wait>",
Expand Down
4 changes: 2 additions & 2 deletions packer/omnios-r151008f.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"builders": [
{
"type": "virtualbox",
"type": "virtualbox-iso",
"guest_os_type": "OpenSolaris_64",
"iso_url": "{{user `mirror`}}/OmniOS_Text_r151008f.iso",
"iso_checksum": "d64d206c1e5aeeb61c5b579dd39ed11a86ef5737",
Expand Down Expand Up @@ -73,7 +73,7 @@
]
},
{
"type": "vmware",
"type": "vmware-iso",
"guest_os_type": "solaris11-64",
"iso_url": "{{user `mirror`}}/OmniOS_Text_r151008f.iso",
"iso_checksum": "d64d206c1e5aeeb61c5b579dd39ed11a86ef5737",
Expand Down
4 changes: 2 additions & 2 deletions packer/rhel-5.10-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"builders": [
{
"type": "virtualbox",
"type": "virtualbox-iso",
"boot_command": [
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.10/ks.cfg<enter><wait>"
],
Expand All @@ -31,7 +31,7 @@
"output_directory": "packer-rhel-5.10-i386-virtualbox"
},
{
"type": "vmware",
"type": "vmware-iso",
"boot_command": [
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.10/ks.cfg<enter><wait>"
],
Expand Down
4 changes: 2 additions & 2 deletions packer/rhel-5.10-x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"builders": [
{
"type": "virtualbox",
"type": "virtualbox-iso",
"boot_command": [
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.10/ks.cfg<enter><wait>"
],
Expand All @@ -31,7 +31,7 @@
"output_directory": "packer-rhel-5.10-x86_64-virtualbox"
},
{
"type": "vmware",
"type": "vmware-iso",
"boot_command": [
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.10/ks.cfg<enter><wait>"
],
Expand Down
4 changes: 2 additions & 2 deletions packer/rhel-6.5-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"builders": [
{
"type": "virtualbox",
"type": "virtualbox-iso",
"boot_command": [
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-6.5/ks.cfg<enter><wait>"
],
Expand All @@ -31,7 +31,7 @@
"output_directory": "packer-rhel-6.5-i386-virtualbox"
},
{
"type": "vmware",
"type": "vmware-iso",
"boot_command": [
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-6.5/ks.cfg<enter><wait>"
],
Expand Down
4 changes: 2 additions & 2 deletions packer/rhel-6.5-x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"builders": [
{
"type": "virtualbox",
"type": "virtualbox-iso",
"boot_command": [
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-6.5/ks.cfg<enter><wait>"
],
Expand All @@ -31,7 +31,7 @@
"output_directory": "packer-rhel-6.5-x86_64-virtualbox"
},
{
"type": "vmware",
"type": "vmware-iso",
"boot_command": [
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-6.5/ks.cfg<enter><wait>"
],
Expand Down
4 changes: 2 additions & 2 deletions packer/sles-11-sp2-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"builders": [
{
"type": "virtualbox",
"type": "virtualbox-iso",
"boot_command": [
"<esc><enter><wait>",
"linux netdevice=eth0 netsetup=dhcp install=cd:/<wait>",
Expand Down Expand Up @@ -45,7 +45,7 @@
]
},
{
"type": "vmware",
"type": "vmware-iso",
"boot_command": [
"<esc><enter><wait>",
"linux netdevice=eth0 netsetup=dhcp install=cd:/<wait>",
Expand Down
Loading