X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fdisk-image-builder%2Fcentos%2Fcentos-7.3-1611.json;h=350a0a4c7699555f9b2ce7371a8368101f0b78ea;hb=fc11dba19e92609e0631c567ac25756f0c3697df;hp=da22c749d4cb88320c96834d9abc7931d1e3c935;hpb=bf46bcd0db5a35ce49e3b55e567fc83be37abd32;p=csit.git 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 da22c749d4..350a0a4c76 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 (08/2017)", - "_c": "was http://buildlogs.centos.org/rolling/7/isos/x86_64/CentOS-7-x86_64-Minimal.iso.", + "_c": "Corrected CentOS-7 ISO URL to the iso with matching sha1sum of original iso", + "_c": "to https://buildlogs.centos.org/monthly/7/CentOS-7-x86_64-Minimal-1706-01.iso.", "_c": "", "variables": { "release": null, @@ -15,7 +15,7 @@ "name": "{{user `release`}}-virtualbox", "type": "virtualbox-iso", "guest_os_type": "RedHat_64", - "iso_url": "http://buildlogs.centos.org/rolling/7/isos/x86_64/CentOS-7-x86_64-Minimal.iso", + "iso_url": "https://buildlogs.centos.org/monthly/7/CentOS-7-x86_64-Minimal-1706-01.iso", "iso_checksum": "c93c4a9755ebff419ac0a4d5052ed1f8b6fb84f9", "iso_checksum_type": "sha1", "output_directory": "{{user `output_dir`}}", @@ -35,7 +35,7 @@ { "name": "{{user `release`}}-qemu", "type": "qemu", - "iso_url": "http://buildlogs.centos.org/rolling/7/isos/x86_64/CentOS-7-x86_64-Minimal.iso", + "iso_url": "https://buildlogs.centos.org/monthly/7/CentOS-7-x86_64-Minimal-1706-01.iso", "iso_checksum": "c93c4a9755ebff419ac0a4d5052ed1f8b6fb84f9", "iso_checksum_type": "sha1", "output_directory": "{{user `output_dir`}}", @@ -78,6 +78,10 @@ "only": ["{{user `release`}}-virtualbox"], "script": "scripts-remote/vagrant-guestadditions.sh" }, + { + "type": "shell", + "script": "scripts-remote/disable_ipv6.sh" + }, { "type": "shell", "script": "scripts-remote/cleanup.sh"