VMware Cloud Community
seplus
Enthusiast
Enthusiast
Jump to solution

vra8 Boot disk properties in blueprint

Can we add any boot disk properties in blueprint ?

like Size or constraint tag?

0 Kudos
1 Solution

Accepted Solutions
dbis7575
Enthusiast
Enthusiast
Jump to solution

You can use the following yaml format:

  Cloud_vSphere_Machine_1:

    type: Cloud.vSphere.Machine

    properties:

      image: ''

      cpuCount: 1

      totalMemoryMB: 1024

      storage:

        bootDiskCapacityInGB:

        constraints:

View solution in original post

0 Kudos
1 Reply
dbis7575
Enthusiast
Enthusiast
Jump to solution

You can use the following yaml format:

  Cloud_vSphere_Machine_1:

    type: Cloud.vSphere.Machine

    properties:

      image: ''

      cpuCount: 1

      totalMemoryMB: 1024

      storage:

        bootDiskCapacityInGB:

        constraints:

0 Kudos