From bf46bcd0db5a35ce49e3b55e567fc83be37abd32 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Fri, 28 Jul 2017 13:47:49 +0200 Subject: CSIT-727 Add the tcpdump application into the VIRL image - Reqested by TLDK Change-Id: Iac94a946005fe2e919334309c77b8774af1a1573 Signed-off-by: Peter Mikus --- .../tools/disk-image-builder/centos/centos-7.3-1611.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'resources/tools/disk-image-builder/centos/centos-7.3-1611.json') diff --git a/resources/tools/disk-image-builder/centos/centos-7.3-1611.json b/resources/tools/disk-image-builder/centos/centos-7.3-1611.json index 557efc795e..da22c749d4 100644 --- a/resources/tools/disk-image-builder/centos/centos-7.3-1611.json +++ b/resources/tools/disk-image-builder/centos/centos-7.3-1611.json @@ -1,6 +1,6 @@ { - "_c": "CentOS-7 ISO URL at the time of creation of this file (05/2016)", - "_c": "was http://centos.chicago.waneq.com/7/isos/x86_64/CentOS-7-x86_64-Minimal-1611.iso.", + "_c": "CentOS-7 ISO URL at the time of creation of this file (08/2017)", + "_c": "was http://buildlogs.centos.org/rolling/7/isos/x86_64/CentOS-7-x86_64-Minimal.iso.", "_c": "", "variables": { "release": null, @@ -15,8 +15,8 @@ "name": "{{user `release`}}-virtualbox", "type": "virtualbox-iso", "guest_os_type": "RedHat_64", - "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 `output_dir`}}", "ssh_username": "root", @@ -35,8 +35,8 @@ { "name": "{{user `release`}}-qemu", "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 `output_dir`}}", "ssh_username": "root", -- cgit 1.2.3-korg