Hi,
I am using the vsphere-clone builder.
I have 2 build sources one for an app and another for a database.
I am not running any provisioner on the database VM, only on the app VM.
The provisioner that runs on the app VM needs to execute some commands on the database VM via remote mysql connection.
The problem is that due to the fact that no work is being done on the database VM - I have assigned it the none
communicator and as a result the DB VM is immediately turned off and saved as a template.
How should I keep the DB VM on until the provisioner is finished on the app VM ?