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

rohit pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


    from 0926e5c15a9 Merge remote-tracking branch 'apache/4.19'
     add 87284f03f08 Upgrade to JRE17 and Upgrade System VMs/VRs to Python3 and 
Debian 12 (#8497)

No new revisions were added by this update.

Summary of changes:
 INSTALL.md                                         |   2 +-
 debian/control                                     |   6 +-
 engine/api/pom.xml                                 |   2 +-
 engine/schema/pom.xml                              |   6 +-
 .../resources/META-INF/db/schema-41900to42000.sql  |   6 +
 framework/rest/pom.xml                             |   2 +-
 packaging/centos8/cloud.spec                       |  10 +-
 packaging/systemd/cloudstack-management.default    |   4 +-
 packaging/systemd/cloudstack-usage.default         |   2 +-
 plugins/hypervisors/baremetal/pom.xml              |   2 +-
 .../LibvirtPatchSystemVmCommandWrapper.java        |   1 +
 .../version/KubernetesVersionManagerImpl.java      |   4 +-
 .../network/lb/InternalLoadBalancerVMManager.java  |   2 +-
 pom.xml                                            |   7 +-
 scripts/installer/cloudstack-help-text             |   6 +
 .../main/java/com/cloud/configuration/Config.java  |   4 +-
 .../noVNC/keymaps/generate-language-keymaps.py     |   2 +-
 systemvm/agent/packages/packages.ini               |  11 ++
 .../packages/python-is-python3_3.9.2-1_all.deb     | Bin 0 -> 2800 bytes
 .../packages/python3-netaddr_0.7.19-5_all.deb      | Bin 0 -> 253016 bytes
 systemvm/debian/etc/apache2/vhost.template         |   2 +-
 systemvm/debian/opt/cloud/bin/baremetal-vr.py      |   4 +-
 systemvm/debian/opt/cloud/bin/configure.py         | 106 +++++++++--------
 systemvm/debian/opt/cloud/bin/cs/CsAddress.py      |  30 ++---
 systemvm/debian/opt/cloud/bin/cs/CsApp.py          |   4 +-
 systemvm/debian/opt/cloud/bin/cs/CsConfig.py       |   4 +-
 systemvm/debian/opt/cloud/bin/cs/CsDatabag.py      |  10 +-
 systemvm/debian/opt/cloud/bin/cs/CsDhcp.py         |   4 +-
 systemvm/debian/opt/cloud/bin/cs/CsFile.py         |   4 +-
 systemvm/debian/opt/cloud/bin/cs/CsGuestNetwork.py |   4 +-
 systemvm/debian/opt/cloud/bin/cs/CsHelper.py       |  10 +-
 systemvm/debian/opt/cloud/bin/cs/CsLoadBalancer.py |  10 +-
 systemvm/debian/opt/cloud/bin/cs/CsMonitor.py      |   2 +-
 systemvm/debian/opt/cloud/bin/cs/CsNetfilter.py    |  47 ++++----
 systemvm/debian/opt/cloud/bin/cs/CsProcess.py      |   2 +-
 systemvm/debian/opt/cloud/bin/cs/CsRedundant.py    |  19 ++-
 systemvm/debian/opt/cloud/bin/cs/CsRoute.py        |   2 +-
 systemvm/debian/opt/cloud/bin/cs/CsRule.py         |   2 +-
 systemvm/debian/opt/cloud/bin/cs/CsStaticRoutes.py |   4 +-
 .../debian/opt/cloud/bin/cs/CsVpcGuestNetwork.py   |  17 +--
 systemvm/debian/opt/cloud/bin/cs_dhcp.py           |   6 +-
 systemvm/debian/opt/cloud/bin/cs_firewallrules.py  |   6 +-
 .../debian/opt/cloud/bin/cs_forwardingrules.py     |   8 +-
 systemvm/debian/opt/cloud/bin/cs_guestnetwork.py   |   8 +-
 systemvm/debian/opt/cloud/bin/cs_ip.py             |   2 +-
 .../debian/opt/cloud/bin/cs_remoteaccessvpn.py     |   4 +-
 systemvm/debian/opt/cloud/bin/cs_site2sitevpn.py   |   4 +-
 systemvm/debian/opt/cloud/bin/cs_vpnusers.py       |  12 +-
 systemvm/debian/opt/cloud/bin/diagnostics.py       |   4 +-
 .../opt/cloud/bin/filesystem_writable_check.py     |   6 +-
 .../debian/opt/cloud/bin/get_diagnostics_files.py  |   8 +-
 systemvm/debian/opt/cloud/bin/merge.py             |   8 +-
 systemvm/debian/opt/cloud/bin/passwd_server_ip.py  |  18 +--
 systemvm/debian/opt/cloud/bin/setup/cksnode.sh     |   1 +
 .../debian/opt/cloud/bin/setup/consoleproxy.sh     |   2 +
 systemvm/debian/opt/cloud/bin/setup/dhcpsrvr.sh    |   1 +
 systemvm/debian/opt/cloud/bin/setup/elbvm.sh       |   1 +
 systemvm/debian/opt/cloud/bin/setup/ilbvm.sh       |   1 +
 systemvm/debian/opt/cloud/bin/setup/patch.sh       | 128 +++++++++++++++++++++
 systemvm/debian/opt/cloud/bin/setup/router.sh      |   1 +
 systemvm/debian/opt/cloud/bin/setup/secstorage.sh  |   2 +
 systemvm/debian/opt/cloud/bin/setup/vpcrouter.sh   |   1 +
 systemvm/debian/opt/cloud/bin/update_config.py     |   2 +-
 systemvm/debian/opt/cloud/bin/vmdata.py            |  25 ++--
 .../debian/root/health_checks/cpu_usage_check.py   |  14 +--
 systemvm/debian/root/health_checks/dhcp_check.py   |   6 +-
 .../debian/root/health_checks/disk_space_check.py  |   6 +-
 systemvm/debian/root/health_checks/dns_check.py    |   6 +-
 .../debian/root/health_checks/gateways_check.py    |   8 +-
 .../debian/root/health_checks/haproxy_check.py     |  22 ++--
 .../debian/root/health_checks/iptables_check.py    |   8 +-
 .../root/health_checks/memory_usage_check.py       |  16 +--
 .../root/health_checks/router_version_check.py     |  20 ++--
 .../debian/root/health_checks/utility/__init__.py  |   2 +-
 systemvm/debian/root/monitorServices.py            |  16 +--
 systemvm/patch-sysvms.sh                           |  16 ++-
 systemvm/systemvm-agent-descriptor.xml             |   7 ++
 .../health_checks/utility => test}/__init__.py     |   5 +-
 systemvm/test/runtests.sh                          |   2 +-
 test/integration/smoke/test_network_ipv6.py        |   9 +-
 test/integration/smoke/test_routers.py             |  79 ++++++++++++-
 test/integration/smoke/test_routers_network_ops.py |  32 +++---
 test/integration/smoke/test_vpc_ipv6.py            |   5 +-
 test/integration/smoke/test_vpc_vpn.py             |   2 +-
 tools/appliance/systemvmtemplate/http/preseed.cfg  |   2 +-
 .../systemvmtemplate/scripts/apt_upgrade.sh        |   4 +-
 .../scripts/configure_systemvm_services.sh         |   2 +-
 .../scripts/install_systemvm_packages.sh           |  18 ++-
 tools/appliance/systemvmtemplate/template.json     |   4 +-
 vmware-base/pom.xml                                |  10 ++
 90 files changed, 613 insertions(+), 333 deletions(-)
 create mode 100644 systemvm/agent/packages/packages.ini
 create mode 100644 systemvm/agent/packages/python-is-python3_3.9.2-1_all.deb
 create mode 100644 systemvm/agent/packages/python3-netaddr_0.7.19-5_all.deb
 create mode 100755 systemvm/debian/opt/cloud/bin/setup/patch.sh
 copy systemvm/{debian/root/health_checks/utility => test}/__init__.py (87%)
 mode change 100644 => 100755

Reply via email to