Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1.4k
Upgrade to JRE17 and Upgrade System VMs/VRs to Python3 and Debian 12#8497
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
8e9bde1fb0369ff0a3a62c0466e4473bb17a186abdf79ea8bb3cb02db11a229aef1ae85df2e618d7f5df932cd220b34d67a4813229b2b88b80251ccac65561f0cd3721a0170d41e0658e5610fe1333b3cceb89f63bc56068294a2c4383d597178265f5cdc6025ab4abc077a467cd15f9a5f6cf9e98cd4a4b17b9f63331859ddb4e8fa0c178f65f3a8bee6d535aafe748a48c46f676edc0ff96f3a10ff568b867979cd93a5d1f92f4080f29462c7410c2d6a60385c5de66cf348efafa8c54dd8ad9ef982be513958578dd2b471e383cff8da7a1f080d15419747d44cc9a34b83afbb2ce51a640befc7669a2e98f4d8479d1981509df05d030cFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -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.19.0.0</project.systemvm.template.version> | ||||||
| <project.systemvm.template.version>4.20.0.0</project.systemvm.template.version> | ||||||
Contributor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. maybe (pending vote) should we go for
Suggested change
? MemberAuthor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We need to make lots of other changes for 4.20.0 -> 20.0. It can be a separated PR. For now, let it be consistent with the version in pom.xml | ||||||
| <sonar.organization>apache</sonar.organization> | ||||||
| <sonar.host.url>https://sonarcloud.io</sonar.host.url> | ||||||
| @@ -151,7 +151,9 @@ | ||||||
| <cs.maven-javadoc-plugin.version>3.1.1</cs.maven-javadoc-plugin.version> | ||||||
| <cs.javax.annotation.version>1.3.2</cs.javax.annotation.version> | ||||||
| <cs.jaxb.version>2.3.0</cs.jaxb.version> | ||||||
| <cs.jaxws.version>2.3.2-1</cs.jaxws.version> | ||||||
| <cs.jaxb.impl.version>2.3.9</cs.jaxb.impl.version> | ||||||
| <cs.jakarta.xml.bind.version>2.3.3</cs.jakarta.xml.bind.version> | ||||||
| <cs.jaxws.version>2.3.7</cs.jaxws.version> | ||||||
| <cs.jersey-client.version>2.26</cs.jersey-client.version> | ||||||
| <cs.jetty.version>9.4.51.v20230217</cs.jetty.version> | ||||||
| <cs.jetty-maven-plugin.version>9.4.27.v20200227</cs.jetty-maven-plugin.version> | ||||||
| @@ -1040,6 +1042,7 @@ | ||||||
| <exclude>systemvm/agent/js/jquery.js</exclude> | ||||||
| <exclude>systemvm/agent/js/jquery.flot.navigate.js</exclude> | ||||||
| <exclude>systemvm/agent/noVNC/**</exclude> | ||||||
| <exclude>systemvm/agent/packages/**</exclude> | ||||||
| <exclude>systemvm/debian/**</exclude> | ||||||
| <exclude>test/integration/component/test_host_ha.sh</exclude> | ||||||
| <exclude>test/systemvm/README.md</exclude> | ||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -959,7 +959,7 @@ public enum Config { | ||
| ManagementServer.class, | ||
| Integer.class, | ||
| "network.loadbalancer.basiczone.elb.vm.ram.size", | ||
| "128", | ||
| "512", | ||
| "Memory in MB for the elastic load balancer vm", | ||
| null), | ||
| ElasticLoadBalancerVmCpuMhz( | ||
| @@ -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), | ||
weizhouapache marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| DefaultPageSize("Advanced", ManagementServer.class, Long.class, "default.page.size", "500", "Default page size for API list* commands", null), | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| [python-is-python3] | ||
| debian_os=11 | ||
| package_name=python-is-python3 | ||
| file_name=python-is-python3_3.9.2-1_all.deb | ||
| conflicted_packages=python-is-python2 | ||
| [python3-netaddr] | ||
| debian_os=11 | ||
| package_name=python3-netaddr | ||
| file_name=python3-netaddr_0.7.19-5_all.deb | ||
| conflicted_packages= |
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these can be one compound condition
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried it at the beginning, unfortunately it did not work...
It uses XML, not Java.