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/centos/listmaker/centos-7.3-1611.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/centos/listmaker/centos-7.3-1611.json')
-rw-r--r-- | resources/tools/disk-image-builder/centos/listmaker/centos-7.3-1611.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/tools/disk-image-builder/centos/listmaker/centos-7.3-1611.json b/resources/tools/disk-image-builder/centos/listmaker/centos-7.3-1611.json index 7504ca9941..cdaf9021da 100644 --- a/resources/tools/disk-image-builder/centos/listmaker/centos-7.3-1611.json +++ b/resources/tools/disk-image-builder/centos/listmaker/centos-7.3-1611.json @@ -1,6 +1,6 @@ { - "_c": "Centos7 ISO URL at the time of creation of this file (12/2016)", - "_c": "http://centos.chicago.waneq.com/7/isos/x86_64/CentOS-7-x86_64-Minimal-1611.iso", + "_c": "Centos7 ISO URL at the time of creation of this file (8/2017)", + "_c": "http://buildlogs.centos.org/rolling/7/isos/x86_64/CentOS-7-x86_64-Minimal.iso", "_c": "", "variables": { "release": null, @@ -13,8 +13,8 @@ { "name": "{{user `release`}}", "type": "qemu", - "iso_url": "http://centos.chicago.waneq.com/7/isos/x86_64/CentOS-7-x86_64-Minimal-1611.iso", - "iso_checksum": "71a7aa147877b413497cdff5b1e0aa5bc0c9484f", + "iso_url": "http://buildlogs.centos.org/rolling/7/isos/x86_64/CentOS-7-x86_64-Minimal.iso", + "iso_checksum": "c93c4a9755ebff419ac0a4d5052ed1f8b6fb84f9", "iso_checksum_type": "sha1", "output_directory": "{{user `outputdir`}}", "ssh_username": "root", |