From: Anil Belur Date: Tue, 4 Jun 2019 03:42:36 +0000 (+1000) Subject: Remove Ubuntu 14.04 templates and packer jobs X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=releng%2Fbuilder.git;a=commitdiff_plain;h=7d9ea6fb98995be5d0a84ec6eed7bfc614b9b6a7 Remove Ubuntu 14.04 templates and packer jobs Ubuntu 14.04 is EOL-ed and no longer supported. Change-Id: Ib85a6a76dc5acaa9a66b3b2d32d259cf89193949 Signed-off-by: Anil Belur --- diff --git a/jjb/releng-packer-jobs.yaml b/jjb/releng-packer-jobs.yaml index 8088d22df..8f061f9e8 100644 --- a/jjb/releng-packer-jobs.yaml +++ b/jjb/releng-packer-jobs.yaml @@ -110,7 +110,6 @@ cron: '00 H 1 * *' platforms: - - ubuntu-14.04 - ubuntu-16.04 - ubuntu-18.04: disable-job: true diff --git a/packer/vars/ubuntu-14.04.json b/packer/vars/ubuntu-14.04.json deleted file mode 100644 index ffee4da39..000000000 --- a/packer/vars/ubuntu-14.04.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "base_image": "Ubuntu 14.04.5 LTS (2017-12-05) - LF upload", - "distro": "Ubuntu 14.04", - "ssh_user": "ubuntu", - "cloud_user_data": "provision/null_data.sh" -}