Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,12 @@ private void updateSystemVmTemplates(final Connection conn) {

final Map<Hypervisor.HypervisorType, String> newTemplateChecksum = new HashMap<Hypervisor.HypervisorType, String>() {
{
put(Hypervisor.HypervisorType.KVM, "d15ed159be32151b07e3211caf9cb802");
put(Hypervisor.HypervisorType.XenServer, "fcaf1abc9aa62e7ed75f62b3092a01a2");
put(Hypervisor.HypervisorType.VMware, "eb39f8b5a556dfc93c6be23ae45f34e1");
put(Hypervisor.HypervisorType.Hyperv, "b4e91c14958e0fca9470695b0be05f99");
put(Hypervisor.HypervisorType.LXC, "d15ed159be32151b07e3211caf9cb802");
put(Hypervisor.HypervisorType.Ovm3, "1f97f4beb30af8cda886f1e977514704");
put(Hypervisor.HypervisorType.KVM, "4978e6e6140d167556f201496549a498");
put(Hypervisor.HypervisorType.XenServer, "2e3078de2ccce760d537e06fd9b4c7c7");
put(Hypervisor.HypervisorType.VMware, "33cad72f858aef11c95df486b0f21938");
put(Hypervisor.HypervisorType.Hyperv, "cf58913fb5cc830749760895dc9f406f");
put(Hypervisor.HypervisorType.LXC, "4978e6e6140d167556f201496549a498");
put(Hypervisor.HypervisorType.Ovm3, "3b8df36a9dc8b87ae3892da61d8e2679");
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM based on http://download.cloudstack.org/systemvm/4.14/md5sum.txt

cf58913fb5cc830749760895dc9f406f  systemvmtemplate-4.14.0-hyperv.vhd.zip
4978e6e6140d167556f201496549a498  systemvmtemplate-4.14.0-kvm.qcow2.bz2
3b8df36a9dc8b87ae3892da61d8e2679  systemvmtemplate-4.14.0-ovm.raw.bz2
33cad72f858aef11c95df486b0f21938  systemvmtemplate-4.14.0-vmware.ova
2e3078de2ccce760d537e06fd9b4c7c7  systemvmtemplate-4.14.0-xen.vhd.bz2

}
};

Expand Down