VMware Cloud Community
ranjithpk17
Contributor
Contributor

Create VM using XML and iSO Images

Hi Expert.

I am havinga challenge to automate Creating VMs on my test ENV .I have below requirement.

1.I should be able to provide inputs like no of disks,RAM size and Hard disks size in XML.

2.I should be able to use ISO image for the new VM or templates

I feel power cli will be the best options.

Can anyone share the XML entry format for providing inputs.

I have seen example for only hard didks size as well.

<CreateVM>

<VM>

<Name>MyVM1</Name>

<HDDCapacity>10000</HDDCapacity>

</VM>

<VM>

<Name>MyVM2</Name>

<HDDCapacity>10000</HDDCapacity>

</VM>

</CreateVM>


Please providem e all options values can be provided in this XML.

0 Kudos
0 Replies