VMware Cloud Community
dteplov182
Contributor
Contributor

ManagedObjectNotFoundFault vm-1990

Trying to deploy Ubuntu Server 20.04 with cloud-init support.

Create template using this manual https://vmwarelab.org/2020/02/14/vsphere-customization-with-cloud-init-while-using-vrealize-automati...

Cloud-init working fine, but when i try to use "name" in blueprint i got error:

vCenter responded with "ManagedObjectNotFoundFault vm-1990."

 

formatVersion: 1

inputs: {}

resources:

  Cloud_vSphere_Machine_1:

    type: Cloud.vSphere.Machine

    properties:

      image: 'ubuntusrv20.04'

      name: testesttet

      cpuCount: 1

      totalMemoryMB: 1024

 
formatVersion: 1
inputs: {}
resources:
  Cloud_vSphere_Machine_1:
    type: Cloud.vSphere.Machine
    properties:
      image: 'ubuntusrv20.04'
      name: testesttet
      cpuCount: 1
      totalMemoryMB: 1024
0 Replies