From 736ed10af84aeb1bf52d3fe28f1fc73c8a3aff15 Mon Sep 17 00:00:00 2001 From: "Julian C. Dunn" Date: Tue, 30 Sep 2014 23:06:31 -0700 Subject: [PATCH] Updated RHEL to 5.11. --- ...hel-5.10-i386.json => rhel-5.11-i386.json} | 34 +++++++++---------- ...5.10-x86_64.json => rhel-5.11-x86_64.json} | 34 +++++++++---------- 2 files changed, 34 insertions(+), 34 deletions(-) rename packer/{rhel-5.10-i386.json => rhel-5.11-i386.json} (75%) rename packer/{rhel-5.10-x86_64.json => rhel-5.11-x86_64.json} (75%) diff --git a/packer/rhel-5.10-i386.json b/packer/rhel-5.11-i386.json similarity index 75% rename from packer/rhel-5.10-i386.json rename to packer/rhel-5.11-i386.json index 435bdb603..d8932c31f 100644 --- a/packer/rhel-5.10-i386.json +++ b/packer/rhel-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": "3a4db78ab70d866057c5285e0064d78125e1b8fd9dcaefea28818f6604b3515d", + "iso_checksum": "4e38e4ed06d83efb10446e7db19d96761715cdbdbf0bbfacb978b44ce368bbe2", "iso_checksum_type": "sha256", - "iso_url": "{{user `mirror`}}/rhel-server-5.10-i386-dvd.iso", - "output_directory": "packer-rhel-5.10-i386-virtualbox", + "iso_url": "{{user `mirror`}}/rhel-server-5.11-i386-dvd.iso", + "output_directory": "packer-rhel-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-rhel-5.10-i386" + "vm_name": "packer-rhel-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": "redhat", "http_directory": "http", - "iso_checksum": "3a4db78ab70d866057c5285e0064d78125e1b8fd9dcaefea28818f6604b3515d", + "iso_checksum": "4e38e4ed06d83efb10446e7db19d96761715cdbdbf0bbfacb978b44ce368bbe2", "iso_checksum_type": "sha256", - "iso_url": "{{user `mirror`}}/rhel-server-5.10-i386-dvd.iso", - "output_directory": "packer-rhel-5.10-i386-vmware", + "iso_url": "{{user `mirror`}}/rhel-server-5.11-i386-dvd.iso", + "output_directory": "packer-rhel-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-rhel-5.10-i386", + "vm_name": "packer-rhel-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": "rhel", "http_directory": "http", - "iso_checksum": "3a4db78ab70d866057c5285e0064d78125e1b8fd9dcaefea28818f6604b3515d", + "iso_checksum": "4e38e4ed06d83efb10446e7db19d96761715cdbdbf0bbfacb978b44ce368bbe2", "iso_checksum_type": "sha256", - "iso_url": "{{user `mirror`}}/rhel-server-5.10-i386-dvd.iso", - "output_directory": "packer-rhel-5.10-i386-parallels", + "iso_url": "{{user `mirror`}}/rhel-server-5.11-i386-dvd.iso", + "output_directory": "packer-rhel-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-rhel-5.10-i386" + "vm_name": "packer-rhel-5.11-i386" } ], "post-processors": [ { - "output": "../builds/{{.Provider}}/opscode_rhel-5.10-i386_chef-{{user `chef_version`}}.box", + "output": "../builds/{{.Provider}}/opscode_rhel-5.11-i386_chef-{{user `chef_version`}}.box", "type": "vagrant" } ], @@ -125,7 +125,7 @@ ], "variables": { "chef_version": "provisionerless", - "mirror": "https://content-web.rhn.redhat.com/rhn/isos/rhel-5.10/md5sum/1ab756241a4a209b8d39abe6bace84a9" + "mirror": "https://content-web.rhn.redhat.com/rhn/isos/rhel-5.11/md5sum/1ab756241a4a209b8d39abe6bace84a9" } } diff --git a/packer/rhel-5.10-x86_64.json b/packer/rhel-5.11-x86_64.json similarity index 75% rename from packer/rhel-5.10-x86_64.json rename to packer/rhel-5.11-x86_64.json index 263400af6..afe80175b 100644 --- a/packer/rhel-5.10-x86_64.json +++ b/packer/rhel-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": "8b38e74b0993d478aad9c950f51a3e3441199639a3422e06fc3beca1f8825bf2", + "iso_checksum": "36565fe0c8a97207d63234d10123daeedb29d509576dbd7b34e71958ac2f9050", "iso_checksum_type": "sha256", - "iso_url": "{{user `mirror`}}/rhel-server-5.10-x86_64-dvd.iso", - "output_directory": "packer-rhel-5.10-x86_64-virtualbox", + "iso_url": "{{user `mirror`}}/rhel-server-5.11-x86_64-dvd.iso", + "output_directory": "packer-rhel-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-rhel-5.10-x86_64" + "vm_name": "packer-rhel-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": "rhel5-64", "http_directory": "http", - "iso_checksum": "8b38e74b0993d478aad9c950f51a3e3441199639a3422e06fc3beca1f8825bf2", + "iso_checksum": "36565fe0c8a97207d63234d10123daeedb29d509576dbd7b34e71958ac2f9050", "iso_checksum_type": "sha256", - "iso_url": "{{user `mirror`}}/rhel-server-5.10-x86_64-dvd.iso", - "output_directory": "packer-rhel-5.10-x86_64-vmware", + "iso_url": "{{user `mirror`}}/rhel-server-5.11-x86_64-dvd.iso", + "output_directory": "packer-rhel-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-rhel-5.10-x86_64", + "vm_name": "packer-rhel-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": "rhel", "http_directory": "http", - "iso_checksum": "8b38e74b0993d478aad9c950f51a3e3441199639a3422e06fc3beca1f8825bf2", + "iso_checksum": "36565fe0c8a97207d63234d10123daeedb29d509576dbd7b34e71958ac2f9050", "iso_checksum_type": "sha256", - "iso_url": "{{user `mirror`}}/rhel-server-5.10-x86_64-dvd.iso", - "output_directory": "packer-rhel-5.10-x86_64-parallels", + "iso_url": "{{user `mirror`}}/rhel-server-5.11-x86_64-dvd.iso", + "output_directory": "packer-rhel-5.11-x86_64-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-rhel-5.10-x86_64" + "vm_name": "packer-rhel-5.11-x86_64" } ], "post-processors": [ { - "output": "../builds/{{.Provider}}/opscode_rhel-5.10_chef-{{user `chef_version`}}.box", + "output": "../builds/{{.Provider}}/opscode_rhel-5.11_chef-{{user `chef_version`}}.box", "type": "vagrant" } ], @@ -125,7 +125,7 @@ ], "variables": { "chef_version": "provisionerless", - "mirror": "https://content-web.rhn.redhat.com/rhn/isos/rhel-5.10/md5sum/86cc2d5548ee2ff9c8d3e2b4db3e6001" + "mirror": "https://content-web.rhn.redhat.com/rhn/isos/rhel-5.11/md5sum/86cc2d5548ee2ff9c8d3e2b4db3e6001" } }