VMware {code} Community
SimonCigoj
Contributor
Contributor

how to force customisation of VM


Hello


I'm using the java vcloud sdk to setup a new vaps from a template.

When we upgraded the  vcloud to 5.6 latest  and the setup of the machines from the java api stoped working. The vm is cloned correctly but when it is deployed and started it is not customised to the given ip-s but keeps the ips of the original template.

I use the folowing jars:
 


<dependency>
      <groupId>com.vmware</groupId>
      <artifactId>rest-api-schemas</artifactId>
      <version>5.6.3</version>
    </dependency>


    <dependency>
      <groupId>com.vmware</groupId>
      <artifactId>vcloud-java-sdk</artifactId>
      <version>5.6.3</version>
    </dependency>





 

0 Kudos
0 Replies