khos2ow commented on a change in pull request #2747: systemvm: Update ISO URLs
to the latest
URL: https://github.com/apache/cloudstack/pull/2747#discussion_r205508736
##########
File path: tools/appliance/builtin/template.json
##########
@@ -23,8 +23,8 @@
"disk_interface": "virtio",
"net_device": "virtio-net",
- "iso_url":
"http://mirror.nbrc.ac.in/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1708.iso",
- "iso_checksum": "5848f2fd31c7acf3811ad88eaca6f4aa",
+ "iso_url":
"http://mirror.nbrc.ac.in/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1808.iso",
Review comment:
the checksum is _correct_ and based on the official repo sha1 hash, but
either the type needs to be changed from `md5` to `sha1` or manually calculate
the checksum based on `md5`. We can follow the discussion in #2775
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services