diff options
author | Peter Mikus <pmikus@cisco.com> | 2017-07-28 13:47:49 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-08-01 08:28:16 +0000 |
commit | bf46bcd0db5a35ce49e3b55e567fc83be37abd32 (patch) | |
tree | 73ab33efde6b3065a6f27aa4d95d31f65c38bb32 /resources/tools/disk-image-builder/ubuntu/listmaker/ubuntu-16.04.1.json | |
parent | cd21be9e5d7b3e3a88286473500fceb5524a555f (diff) |
CSIT-727 Add the tcpdump application into the VIRL image
- Reqested by TLDK
Change-Id: Iac94a946005fe2e919334309c77b8774af1a1573
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/tools/disk-image-builder/ubuntu/listmaker/ubuntu-16.04.1.json')
-rw-r--r-- | resources/tools/disk-image-builder/ubuntu/listmaker/ubuntu-16.04.1.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/disk-image-builder/ubuntu/listmaker/ubuntu-16.04.1.json b/resources/tools/disk-image-builder/ubuntu/listmaker/ubuntu-16.04.1.json index b648b59fb6..044d1b9a60 100644 --- a/resources/tools/disk-image-builder/ubuntu/listmaker/ubuntu-16.04.1.json +++ b/resources/tools/disk-image-builder/ubuntu/listmaker/ubuntu-16.04.1.json @@ -4,7 +4,7 @@ "_c": "", "_c": "If and when 16.04.1 becomes superseded, this URL will likely change", "_c": "to:", - "_c": "http://old-releases.ubuntu.com/releases/16.04.1/ubuntu-16.04.1-server-amd64.iso", + "_c": "http://old-releases.ubuntu.com/releases/xenial/ubuntu-16.04.1-server-amd64.iso", "variables": { "release": null, "outputdir": null, @@ -15,7 +15,7 @@ { "name": "{{user `release`}}", "type": "qemu", - "iso_url": "http://releases.ubuntu.com/16.04.1/ubuntu-16.04.1-server-amd64.iso", + "iso_url": "http://old-releases.ubuntu.com/releases/xenial/ubuntu-16.04.1-server-amd64.iso", "iso_checksum": "d2d939ca0e65816790375f6826e4032f", "iso_checksum_type": "md5", "ssh_username": "root", |