From 197f1930990fbf5fcb337cea6bb827138d2cbce8 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Sat, 7 Jul 2018 22:12:19 -0700 Subject: [PATCH] Remove EOL Ubuntu 17.10 Signed-off-by: Tim Smith --- builds.yml | 9 +- ubuntu/ubuntu-17.10-amd64.json | 315 --------------------------------- ubuntu/ubuntu-17.10-i386.json | 277 ----------------------------- 3 files changed, 2 insertions(+), 599 deletions(-) delete mode 100644 ubuntu/ubuntu-17.10-amd64.json delete mode 100644 ubuntu/ubuntu-17.10-i386.json diff --git a/builds.yml b/builds.yml index 5f6462cf8..4247196be 100644 --- a/builds.yml +++ b/builds.yml @@ -12,18 +12,14 @@ public: - 'oracle-6.9' - 'oracle-6.9-i386' - 'ubuntu-18.04' -- 'ubuntu-17.10' -- 'ubuntu-17.10-i386' - 'ubuntu-16.04' - 'ubuntu-16.04-i386' - 'ubuntu-14.04' - 'ubuntu-14.04-i386' - 'debian-9.4' - 'debian-9.4-i386' -- 'debian-8.10' -- 'debian-8.10-i386' -- 'debian-7.11' -- 'debian-7.11-i386' +- 'debian-8.11' +- 'debian-8.11-i386' - 'fedora-28' - 'fedora-27' - 'fedora-26' @@ -41,7 +37,6 @@ slugs: 'centos-6': 'centos-6.9' 'debian-9': 'debian-9.4' 'debian-8': 'debian-8.10' - 'debian-7': 'debian-7.11' 'freebsd-11': 'freebsd-11.2' 'freebsd-10': 'freebsd-10.4' 'opensuse-leap-42': 'opensuse-leap-42.3' diff --git a/ubuntu/ubuntu-17.10-amd64.json b/ubuntu/ubuntu-17.10-amd64.json deleted file mode 100644 index 9d657c8a9..000000000 --- a/ubuntu/ubuntu-17.10-amd64.json +++ /dev/null @@ -1,315 +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", - " grub-installer/bootdev=/dev/sda", - " noapic", - " preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{user `preseed_path`}}", - " -- ", - "" - ], - "boot_wait": "10s", - "disk_size": "{{user `disk_size`}}", - "guest_additions_path": "VBoxGuestAdditions_{{.Version}}.iso", - "guest_os_type": "Ubuntu_64", - "hard_drive_interface": "sata", - "headless": "{{ user `headless` }}", - "http_directory": "http", - "iso_checksum": "{{user `iso_checksum`}}", - "iso_checksum_type": "{{user `iso_checksum_type`}}", - "iso_url": "{{user `mirror`}}/{{user `mirror_directory`}}/{{user `iso_name`}}", - "output_directory": "../builds/packer-{{user `template`}}-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", - "{{ user `memory` }}" - ], - [ - "modifyvm", - "{{.Name}}", - "--cpus", - "{{ user `cpus` }}" - ] - ], - "virtualbox_version_file": ".vbox_version", - "vm_name": "{{ user `template` }}" - }, - { - "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", - " grub-installer/bootdev=/dev/sda", - " noapic", - " preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{user `preseed_path`}}", - " -- ", - "" - ], - "boot_wait": "10s", - "disk_size": "{{user `disk_size`}}", - "guest_os_type": "ubuntu-64", - "headless": "{{ user `headless` }}", - "http_directory": "http", - "iso_checksum": "{{user `iso_checksum`}}", - "iso_checksum_type": "{{user `iso_checksum_type`}}", - "iso_url": "{{user `mirror`}}/{{user `mirror_directory`}}/{{user `iso_name`}}", - "output_directory": "../builds/packer-{{user `template`}}-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": "{{ user `template` }}", - "vmx_data": { - "cpuid.coresPerSocket": "1", - "ethernet0.pciSlotNumber": "32", - "memsize": "{{ user `memory` }}", - "numvcpus": "{{ user `cpus` }}" - }, - "vmx_remove_ethernet_interfaces": true - }, - { - "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", - " grub-installer/bootdev=/dev/sda", - " noapic", - " preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{user `preseed_path`}}", - " -- ", - "" - ], - "boot_wait": "10s", - "disk_size": "{{user `disk_size`}}", - "guest_os_type": "ubuntu", - "http_directory": "http", - "iso_checksum": "{{user `iso_checksum`}}", - "iso_checksum_type": "{{user `iso_checksum_type`}}", - "iso_url": "{{user `mirror`}}/{{user `mirror_directory`}}/{{user `iso_name`}}", - "output_directory": "../builds/packer-{{user `template`}}-parallels", - "parallels_tools_flavor": "lin", - "prlctl": [ - [ - "set", - "{{.Name}}", - "--memsize", - "{{ user `memory` }}" - ], - [ - "set", - "{{.Name}}", - "--cpus", - "{{ user `cpus` }}" - ] - ], - "prlctl_version_file": ".prlctl_version", - "shutdown_command": "echo 'vagrant' | sudo -S shutdown -P now", - "ssh_password": "vagrant", - "ssh_port": 22, - "ssh_username": "vagrant", - "ssh_wait_timeout": "10000s", - "type": "parallels-iso", - "vm_name": "{{ user `template` }}" - }, - { - "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", - " grub-installer/bootdev=/dev/vda", - " noapic", - " preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{user `preseed_path`}}", - " -- ", - "" - ], - "boot_wait": "10s", - "disk_size": "{{user `disk_size`}}", - "headless": "{{ user `headless` }}", - "http_directory": "http", - "iso_checksum": "{{user `iso_checksum`}}", - "iso_checksum_type": "{{user `iso_checksum_type`}}", - "iso_url": "{{user `mirror`}}/{{user `mirror_directory`}}/{{user `iso_name`}}", - "output_directory": "../builds/packer-{{user `template`}}-qemu", - "shutdown_command": "echo 'vagrant' | sudo -S shutdown -P now", - "ssh_password": "vagrant", - "ssh_port": 22, - "ssh_username": "vagrant", - "ssh_wait_timeout": "10000s", - "type": "qemu", - "vm_name": "{{ user `template` }}", - "qemuargs": [ - [ - "-m", - "{{ user `memory` }}M" - ], - [ - "-smp", - "{{ user `cpus` }}" - ] - ] - }, - { - "boot_command": [ - "", - "set gfxpayload=1024x768", - "linux /install/vmlinuz ", - "preseed/url=http://{{.HTTPIP}}:{{.HTTPPort}}/preseed-hyperv.cfg ", - "debian-installer=en_US auto locale=en_US kbd-chooser/method=us ", - "hostname={{.Name}} ", - "fb=false debconf/frontend=noninteractive ", - "keyboard-configuration/modelcode=SKIP keyboard-configuration/layout=USA ", - "keyboard-configuration/variant=USA console-setup/ask_detect=false ", - "initrd /install/initrd.gz", - "boot" - ], - "boot_wait": "10s", - "communicator": "ssh", - "cpu": "{{ user `cpus` }}", - "disk_size": "{{user `disk_size`}}", - "enable_secure_boot": false, - "generation": "{{user `hyperv_generation`}}", - "http_directory": "http", - "iso_checksum": "{{user `iso_checksum`}}", - "iso_checksum_type": "{{user `iso_checksum_type`}}", - "iso_url": "{{user `mirror`}}/{{user `mirror_directory`}}/{{user `iso_name`}}", - "output_directory": "../builds/packer-{{user `template`}}-hyperv", - "ram_size": "{{user `memory`}}", - "shutdown_command": "echo 'vagrant' | sudo -S shutdown -P now", - "ssh_password": "vagrant", - "ssh_port": 22, - "ssh_timeout": "10000s", - "ssh_username": "vagrant", - "switch_name": "{{user `hyperv_switch`}}", - "type": "hyperv-iso", - "vm_name": "{{ user `template` }}" - } - ], - "post-processors": [ - { - "output": "../builds/{{user `box_basename`}}.{{.Provider}}.box", - "type": "vagrant" - } - ], - "provisioners": [ - { - "environment_vars": [ - "HOME_DIR=/home/vagrant", - "http_proxy={{user `http_proxy`}}", - "https_proxy={{user `https_proxy`}}", - "no_proxy={{user `no_proxy`}}" - ], - "execute_command": "echo 'vagrant' | {{.Vars}} sudo -S -E sh -eux '{{.Path}}'", - "expect_disconnect": true, - "scripts": [ - "scripts/update.sh", - "../_common/sshd.sh", - "scripts/networking.sh", - "scripts/sudoers.sh", - "scripts/vagrant.sh", - "../_common/virtualbox.sh", - "scripts/vmware.sh", - "../_common/parallels.sh", - "scripts/hyperv.sh", - "scripts/cleanup.sh", - "../_common/minimize.sh" - ], - "type": "shell" - } - ], - "variables": { - "box_basename": "ubuntu-17.10", - "build_timestamp": "{{isotime \"20060102150405\"}}", - "cpus": "1", - "disk_size": "65536", - "git_revision": "__unknown_git_revision__", - "headless": "", - "http_proxy": "{{env `http_proxy`}}", - "https_proxy": "{{env `https_proxy`}}", - "hyperv_generation": "2", - "hyperv_switch": "{{env `hyperv_switch`}}", - "iso_checksum": "8ff73f1b622276758475c3bd5190b382774626de5a82c50930519381f6c3a3f8", - "iso_checksum_type": "sha256", - "iso_name": "ubuntu-17.10.1-server-amd64.iso", - "memory": "1024", - "mirror": "http://releases.ubuntu.com", - "mirror_directory": "17.10", - "name": "ubuntu-17.10", - "no_proxy": "{{env `no_proxy`}}", - "preseed_path": "preseed.cfg", - "template": "ubuntu-17.10-amd64", - "version": "TIMESTAMP" - } -} diff --git a/ubuntu/ubuntu-17.10-i386.json b/ubuntu/ubuntu-17.10-i386.json deleted file mode 100644 index 689ddb98b..000000000 --- a/ubuntu/ubuntu-17.10-i386.json +++ /dev/null @@ -1,277 +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", - " grub-installer/bootdev=/dev/sda ", - " noapic", - " preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{user `preseed_path`}}", - " -- ", - "" - ], - "boot_wait": "10s", - "disk_size": "{{user `disk_size`}}", - "guest_additions_path": "VBoxGuestAdditions_{{.Version}}.iso", - "guest_os_type": "Ubuntu", - "hard_drive_interface": "sata", - "headless": "{{ user `headless` }}", - "http_directory": "http", - "iso_checksum": "{{user `iso_checksum`}}", - "iso_checksum_type": "{{user `iso_checksum_type`}}", - "iso_url": "{{user `mirror`}}/{{user `mirror_directory`}}/{{user `iso_name`}}", - "output_directory": "../builds/packer-{{user `template`}}-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", - "{{ user `memory` }}" - ], - [ - "modifyvm", - "{{.Name}}", - "--cpus", - "{{ user `cpus` }}" - ] - ], - "virtualbox_version_file": ".vbox_version", - "vm_name": "{{ user `template` }}" - }, - { - "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", - " grub-installer/bootdev=/dev/sda ", - " noapic", - " preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{user `preseed_path`}}", - " -- ", - "" - ], - "boot_wait": "10s", - "disk_size": "{{user `disk_size`}}", - "guest_os_type": "ubuntu", - "headless": "{{ user `headless` }}", - "http_directory": "http", - "iso_checksum": "{{user `iso_checksum`}}", - "iso_checksum_type": "{{user `iso_checksum_type`}}", - "iso_url": "{{user `mirror`}}/{{user `mirror_directory`}}/{{user `iso_name`}}", - "output_directory": "../builds/packer-{{user `template`}}-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": "{{ user `template` }}", - "vmx_data": { - "cpuid.coresPerSocket": "1", - "ethernet0.pciSlotNumber": "32", - "memsize": "{{ user `memory` }}", - "numvcpus": "{{ user `cpus` }}" - }, - "vmx_remove_ethernet_interfaces": true - }, - { - "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", - " grub-installer/bootdev=/dev/sda ", - " noapic", - " preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{user `preseed_path`}}", - " -- ", - "" - ], - "boot_wait": "10s", - "disk_size": "{{user `disk_size`}}", - "guest_os_type": "ubuntu", - "http_directory": "http", - "iso_checksum": "{{user `iso_checksum`}}", - "iso_checksum_type": "{{user `iso_checksum_type`}}", - "iso_url": "{{user `mirror`}}/{{user `mirror_directory`}}/{{user `iso_name`}}", - "output_directory": "../builds/packer-{{user `template`}}-parallels", - "parallels_tools_flavor": "lin", - "prlctl": [ - [ - "set", - "{{.Name}}", - "--memsize", - "{{ user `memory` }}" - ], - [ - "set", - "{{.Name}}", - "--cpus", - "{{ user `cpus` }}" - ] - ], - "prlctl_version_file": ".prlctl_version", - "shutdown_command": "echo 'vagrant' | sudo -S shutdown -P now", - "ssh_password": "vagrant", - "ssh_port": 22, - "ssh_username": "vagrant", - "ssh_wait_timeout": "10000s", - "type": "parallels-iso", - "vm_name": "{{ user `template` }}" - }, - { - "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", - " grub-installer/bootdev=/dev/vda ", - " noapic", - " preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{user `preseed_path`}}", - " -- ", - "" - ], - "boot_wait": "10s", - "disk_size": "{{user `disk_size`}}", - "headless": "{{ user `headless` }}", - "http_directory": "http", - "iso_checksum": "{{user `iso_checksum`}}", - "iso_checksum_type": "{{user `iso_checksum_type`}}", - "iso_url": "{{user `mirror`}}/{{user `mirror_directory`}}/{{user `iso_name`}}", - "output_directory": "../builds/packer-{{user `template`}}-qemu", - "shutdown_command": "echo 'vagrant' | sudo -S shutdown -P now", - "ssh_password": "vagrant", - "ssh_port": 22, - "ssh_username": "vagrant", - "ssh_wait_timeout": "10000s", - "type": "qemu", - "vm_name": "{{ user `template` }}", - "qemuargs": [ - [ - "-m", - "{{ user `memory` }}M" - ], - [ - "-smp", - "{{ user `cpus` }}" - ] - ] - } - ], - "post-processors": [ - { - "output": "../builds/{{user `box_basename`}}.{{.Provider}}.box", - "type": "vagrant" - } - ], - "provisioners": [ - { - "environment_vars": [ - "HOME_DIR=/home/vagrant", - "http_proxy={{user `http_proxy`}}", - "https_proxy={{user `https_proxy`}}", - "no_proxy={{user `no_proxy`}}" - ], - "execute_command": "echo 'vagrant' | {{.Vars}} sudo -S -E sh -eux '{{.Path}}'", - "expect_disconnect": true, - "scripts": [ - "scripts/update.sh", - "../_common/sshd.sh", - "scripts/networking.sh", - "scripts/sudoers.sh", - "scripts/vagrant.sh", - "../_common/virtualbox.sh", - "scripts/vmware.sh", - "../_common/parallels.sh", - "scripts/cleanup.sh", - "../_common/minimize.sh" - ], - "type": "shell" - } - ], - "variables": { - "box_basename": "ubuntu-17.10-i386", - "build_timestamp": "{{isotime \"20060102150405\"}}", - "cpus": "1", - "disk_size": "65536", - "git_revision": "__unknown_git_revision__", - "headless": "", - "http_proxy": "{{env `http_proxy`}}", - "https_proxy": "{{env `https_proxy`}}", - "iso_checksum": "eb921425349d2a51f90edc3977f83fb6fd8aed082b31515f1bde00d46b260492", - "iso_checksum_type": "sha256", - "iso_name": "ubuntu-17.10.1-server-i386.iso", - "memory": "1024", - "mirror": "http://releases.ubuntu.com", - "mirror_directory": "17.10", - "name": "ubuntu-17.10-i386", - "no_proxy": "{{env `no_proxy`}}", - "preseed_path": "preseed.cfg", - "template": "ubuntu-17.10-i386", - "version": "TIMESTAMP" - } -}