diff --git a/packer/centos-5.10-i386.json b/packer/centos-5.11-i386.json similarity index 78% rename from packer/centos-5.10-i386.json rename to packer/centos-5.11-i386.json index e84b9db4c..a4f2209d3 100644 --- a/packer/centos-5.10-i386.json +++ b/packer/centos-5.11-i386.json @@ -2,17 +2,17 @@ "builders": [ { "boot_command": [ - " text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.10/ks.cfg" + " text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.11/ks.cfg" ], "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, @@ -34,20 +34,20 @@ ] ], "virtualbox_version_file": ".vbox_version", - "vm_name": "packer-centos-5.10-i386" + "vm_name": "packer-centos-5.11-i386" }, { "boot_command": [ - " text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.10/ks.cfg" + " text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.11/ks.cfg" ], "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, @@ -55,7 +55,7 @@ "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", @@ -64,17 +64,17 @@ }, { "boot_command": [ - " text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.10/ks.cfg" + " text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.11/ks.cfg" ], "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, @@ -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" } ], diff --git a/packer/centos-5.10-x86_64.json b/packer/centos-5.11-x86_64.json similarity index 78% rename from packer/centos-5.10-x86_64.json rename to packer/centos-5.11-x86_64.json index 97b7c3cd5..9f997d4da 100644 --- a/packer/centos-5.10-x86_64.json +++ b/packer/centos-5.11-x86_64.json @@ -2,17 +2,17 @@ "builders": [ { "boot_command": [ - " text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.10/ks.cfg" + " text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.11/ks.cfg" ], "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, @@ -34,20 +34,20 @@ ] ], "virtualbox_version_file": ".vbox_version", - "vm_name": "packer-centos-5.10-x86_64" + "vm_name": "packer-centos-5.11-x86_64" }, { "boot_command": [ - " text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.10/ks.cfg" + " text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.11/ks.cfg" ], "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, @@ -55,7 +55,7 @@ "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", @@ -64,17 +64,17 @@ }, { "boot_command": [ - " text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.10/ks.cfg" + " text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.11/ks.cfg" ], "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, @@ -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" } ], diff --git a/packer/http/centos-5.10/ks.cfg b/packer/http/centos-5.11/ks.cfg similarity index 100% rename from packer/http/centos-5.10/ks.cfg rename to packer/http/centos-5.11/ks.cfg