This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/master by this push:
new 42e3b11 systemvmtemplate: update to Debian 10.9 (#5038)
42e3b11 is described below
commit 42e3b115790a093edecfb1173eebaaedbfcfa123
Author: Rohit Yadav <[email protected]>
AuthorDate: Wed May 26 15:06:58 2021 +0530
systemvmtemplate: update to Debian 10.9 (#5038)
Update package ISO to Debian 10.9
Signed-off-by: Rohit Yadav <[email protected]>
---
tools/appliance/systemvmtemplate/scripts/install_systemvm_packages.sh | 4 ++--
tools/appliance/systemvmtemplate/template.json | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/tools/appliance/systemvmtemplate/scripts/install_systemvm_packages.sh
b/tools/appliance/systemvmtemplate/scripts/install_systemvm_packages.sh
index 2e788f3..82d08ce 100644
--- a/tools/appliance/systemvmtemplate/scripts/install_systemvm_packages.sh
+++ b/tools/appliance/systemvmtemplate/scripts/install_systemvm_packages.sh
@@ -22,7 +22,7 @@ set -x
function install_vhd_util() {
[[ -f /bin/vhd-util ]] && return
- wget --no-check-certificate
https://github.com/rhtyd/cloudstack-nonoss/raw/master/vhd-util -O /bin/vhd-util
+ wget --no-check-certificate
https://github.com/shapeblue/cloudstack-nonoss/raw/master/vhd-util -O
/bin/vhd-util
chmod a+x /bin/vhd-util
}
@@ -68,7 +68,7 @@ function install_packages() {
haproxy \
haveged \
radvd \
- sharutils genisoimage aria2 \
+ sharutils genisoimage \
strongswan libcharon-extra-plugins libstrongswan-extra-plugins
strongswan-charon strongswan-starter \
virt-what open-vm-tools qemu-guest-agent hyperv-daemons
diff --git a/tools/appliance/systemvmtemplate/template.json
b/tools/appliance/systemvmtemplate/template.json
index 8f19951..5ec5f35 100644
--- a/tools/appliance/systemvmtemplate/template.json
+++ b/tools/appliance/systemvmtemplate/template.json
@@ -36,8 +36,8 @@
"disk_size": 2500,
"disk_interface": "virtio",
"net_device": "virtio-net",
- "iso_url":
"https://cdimage.debian.org/debian-cd/10.8.0/amd64/iso-cd/debian-10.8.0-amd64-netinst.iso",
- "iso_checksum":
"934336d266535c91fcd12cd122c81f8261721efa117fdcb9a31615caa96c5c5ce3454ed5f28f1b25a7b1b5f44631fdfa78a93adb6445e2e2caaf6455ab344cf8",
+ "iso_url":
"https://cdimage.debian.org/debian-cd/10.9.0/amd64/iso-cd/debian-10.9.0-amd64-netinst.iso",
+ "iso_checksum":
"47d35187b4903e803209959434fb8b65ead3ad2a8f007eef1c3d3284f356ab9955aa7e15e24cb7af6a3859aa66837f5fa2e7441f936496ea447904f7dddfdc20",
"iso_checksum_type": "sha512",
"output_directory": "../dist",
"http_directory": "http",