VMware Cloud Community
cpatidar
VMware Employee
VMware Employee
Jump to solution

vRA Deployment Skip Stages

Hi team,
I use Ansible to deploy the vRA in vRSLCM, I would like to skip one of the Stages in the deployment process like Stage 3 vcflbcreation.
Do we have an option in API or a parameter in a payload to disable this?

Thanks.

Labels (3)
Tags (1)
0 Kudos
1 Solution

Accepted Solutions
cpatidar
VMware Employee
VMware Employee
Jump to solution

To skip vcflbcreation from API I have disabled the vcfProperties in the payload, see below:

"vcfProperties": "{\"vcfEnabled\": true, \"sddcManagerDetails\": [{\"sddcManagerHostName\": \"FQDN\", \"sddcManagerName\": \"default\", \"sddcManagerVmid\": \"default\"}]}",

View solution in original post

0 Kudos
1 Reply
cpatidar
VMware Employee
VMware Employee
Jump to solution

To skip vcflbcreation from API I have disabled the vcfProperties in the payload, see below:

"vcfProperties": "{\"vcfEnabled\": true, \"sddcManagerDetails\": [{\"sddcManagerHostName\": \"FQDN\", \"sddcManagerName\": \"default\", \"sddcManagerVmid\": \"default\"}]}",
0 Kudos