A is correct
tested in LAB - VRA Cloud Assembly - Design - Blueprints - Edit one blueprint - within the code you will see Constraint tags - associate with the placement. Here you have the code:
# Created by Quickstart wizard.
formatVersion: 1
inputs:
cpuCount:
type: integer
description: Number of virtual processors
default: 1
totalMemoryMB:
type: integer
description: Machine virtual memory size in Megabytes
default: 1024
resources:
Cloud_vSphere_Machine_1:
type: Cloud.vSphere.Machine
properties:
imageRef: ubuntu1
cpuCount: '${input.cpuCount}'
totalMemoryMB: '${input.totalMemoryMB}'
constraints:
- tag: 'quick_start_run:1'
I have my doubts between A and B. (Leaning towards A)
"Tags added to projects and cloud templates function as constraint tags when they are used to match capability tags on infrastructure resources, profiles and cloud zones. In the case of cloud templates, vRealize Automation Cloud Assembly uses this matching functionality to allocate resources for deployments".
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
tgybyt
3 years, 7 months agoxx13
4 years agochristians7294
4 years, 3 months agochristians7294
4 years, 3 months agoJimb0
4 years, 3 months ago