Add the following to the cloud template if you do not want to customize the guest:
Original Message:
Sent: Oct 18, 2024 12:16 PM
From: svdb
Subject: Create empty VM from Aria Automation Assembler
How can you deploy a empty VM? I have an error about the customization of the empty VM... Ofcourse that is not possible to do..
Customization of the guest operating system is not supported due to the given reason: Tools is not installed in the GuestOS. Please install the latest version of open-vm-tools or VMware Tools to enable GuestCustomization.
Original Message:
Sent: Oct 18, 2024 10:26 AM
From: Brandon Saxe
Subject: Create empty VM from Aria Automation Assembler
Use the awaitIp
special property on your VM resource in the cloud template if you don't expect an IP to be reported by VM tools.
https://docs.vmware.com/en/VMware-Aria-Automation/8.18/Using-Automation-Assembler/GUID-7AAE0B88-1D02-4179-B3A3-E679BD8F78B4.html
Original Message:
Sent: Oct 16, 2024 10:43 AM
From: DizzyMurloc
Subject: Create empty VM from Aria Automation Assembler
Hello everyone,
I am migrating the service catalog from vRA7 to Aria Automation 8.16.
One of the vRA7 services creates an empty VM with the following build information:
- Blueprint type: Server
- Action: Create
- Provisioning workflow: BasicVmWorkflow
I am having problems migrating this service to Aria Automation, because in the cloud template it is not possible to define a Cloud.vSphere.Machine object with the empty image property.
As a possible solution, I have created an empty VM template in vCenter, which is the one I use as image in the cloud template. However, it takes more than 20 minutes to deploy the VM, as it waits for a long time in the CREATE_IN_PROGRESS stage of the Cloud.vSphere.Machine object.
Is there any way to do this in a more efficient way?
Greetings.