VMware Cloud Community
iNik26
Enthusiast
Enthusiast

vRA 8.1 simple ubuntu vm blueprint no network configuration

Hello,

I'm new to vRA and I'm trying to deploy a simple Linux VM (ubuntu 18.04 or 20.04) but I have a problem with the network configuration.

The VM is deployed successfully but nic is always down with no IP address. I've tried using an existing NSX-T network or a simple vDS portgroup both with DHCP (tested with another VM and it works correctly).

Both templates have cloud-init installed but I've also tried with a template without clod-init installed but the results are the same.

Here is the blueprint's code:

formatVersion: 1

inputs: {}

resources:

  Cloud_vSphere_Machine_1:

    type: Cloud.vSphere.Machine

    properties:

      image: packer-ubuntu-20.04

      cpuCount: 1

      totalMemoryMB: 1024

      networks:

        - network: '${resource["vra-wp-net"].id}'

  vra-wp-net:

    type: Cloud.NSX.Network

    properties:

      networkType: existing

Please, can anyone help?

Thanks,

N.

0 Kudos
0 Replies