From a4adf27476e561076f85aa6e712f54b18d92ee54 Mon Sep 17 00:00:00 2001 From: "Julian C. Dunn" Date: Thu, 31 Jul 2014 20:09:07 -0400 Subject: [PATCH] Remove Ubuntu 13.10 as it is EOL as of July 17, 2014. https://lists.ubuntu.com/archives/ubuntu-announce/2014-June/000185.html Also removed dangling preseed.cfgs from previously EOL'd releases. --- packer/http/ubuntu-10.10/preseed.cfg | 31 ------ packer/http/ubuntu-12.10/preseed.cfg | 31 ------ packer/http/ubuntu-13.10/preseed.cfg | 31 ------ packer/ubuntu-13.10-amd64.json | 139 --------------------------- packer/ubuntu-13.10-i386.json | 139 --------------------------- 5 files changed, 371 deletions(-) delete mode 100644 packer/http/ubuntu-10.10/preseed.cfg delete mode 100644 packer/http/ubuntu-12.10/preseed.cfg delete mode 100644 packer/http/ubuntu-13.10/preseed.cfg delete mode 100644 packer/ubuntu-13.10-amd64.json delete mode 100644 packer/ubuntu-13.10-i386.json diff --git a/packer/http/ubuntu-10.10/preseed.cfg b/packer/http/ubuntu-10.10/preseed.cfg deleted file mode 100644 index 1744c4d16..000000000 --- a/packer/http/ubuntu-10.10/preseed.cfg +++ /dev/null @@ -1,31 +0,0 @@ -choose-mirror-bin mirror/http/proxy string -d-i base-installer/kernel/override-image string linux-server -d-i clock-setup/utc boolean true -d-i clock-setup/utc-auto boolean true -d-i finish-install/reboot_in_progress note -d-i grub-installer/only_debian boolean true -d-i grub-installer/with_other_os boolean true -d-i netcfg/wireless_wep string -d-i partman-auto-lvm/guided_size string max -d-i partman-auto/choose_recipe select atomic -d-i partman-auto/method string lvm -d-i partman-lvm/confirm boolean true -d-i partman-lvm/confirm_nooverwrite boolean true -d-i partman-lvm/device_remove_lvm boolean true -d-i partman/choose_partition select finish -d-i partman/confirm boolean true -d-i partman/confirm_nooverwrite boolean true -d-i partman/confirm_write_new_label boolean true -d-i passwd/user-fullname string vagrant -d-i passwd/user-uid string 900 -d-i passwd/user-password password vagrant -d-i passwd/user-password-again password vagrant -d-i passwd/username string vagrant -d-i pkgsel/include string openssh-server cryptsetup build-essential libssl-dev libreadline-dev zlib1g-dev linux-source dkms nfs-common -d-i pkgsel/install-language-support boolean false -d-i pkgsel/update-policy select none -d-i pkgsel/upgrade select full-upgrade -d-i time/zone string UTC -d-i user-setup/allow-password-weak boolean true -d-i user-setup/encrypt-home boolean false -tasksel tasksel/first multiselect standard, ubuntu-server diff --git a/packer/http/ubuntu-12.10/preseed.cfg b/packer/http/ubuntu-12.10/preseed.cfg deleted file mode 100644 index 0a4d4939b..000000000 --- a/packer/http/ubuntu-12.10/preseed.cfg +++ /dev/null @@ -1,31 +0,0 @@ -choose-mirror-bin mirror/http/proxy string -d-i base-installer/kernel/override-image string linux-server -d-i clock-setup/utc boolean true -d-i clock-setup/utc-auto boolean true -d-i finish-install/reboot_in_progress note -d-i grub-installer/only_debian boolean true -d-i grub-installer/with_other_os boolean true -d-i partman-auto-lvm/guided_size string max -d-i partman-auto/choose_recipe select atomic -d-i partman-auto/method string lvm -d-i partman-lvm/confirm boolean true -d-i partman-lvm/confirm boolean true -d-i partman-lvm/confirm_nooverwrite boolean true -d-i partman-lvm/device_remove_lvm boolean true -d-i partman/choose_partition select finish -d-i partman/confirm boolean true -d-i partman/confirm_nooverwrite boolean true -d-i partman/confirm_write_new_label boolean true -d-i passwd/user-fullname string vagrant -d-i passwd/user-uid string 900 -d-i passwd/user-password password vagrant -d-i passwd/user-password-again password vagrant -d-i passwd/username string vagrant -d-i pkgsel/include string openssh-server cryptsetup build-essential libssl-dev libreadline-dev zlib1g-dev linux-source dkms nfs-common -d-i pkgsel/install-language-support boolean false -d-i pkgsel/update-policy select unattended-upgrades -d-i pkgsel/upgrade select full-upgrade -d-i time/zone string UTC -d-i user-setup/allow-password-weak boolean true -d-i user-setup/encrypt-home boolean false -tasksel tasksel/first multiselect standard, ubuntu-server diff --git a/packer/http/ubuntu-13.10/preseed.cfg b/packer/http/ubuntu-13.10/preseed.cfg deleted file mode 100644 index 0a4d4939b..000000000 --- a/packer/http/ubuntu-13.10/preseed.cfg +++ /dev/null @@ -1,31 +0,0 @@ -choose-mirror-bin mirror/http/proxy string -d-i base-installer/kernel/override-image string linux-server -d-i clock-setup/utc boolean true -d-i clock-setup/utc-auto boolean true -d-i finish-install/reboot_in_progress note -d-i grub-installer/only_debian boolean true -d-i grub-installer/with_other_os boolean true -d-i partman-auto-lvm/guided_size string max -d-i partman-auto/choose_recipe select atomic -d-i partman-auto/method string lvm -d-i partman-lvm/confirm boolean true -d-i partman-lvm/confirm boolean true -d-i partman-lvm/confirm_nooverwrite boolean true -d-i partman-lvm/device_remove_lvm boolean true -d-i partman/choose_partition select finish -d-i partman/confirm boolean true -d-i partman/confirm_nooverwrite boolean true -d-i partman/confirm_write_new_label boolean true -d-i passwd/user-fullname string vagrant -d-i passwd/user-uid string 900 -d-i passwd/user-password password vagrant -d-i passwd/user-password-again password vagrant -d-i passwd/username string vagrant -d-i pkgsel/include string openssh-server cryptsetup build-essential libssl-dev libreadline-dev zlib1g-dev linux-source dkms nfs-common -d-i pkgsel/install-language-support boolean false -d-i pkgsel/update-policy select unattended-upgrades -d-i pkgsel/upgrade select full-upgrade -d-i time/zone string UTC -d-i user-setup/allow-password-weak boolean true -d-i user-setup/encrypt-home boolean false -tasksel tasksel/first multiselect standard, ubuntu-server diff --git a/packer/ubuntu-13.10-amd64.json b/packer/ubuntu-13.10-amd64.json deleted file mode 100644 index b90e5148c..000000000 --- a/packer/ubuntu-13.10-amd64.json +++ /dev/null @@ -1,139 +0,0 @@ -{ - "builders": [ - { - "boot_command": [ - "", - "", - "", - "/install/vmlinuz", - " auto", - " console-setup/ask_detect=false", - " console-setup/layoutcode=us", - " console-setup/modelcode=pc105", - " debconf/frontend=noninteractive", - " debian-installer=en_US", - " fb=false", - " initrd=/install/initrd.gz", - " kbd-chooser/method=us", - " keyboard-configuration/layout=USA", - " keyboard-configuration/variant=USA", - " locale=en_US", - " netcfg/get_domain=vm", - " netcfg/get_hostname=vagrant", - " noapic", - " preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/ubuntu-13.10/preseed.cfg", - " -- ", - "" - ], - "boot_wait": "10s", - "disk_size": 40960, - "guest_additions_path": "VBoxGuestAdditions_{{.Version}}.iso", - "guest_os_type": "Ubuntu_64", - "http_directory": "http", - "iso_checksum": "5dd72c694c3a7e06a3b4dd651ca26cfc70985004", - "iso_checksum_type": "sha1", - "iso_url": "{{user `mirror`}}/13.10/ubuntu-13.10-server-amd64.iso", - "output_directory": "packer-ubuntu-13.10-amd64-virtualbox", - "shutdown_command": "echo 'vagrant'|sudo -S shutdown -P now", - "ssh_password": "vagrant", - "ssh_port": 22, - "ssh_username": "vagrant", - "ssh_wait_timeout": "10000s", - "type": "virtualbox-iso", - "vboxmanage": [ - [ - "modifyvm", - "{{.Name}}", - "--memory", - "384" - ], - [ - "modifyvm", - "{{.Name}}", - "--cpus", - "1" - ] - ], - "virtualbox_version_file": ".vbox_version", - "vm_name": "packer-ubuntu-13.10-amd64" - }, - { - "boot_command": [ - "", - "", - "", - "/install/vmlinuz", - " auto", - " console-setup/ask_detect=false", - " console-setup/layoutcode=us", - " console-setup/modelcode=pc105", - " debconf/frontend=noninteractive", - " debian-installer=en_US", - " fb=false", - " initrd=/install/initrd.gz", - " kbd-chooser/method=us", - " keyboard-configuration/layout=USA", - " keyboard-configuration/variant=USA", - " locale=en_US", - " netcfg/get_domain=vm", - " netcfg/get_hostname=vagrant", - " noapic", - " preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/ubuntu-13.10/preseed.cfg", - " -- ", - "" - ], - "boot_wait": "10s", - "disk_size": 40960, - "guest_os_type": "ubuntu-64", - "http_directory": "http", - "iso_checksum": "5dd72c694c3a7e06a3b4dd651ca26cfc70985004", - "iso_checksum_type": "sha1", - "iso_url": "{{user `mirror`}}/13.10/ubuntu-13.10-server-amd64.iso", - "output_directory": "packer-ubuntu-13.10-amd64-vmware", - "shutdown_command": "echo 'vagrant'|sudo -S shutdown -P now", - "ssh_password": "vagrant", - "ssh_port": 22, - "ssh_username": "vagrant", - "ssh_wait_timeout": "10000s", - "tools_upload_flavor": "linux", - "type": "vmware-iso", - "vm_name": "packer-ubuntu-13.10-amd64", - "vmx_data": { - "cpuid.coresPerSocket": "1", - "memsize": "384", - "numvcpus": "1" - } - } - ], - "post-processors": [ - { - "output": "../builds/{{.Provider}}/opscode_ubuntu-13.10_chef-{{user `chef_version`}}.box", - "type": "vagrant" - } - ], - "provisioners": [ - { - "environment_vars": [ - "CHEF_VERSION={{user `chef_version`}}" - ], - "execute_command": "echo 'vagrant'|{{.Vars}} sudo -S -E bash '{{.Path}}'", - "scripts": [ - "scripts/ubuntu/update.sh", - "scripts/common/sshd.sh", - "scripts/ubuntu/networking.sh", - "scripts/ubuntu/sudoers.sh", - "scripts/common/vagrant.sh", - "scripts/common/vmtools.sh", - "scripts/common/chef.sh", - "scripts/ubuntu/cleanup.sh", - "scripts/common/minimize.sh" - ], - "type": "shell" - } - ], - "variables": { - "chef_version": "provisionerless", - "mirror": "http://releases.ubuntu.com" - } -} - diff --git a/packer/ubuntu-13.10-i386.json b/packer/ubuntu-13.10-i386.json deleted file mode 100644 index d3d3246f2..000000000 --- a/packer/ubuntu-13.10-i386.json +++ /dev/null @@ -1,139 +0,0 @@ -{ - "builders": [ - { - "boot_command": [ - "", - "", - "", - "/install/vmlinuz", - " auto", - " console-setup/ask_detect=false", - " console-setup/layoutcode=us", - " console-setup/modelcode=pc105", - " debconf/frontend=noninteractive", - " debian-installer=en_US", - " fb=false", - " initrd=/install/initrd.gz", - " kbd-chooser/method=us", - " keyboard-configuration/layout=USA", - " keyboard-configuration/variant=USA", - " locale=en_US", - " netcfg/get_domain=vm", - " netcfg/get_hostname=vagrant", - " noapic", - " preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/ubuntu-13.10/preseed.cfg", - " -- ", - "" - ], - "boot_wait": "10s", - "disk_size": 40960, - "guest_additions_path": "VBoxGuestAdditions_{{.Version}}.iso", - "guest_os_type": "Ubuntu", - "http_directory": "http", - "iso_checksum": "2dda06d01d3ad495b53f7c03a4313b4af76a1c96", - "iso_checksum_type": "sha1", - "iso_url": "{{user `mirror`}}/13.10/ubuntu-13.10-server-i386.iso", - "output_directory": "packer-ubuntu-13.10-i386-virtualbox", - "shutdown_command": "echo 'vagrant'|sudo -S shutdown -P now", - "ssh_password": "vagrant", - "ssh_port": 22, - "ssh_username": "vagrant", - "ssh_wait_timeout": "10000s", - "type": "virtualbox-iso", - "vboxmanage": [ - [ - "modifyvm", - "{{.Name}}", - "--memory", - "384" - ], - [ - "modifyvm", - "{{.Name}}", - "--cpus", - "1" - ] - ], - "virtualbox_version_file": ".vbox_version", - "vm_name": "packer-ubuntu-13.10-i386" - }, - { - "boot_command": [ - "", - "", - "", - "/install/vmlinuz", - " auto", - " console-setup/ask_detect=false", - " console-setup/layoutcode=us", - " console-setup/modelcode=pc105", - " debconf/frontend=noninteractive", - " debian-installer=en_US", - " fb=false", - " initrd=/install/initrd.gz", - " kbd-chooser/method=us", - " keyboard-configuration/layout=USA", - " keyboard-configuration/variant=USA", - " locale=en_US", - " netcfg/get_domain=vm", - " netcfg/get_hostname=vagrant", - " noapic", - " preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/ubuntu-13.10/preseed.cfg", - " -- ", - "" - ], - "boot_wait": "10s", - "disk_size": 40960, - "guest_os_type": "ubuntu", - "http_directory": "http", - "iso_checksum": "2dda06d01d3ad495b53f7c03a4313b4af76a1c96", - "iso_checksum_type": "sha1", - "iso_url": "{{user `mirror`}}/13.10/ubuntu-13.10-server-i386.iso", - "output_directory": "packer-ubuntu-13.10-i386-vmware", - "shutdown_command": "echo 'vagrant'|sudo -S shutdown -P now", - "ssh_password": "vagrant", - "ssh_port": 22, - "ssh_username": "vagrant", - "ssh_wait_timeout": "10000s", - "tools_upload_flavor": "linux", - "type": "vmware-iso", - "vm_name": "packer-ubuntu-13.10-i386", - "vmx_data": { - "cpuid.coresPerSocket": "1", - "memsize": "384", - "numvcpus": "1" - } - } - ], - "post-processors": [ - { - "output": "../builds/{{.Provider}}/opscode_ubuntu-13.10-i386_chef-{{user `chef_version`}}.box", - "type": "vagrant" - } - ], - "provisioners": [ - { - "environment_vars": [ - "CHEF_VERSION={{user `chef_version`}}" - ], - "execute_command": "echo 'vagrant'|{{.Vars}} sudo -S -E bash '{{.Path}}'", - "scripts": [ - "scripts/ubuntu/update.sh", - "scripts/common/sshd.sh", - "scripts/ubuntu/networking.sh", - "scripts/ubuntu/sudoers.sh", - "scripts/common/vagrant.sh", - "scripts/common/vmtools.sh", - "scripts/common/chef.sh", - "scripts/ubuntu/cleanup.sh", - "scripts/common/minimize.sh" - ], - "type": "shell" - } - ], - "variables": { - "chef_version": "provisionerless", - "mirror": "http://releases.ubuntu.com" - } -} -