Cloud Management V2 - VMWare QuestionsIssue - At which point and how VM is configured? (CPU, RAM, Disk) ??- At which point and how Guest OS customization happens?- At which point and how IP is installed?- At which point hostname is updated?- At which point infusekey happens?Related Links1) At which point and how VM is configured? (CPU, RAM, Disk) ?? At which point: Once the VM is created, we resize the VM and set the CPU, RAM, Disk to the hardware template that was chosen during provision. How: We call resize operation of the VM and set the VM to the selected hardware template which has information of CPU, RAM, Disk 2) At which point and how Guest OS customization happens? At which point: Guest OS is a way to determine if the OS template is of Linux or a Windows that is used to create a VM. The Guest OS of an OS template should already be set before submitting of the order from ServiceNow How: Guest OS of an OS template can be set by navigating to the table cmdb_ci_os_template and choosing Linux or Windows-based on the flavor of the image 3) At which point and how IP is installed? At which point: Once the VM is provisioned a clone is created of the VM and at this stage, we set IP address for the VMHow: We execute a PowerShell/Shell script to configure static IP on the VM 4) At which point hostname and infuse key is updated? At which point: Hostname and infuse key is a post provision step and it happens after the VM is fully ready with IP address assigned to the VMHow: Setting HostName and the key infusion is a post provision Shell/PowerShell script execution operation once the VM is fully ready and IP address is assigned to the VM