This is an automated email from the ASF dual-hosted git repository.

weizhou pushed a commit to branch 4.18
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.18 by this push:
     new 29c7b3167eb cloudstack: bump to use 4.18.1.0 systemvmtemplate (#7828)
29c7b3167eb is described below

commit 29c7b3167eb62d7290a9e7ac51d1dada878620a4
Author: Rohit Yadav <[email protected]>
AuthorDate: Fri Aug 11 11:08:47 2023 +0530

    cloudstack: bump to use 4.18.1.0 systemvmtemplate (#7828)
    
    * cloudstack: bump to use 4.18.1.0 systemvmtemplate
    
    Use new 4.18.1.0 systemvmtemplate
    
    Signed-off-by: Rohit Yadav <[email protected]>
    
    * fix cd ISO url
    
    Signed-off-by: Rohit Yadav <[email protected]>
    
    ---------
    
    Signed-off-by: Rohit Yadav <[email protected]>
---
 pom.xml                                                                 | 2 +-
 tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh | 2 +-
 tools/appliance/systemvmtemplate/template.json                          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f9be3ab98a2..bdddcd5be6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         
<project.systemvm.template.location>https://download.cloudstack.org/systemvm</project.systemvm.template.location>
-        
<project.systemvm.template.version>4.18.0.0</project.systemvm.template.version>
+        
<project.systemvm.template.version>4.18.1.0</project.systemvm.template.version>
         <sonar.organization>apache</sonar.organization>
         <sonar.host.url>https://sonarcloud.io</sonar.host.url>
 
diff --git 
a/tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh 
b/tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh
index d1cfb4661fc..f80d62f7a1e 100644
--- a/tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh
+++ b/tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh
@@ -19,7 +19,7 @@
 set -e
 set -x
 
-CLOUDSTACK_RELEASE=4.18.0
+CLOUDSTACK_RELEASE=4.18.1
 
 function configure_apache2() {
    # Enable ssl, rewrite and auth
diff --git a/tools/appliance/systemvmtemplate/template.json 
b/tools/appliance/systemvmtemplate/template.json
index 21a74b83494..b9d36324dce 100644
--- a/tools/appliance/systemvmtemplate/template.json
+++ b/tools/appliance/systemvmtemplate/template.json
@@ -28,7 +28,7 @@
       "headless": true,
       "http_directory": "http",
       "iso_checksum": 
"sha512:4460ef6470f6d8ae193c268e213d33a6a5a0da90c2d30c1024784faa4e4473f0c9b546a41e2d34c43fbbd43542ae4fb93cfd5cb6ac9b88a476f1a6877c478674",
-      "iso_url": 
"https://cdimage.debian.org/debian-cd/11.7.0/amd64/iso-cd/debian-11.7.0-amd64-netinst.iso";,
+      "iso_url": 
"https://cdimage.debian.org/mirror/cdimage/archive/11.7.0/amd64/iso-cd/debian-11.7.0-amd64-netinst.iso";,
       "net_device": "virtio-net",
       "output_directory": "../dist",
       "qemuargs": [

Reply via email to