Hello all,
I want provisionning a machine Windows and Linux in specifics datastores
I try to use tag or storage profile but with no success because my Cloud Template has not disk
formatVersion: 1inputs:resources: Cloud_vSphere_Machine_1: type: Cloud.vSphere.Machine properties: image: TemplateLinux flavor: light awaitIp: false awaitHostName: false customizeGuestOs: false
formatVersion: 1
inputs:
resources:
Cloud_vSphere_Machine_1:
type: Cloud.vSphere.Machine
properties:
image: TemplateLinux
flavor: light
awaitIp: false
awaitHostName: false
customizeGuestOs: false
I deploy juste a image template.
Existing a solution for deploying this template in a specifique datastore ?
Regards
Add Tag to each Storage and add following to Blueprint:
resources: Cloud_vSphere_Machine_1: type: Cloud.vSphere.Machine properties: storage: constraints: - tag: osstorage:winstorage
Inside Template/blueprint test your Template