Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-16 | VMWare: Trigger the post customization script via cc_scripts module. | Xiaofeng Wang | |
cloud-init does not trigger reboots of a VM therefore adding custom scripts to rc.local does not execute the post scripts. This patch moves post-scripts into per-instance scripts dir and has cc_scripts module run the post-scripts. Also in this branch: - Remove the sh interpreter and execute the customization script directly. - Update the unit test. LP: #1833192 | |||
2017-12-08 | VMware: Support for user provided pre and post-customization scripts | Maitreyee Saikia | |
In the VMware customization workflow, we have some options for the user to upload scripts for additional customization. Based on user request, those custom scripts can be either run before regular customization or after. For post customization scripts, we decide whether to run the scripts just after customization or post system reboot. |