Skip to content

Commit

Permalink
Merge pull request #164 from tmatilai/debian-7.4
Browse files Browse the repository at this point in the history
Add Packer templates for Debian 7.4
  • Loading branch information
juliandunn committed Feb 11, 2014
2 parents 3bd9c86 + fe63296 commit 69f1ab6
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 320 deletions.
125 changes: 0 additions & 125 deletions packer/debian-7.2.0-amd64.json

This file was deleted.

125 changes: 0 additions & 125 deletions packer/debian-7.2.0-i386.json

This file was deleted.

22 changes: 11 additions & 11 deletions packer/debian-7.3.0-amd64.json → packer/debian-7.4-amd64.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"boot_command": [
"<esc><wait>",
"install <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7.3.0/preseed.cfg <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7/preseed.cfg <wait>",
"debian-installer=en_US <wait>",
"auto <wait>",
"locale=en_US <wait>",
Expand All @@ -27,18 +27,18 @@
"disk_size": 40960,
"guest_os_type": "Debian_64",
"http_directory": "http",
"iso_checksum": "5efcbf9f1b7b38915e86ff79be2157989e4e70e7",
"iso_checksum": "d68c40dfdca601f912c0f1ae991cdb439d1c572e",
"iso_checksum_type": "sha1",
"iso_url": "{{user `mirror`}}/7.3.0/amd64/iso-cd/debian-7.3.0-amd64-CD-1.iso",
"iso_url": "{{user `mirror`}}/7.4.0/amd64/iso-cd/debian-7.4.0-amd64-CD-1.iso",
"ssh_username": "vagrant",
"ssh_password": "vagrant",
"ssh_port": 22,
"ssh_wait_timeout": "10000s",
"shutdown_command": "echo 'vagrant'|sudo -S /sbin/shutdown -hP now",
"guest_additions_path": "VBoxGuestAdditions_{{.Version}}.iso",
"virtualbox_version_file": ".vbox_version",
"vm_name": "packer-debian-7.3.0-amd64",
"output_directory": "packer-debian-7.3.0-amd64",
"vm_name": "packer-debian-7.4-amd64",
"output_directory": "packer-debian-7.4-amd64-virtualbox",
"vboxmanage": [
[ "modifyvm", "{{.Name}}", "--memory", "384" ],
[ "modifyvm", "{{.Name}}", "--cpus", "1" ]
Expand All @@ -49,7 +49,7 @@
"boot_command": [
"<esc><wait>",
"install <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7.3.0/preseed.cfg <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7/preseed.cfg <wait>",
"debian-installer=en_US <wait>",
"auto <wait>",
"locale=en_US <wait>",
Expand All @@ -67,17 +67,17 @@
"disk_size": 40960,
"guest_os_type": "debian5-64",
"http_directory": "http",
"iso_checksum": "5efcbf9f1b7b38915e86ff79be2157989e4e70e7",
"iso_checksum": "d68c40dfdca601f912c0f1ae991cdb439d1c572e",
"iso_checksum_type": "sha1",
"iso_url": "{{user `mirror`}}/7.3.0/amd64/iso-cd/debian-7.3.0-amd64-CD-1.iso",
"iso_url": "{{user `mirror`}}/7.4.0/amd64/iso-cd/debian-7.4.0-amd64-CD-1.iso",
"ssh_username": "vagrant",
"ssh_password": "vagrant",
"ssh_port": 22,
"ssh_wait_timeout": "10000s",
"shutdown_command": "echo 'vagrant'|sudo -S /sbin/shutdown -hP now",
"tools_upload_flavor": "linux",
"vm_name": "packer-debian-7.3.0-amd64",
"output_directory": "packer-debian-7.3.0-amd64",
"vm_name": "packer-debian-7.4-amd64",
"output_directory": "packer-debian-7.4-amd64-vmware",
"vmx_data": {
"memsize": "384",
"numvcpus": "1",
Expand All @@ -88,7 +88,7 @@
"post-processors": [
{
"type": "vagrant",
"output": "../builds/{{.Provider}}/opscode_debian-7.3.0_chef-{{user `chef_version`}}.box"
"output": "../builds/{{.Provider}}/opscode_debian-7.4_chef-{{user `chef_version`}}.box"
}
],
"provisioners": [
Expand Down
22 changes: 11 additions & 11 deletions packer/debian-7.3.0-i386.json → packer/debian-7.4-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"boot_command": [
"<esc><wait>",
"install <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7.3.0/preseed.cfg <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7/preseed.cfg <wait>",
"debian-installer=en_US <wait>",
"auto <wait>",
"locale=en_US <wait>",
Expand All @@ -27,18 +27,18 @@
"disk_size": 40960,
"guest_os_type": "Debian",
"http_directory": "http",
"iso_checksum": "ed2d36bcf660f8f6d6ca7318f58ed2ba2f75160a",
"iso_checksum": "b6daf1584bf9e7748ebd160b09745984c244c3bb",
"iso_checksum_type": "sha1",
"iso_url": "{{user `mirror`}}/7.3.0/i386/iso-cd/debian-7.3.0-i386-CD-1.iso",
"iso_url": "{{user `mirror`}}/7.4.0/i386/iso-cd/debian-7.4.0-i386-CD-1.iso",
"ssh_username": "vagrant",
"ssh_password": "vagrant",
"ssh_port": 22,
"ssh_wait_timeout": "10000s",
"shutdown_command": "echo 'vagrant'|sudo -S /sbin/shutdown -hP now",
"guest_additions_path": "VBoxGuestAdditions_{{.Version}}.iso",
"virtualbox_version_file": ".vbox_version",
"vm_name": "packer-debian-7.3.0-i386",
"output_directory": "packer-debian-7.3.0-i386",
"vm_name": "packer-debian-7.4-i386",
"output_directory": "packer-debian-7.4-i386-virtualbox",
"vboxmanage": [
[ "modifyvm", "{{.Name}}", "--memory", "384" ],
[ "modifyvm", "{{.Name}}", "--cpus", "1" ]
Expand All @@ -49,7 +49,7 @@
"boot_command": [
"<esc><wait>",
"install <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7.3.0/preseed.cfg <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7/preseed.cfg <wait>",
"debian-installer=en_US <wait>",
"auto <wait>",
"locale=en_US <wait>",
Expand All @@ -67,17 +67,17 @@
"disk_size": 40960,
"guest_os_type": "debian5",
"http_directory": "http",
"iso_checksum": "ed2d36bcf660f8f6d6ca7318f58ed2ba2f75160a",
"iso_checksum": "b6daf1584bf9e7748ebd160b09745984c244c3bb",
"iso_checksum_type": "sha1",
"iso_url": "{{user `mirror`}}/7.3.0/i386/iso-cd/debian-7.3.0-i386-CD-1.iso",
"iso_url": "{{user `mirror`}}/7.4.0/i386/iso-cd/debian-7.4.0-i386-CD-1.iso",
"ssh_username": "vagrant",
"ssh_password": "vagrant",
"ssh_port": 22,
"ssh_wait_timeout": "10000s",
"shutdown_command": "echo 'vagrant'|sudo -S /sbin/shutdown -hP now",
"tools_upload_flavor": "linux",
"vm_name": "packer-debian-7.3.0-i386",
"output_directory": "packer-debian-7.3.0-i386",
"vm_name": "packer-debian-7.4-i386",
"output_directory": "packer-debian-7.4-i386-vmware",
"vmx_data": {
"memsize": "384",
"numvcpus": "1",
Expand All @@ -88,7 +88,7 @@
"post-processors": [
{
"type": "vagrant",
"output": "../builds/{{.Provider}}/opscode_debian-7.3.0-i386_chef-{{user `chef_version`}}.box"
"output": "../builds/{{.Provider}}/opscode_debian-7.4-i386_chef-{{user `chef_version`}}.box"
}
],
"provisioners": [
Expand Down
Loading

0 comments on commit 69f1ab6

Please sign in to comment.