Hi expert,
If some patches of OS for security vulnerablity are released, the blueprint architect need to update the VM template for blueprints.
I think we have to follow the step written below:
1. reconvert the template to VM
2. power on VM
3. apply the patch to VM (Sometimes we have to pay attention to the library dependency.)
4. shutdown VM
5. convert the VM to template
Updating template can be painful task so it really helpful if I can automate this from handring template to applying the patch.
Is there any good idea to solve this? How does vRA user reflect the frequent patch release to the vRA blueprint?
I would like to know whether we can use useful tools or need to write scripts.