cloudstack/test/integration
Vishesh d2615bb142
Add support for providing userdata to system VMs (#11654)
This PR adds support for specifying user data (cloud-init) for system VMs via Zone Scoped global settings. This allows the operators to customize the System VMs and setup monitoring, logging or execute any custom commands.

We set the user data from the global setting in /var/cache/cloud/cmdline, and use the NoCloud datasource to process user data. cloud-init service is still disabled in the system VMs and it's executed as part of the cloud-postinit service which executes the postinit.sh script.

Added global settings:
systemvm.userdata.enabled - Disabled by default. Needs to be enabled to utilize the feature.
console.proxy.vm.userdata - UUID of the User data to be used for Console Proxy
secstorage.vm.userdata - UUID of the User data to be used for Secondary Storage VM
virtual.router.userdata - UUID of the User data to be used for Virtual Routers
2025-10-08 10:44:26 +05:30
..
broken misc: fix spelling (#7206) 2023-05-23 11:06:16 +05:30
component schema,framework/db,server: fix user_vm_details usage (#11292) 2025-07-26 12:24:05 +05:30
plugins Support of snapshot copy to primary storage in different zones. (#9478) 2025-08-04 16:35:16 +05:30
smoke Add support for providing userdata to system VMs (#11654) 2025-10-08 10:44:26 +05:30
testpaths pre-commit: enable Python flake8 rule `E272` (#9361) 2024-07-10 09:17:25 +02:00
__init__.py Add Python flake8 linting for W291 trailing whitespace with Super-Linter (#4687) 2022-03-28 11:40:26 -03:00