1 | initial version |
Hello,
In this case, you can use a Heat template. In order to do that, the workflow is: create the Windows image with the cloudbase-init, sysprep it, upload it to Glance, then use Heat to deploy your MSSQL workload.
You can find here a Heat template for MSSQL server:
https://github.com/openstack/heat-templates/tree/master/hot/Windows/MSSQLServer
Thanks.