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/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/centos-7.3-1611.json')
-rw-r--r-- | resources/tools/disk-image-builder/centos/centos-7.3-1611.json | 12 |
1 files changed, 6 insertions, 6 deletions
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", |