summaryrefslogtreecommitdiff
path: root/tests/integration_tests/test_shell_script_by_frequency.py
Commit message (Collapse)AuthorAgeFilesLines
* integration tests: fix Azure failures (#1269)James Falcon2022-02-151-1/+1
|
* Shell script handlers by freq (#1166)Chris Lalos2022-02-101-0/+48
Handlers for per-boot/per-instance/per-once multipart MIME Add handlers for adding scripts to userdata that can be run at various frequencies. Scripts of type x-shellscript-per-boot, x-shellscript-per-instance, or x-shellscript-per-once can be added to a multipart MIME userdata message as part of instance userdata. These scripts will then be added to the appropriate per-boot, per-instance, or per-once directory in /var/lib/cloud/scripts/ during processing of userdata.