weizhouapache commented on code in PR #8497:
URL: https://github.com/apache/cloudstack/pull/8497#discussion_r1482701077


##########
tools/appliance/systemvmtemplate/template.json:
##########
@@ -27,8 +27,8 @@
       "format": "qcow2",
       "headless": true,
       "http_directory": "http",
-      "iso_checksum": 
"sha512:da7e7867ed043b784f5ae7e4adaaf4f023b5235f0fa2ead1279dc93f74bc17801ed906d330e3cd68ee8d3e96b697d21d23cfe2b755f5a9eb555bd5390a8c4dac",
-      "iso_url": 
"https://cdimage.debian.org/mirror/cdimage/archive/11.8.0/amd64/iso-cd/debian-11.8.0-amd64-netinst.iso";,
+      "iso_checksum": 
"sha512:0262488ce2cec6d95a6c9002cfba8b81ac0d1c29fe7993aa5af30f81cecad3eb66558b9d8689a86b57bf12b8cbeab1e11d128a53356b288d48e339bb003dace5",
+      "iso_url": 
"https://cdimage.debian.org/mirror/cdimage/release/12.4.0/amd64/iso-cd/debian-12.4.0-amd64-netinst.iso";,

Review Comment:
   ISO/packages have been uploaded to cloudstack.apt-get.eu
   need some time for cdn77 to sync to download.cloudstack.org
   cc @wido 



##########
server/src/main/java/com/cloud/configuration/Config.java:
##########
@@ -1291,7 +1291,7 @@ public enum Config {
             "The allowable clock difference in milliseconds between when an 
SSO login request is made and when it is received.",
             null),
     //NetworkType("Hidden", ManagementServer.class, String.class, 
"network.type", "vlan", "The type of network that this deployment will use.", 
"vlan,direct"),
-    RouterRamSize("Hidden", NetworkOrchestrationService.class, Integer.class, 
"router.ram.size", "256", "Default RAM for router VM (in MB).", null),
+    RouterRamSize("Hidden", NetworkOrchestrationService.class, Integer.class, 
"router.ram.size", "512", "Default RAM for router VM (in MB).", null),

Review Comment:
   done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to