Skip to content

Commit

Permalink
Merge pull request #274 from eshamow/upgrade_centos_5
Browse files Browse the repository at this point in the history
Upgrade CentOS 5 to 5.11
  • Loading branch information
juliandunn committed Sep 30, 2014
2 parents f32526e + 4011ba9 commit 949540e
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
32 changes: 16 additions & 16 deletions packer/centos-5.10-i386.json → packer/centos-5.11-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"builders": [
{
"boot_command": [
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.10/ks.cfg<enter><wait>"
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.11/ks.cfg<enter><wait>"
],
"boot_wait": "10s",
"disk_size": 40960,
"guest_additions_path": "VBoxGuestAdditions_{{.Version}}.iso",
"guest_os_type": "RedHat",
"http_directory": "http",
"iso_checksum": "bb4e61210e1c0389fdf55c59bd2dd7bc957dd400",
"iso_checksum": "ec3a89b4edc8e391d13c1ecce4e6ce3917719e39",
"iso_checksum_type": "sha1",
"iso_url": "{{user `mirror`}}/5.10/isos/i386/CentOS-5.10-i386-bin-DVD-1of2.iso",
"output_directory": "packer-centos-5.10-i386-virtualbox",
"iso_url": "{{user `mirror`}}/5.11/isos/i386/CentOS-5.11-i386-bin-DVD-1of2.iso",
"output_directory": "packer-centos-5.11-i386-virtualbox",
"shutdown_command": "echo 'vagrant'|sudo -S /sbin/halt -h -p",
"ssh_password": "vagrant",
"ssh_port": 22,
Expand All @@ -34,28 +34,28 @@
]
],
"virtualbox_version_file": ".vbox_version",
"vm_name": "packer-centos-5.10-i386"
"vm_name": "packer-centos-5.11-i386"
},
{
"boot_command": [
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.10/ks.cfg<enter><wait>"
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.11/ks.cfg<enter><wait>"
],
"boot_wait": "10s",
"disk_size": 40960,
"guest_os_type": "centos",
"http_directory": "http",
"iso_checksum": "bb4e61210e1c0389fdf55c59bd2dd7bc957dd400",
"iso_checksum": "ec3a89b4edc8e391d13c1ecce4e6ce3917719e39",
"iso_checksum_type": "sha1",
"iso_url": "{{user `mirror`}}/5.10/isos/i386/CentOS-5.10-i386-bin-DVD-1of2.iso",
"output_directory": "packer-centos-5.10-i386-vmware",
"iso_url": "{{user `mirror`}}/5.11/isos/i386/CentOS-5.11-i386-bin-DVD-1of2.iso",
"output_directory": "packer-centos-5.11-i386-vmware",
"shutdown_command": "echo 'vagrant'|sudo -S /sbin/halt -h -p",
"ssh_password": "vagrant",
"ssh_port": 22,
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"tools_upload_flavor": "linux",
"type": "vmware-iso",
"vm_name": "packer-centos-5.10-i386",
"vm_name": "packer-centos-5.11-i386",
"vmx_data": {
"cpuid.coresPerSocket": "1",
"memsize": "384",
Expand All @@ -64,17 +64,17 @@
},
{
"boot_command": [
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.10/ks.cfg<enter><wait>"
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.11/ks.cfg<enter><wait>"
],
"boot_wait": "10s",
"disk_size": 40960,
"parallels_tools_flavor": "lin",
"guest_os_type": "centos",
"http_directory": "http",
"iso_checksum": "bb4e61210e1c0389fdf55c59bd2dd7bc957dd400",
"iso_checksum": "ec3a89b4edc8e391d13c1ecce4e6ce3917719e39",
"iso_checksum_type": "sha1",
"iso_url": "{{user `mirror`}}/5.10/isos/i386/CentOS-5.10-i386-bin-DVD-1of2.iso",
"output_directory": "packer-centos-5.10-i386-parallels",
"iso_url": "{{user `mirror`}}/5.11/isos/i386/CentOS-5.11-i386-bin-DVD-1of2.iso",
"output_directory": "packer-centos-5.11-i386-parallels",
"shutdown_command": "echo 'vagrant'|sudo -S /sbin/halt -h -p",
"ssh_password": "vagrant",
"ssh_port": 22,
Expand All @@ -96,13 +96,13 @@
]
],
"prlctl_version_file": ".prlctl_version",
"vm_name": "packer-centos-5.10-i386"
"vm_name": "packer-centos-5.11-i386"
}

],
"post-processors": [
{
"output": "../builds/{{.Provider}}/opscode_centos-5.10-i386_chef-{{user `chef_version`}}.box",
"output": "../builds/{{.Provider}}/opscode_centos-5.11-i386_chef-{{user `chef_version`}}.box",
"type": "vagrant"
}
],
Expand Down
32 changes: 16 additions & 16 deletions packer/centos-5.10-x86_64.json → packer/centos-5.11-x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"builders": [
{
"boot_command": [
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.10/ks.cfg<enter><wait>"
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.11/ks.cfg<enter><wait>"
],
"boot_wait": "10s",
"disk_size": 40960,
"guest_additions_path": "VBoxGuestAdditions_{{.Version}}.iso",
"guest_os_type": "RedHat_64",
"http_directory": "http",
"iso_checksum": "d8403b3fe4972eda3e147ee76d682a4a3beae1e1",
"iso_checksum": "ebd77f2fdfac8da04f31c508905cf52aa62937cc",
"iso_checksum_type": "sha1",
"iso_url": "{{user `mirror`}}/5.10/isos/x86_64/CentOS-5.10-x86_64-bin-DVD-1of2.iso",
"output_directory": "packer-centos-5.10-x86_64-virtualbox",
"iso_url": "{{user `mirror`}}/5.11/isos/x86_64/CentOS-5.11-x86_64-bin-DVD-1of2.iso",
"output_directory": "packer-centos-5.11-x86_64-virtualbox",
"shutdown_command": "echo 'vagrant'|sudo -S /sbin/halt -h -p",
"ssh_password": "vagrant",
"ssh_port": 22,
Expand All @@ -34,28 +34,28 @@
]
],
"virtualbox_version_file": ".vbox_version",
"vm_name": "packer-centos-5.10-x86_64"
"vm_name": "packer-centos-5.11-x86_64"
},
{
"boot_command": [
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.10/ks.cfg<enter><wait>"
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.11/ks.cfg<enter><wait>"
],
"boot_wait": "10s",
"disk_size": 40960,
"guest_os_type": "centos-64",
"http_directory": "http",
"iso_checksum": "d8403b3fe4972eda3e147ee76d682a4a3beae1e1",
"iso_checksum": "ebd77f2fdfac8da04f31c508905cf52aa62937cc",
"iso_checksum_type": "sha1",
"iso_url": "{{user `mirror`}}/5.10/isos/x86_64/CentOS-5.10-x86_64-bin-DVD-1of2.iso",
"output_directory": "packer-centos-5.10-x86_64-vmware",
"iso_url": "{{user `mirror`}}/5.11/isos/x86_64/CentOS-5.11-x86_64-bin-DVD-1of2.iso",
"output_directory": "packer-centos-5.11-x86_64-vmware",
"shutdown_command": "echo 'vagrant'|sudo -S /sbin/halt -h -p",
"ssh_password": "vagrant",
"ssh_port": 22,
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"tools_upload_flavor": "linux",
"type": "vmware-iso",
"vm_name": "packer-centos-5.10-x86_64",
"vm_name": "packer-centos-5.11-x86_64",
"vmx_data": {
"cpuid.coresPerSocket": "1",
"memsize": "384",
Expand All @@ -64,17 +64,17 @@
},
{
"boot_command": [
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.10/ks.cfg<enter><wait>"
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.11/ks.cfg<enter><wait>"
],
"boot_wait": "10s",
"disk_size": 40960,
"parallels_tools_flavor": "lin",
"guest_os_type": "centos",
"http_directory": "http",
"iso_checksum": "d8403b3fe4972eda3e147ee76d682a4a3beae1e1",
"iso_checksum": "ebd77f2fdfac8da04f31c508905cf52aa62937cc",
"iso_checksum_type": "sha1",
"iso_url": "{{user `mirror`}}/5.10/isos/x86_64/CentOS-5.10-x86_64-bin-DVD-1of2.iso",
"output_directory": "packer-centos-5.10-x86_64-parallels",
"iso_url": "{{user `mirror`}}/5.11/isos/x86_64/CentOS-5.11-x86_64-bin-DVD-1of2.iso",
"output_directory": "packer-centos-5.11-x86_64-parallels",
"shutdown_command": "echo 'vagrant'|sudo -S /sbin/halt -h -p",
"ssh_password": "vagrant",
"ssh_port": 22,
Expand All @@ -96,14 +96,14 @@
]
],
"prlctl_version_file": ".prlctl_version",
"vm_name": "packer-centos-5.10-x86_64"
"vm_name": "packer-centos-5.11-x86_64"
}


],
"post-processors": [
{
"output": "../builds/{{.Provider}}/opscode_centos-5.10_chef-{{user `chef_version`}}.box",
"output": "../builds/{{.Provider}}/opscode_centos-5.11_chef-{{user `chef_version`}}.box",
"type": "vagrant"
}
],
Expand Down
File renamed without changes.

0 comments on commit 949540e

Please sign in to comment.