Great content. How can I use this method to deploy edge cluster without T0/T1 gateways. I see the VCF 5.1.0 introduced a way to deploy edge cluster without gateways using api but when I tried validation fails stating the T0 input is required. Is there a switch/parameter that I can use to disable the T0/T1 input requirement?
@@LAB2PROD I wanted to create custom NSX Edge cluster without T0. But I failed to deploy it " { "message": "Unexpected token } in JSON at position 1238 " }) . My question is do we need to manual create NSX Edge cluster on NSX manager as pre-requitsite before come to this API steps to deploy Edge nodes ?
I have a question about whether the VCF4.5 or 5 can integrate with existing NSX infrastructure Prod, or do I have to deploy another NSX MGM Domain for VCF??
thanks, I think I shall reconfigure the new nsx with VCF like the old infrastructure I already have and then disconnect the centers from it and reconnect again with the new one with VCF@@LAB2PROD
The knowledge you have shared here is very excellent, i have a background of AWS and bare metals and the way you explained it makes more easy to understand. Question: Is there any terraform module or provider to implement such changes on NSX via SDDC manager.
Appreciate the feedback 😃! There's a module for NSX firectly, you'd have to look through here to see if the same changes are possible registry.terraform.io/providers/vmware/vcf/latest/docs.
Great work on this playlist
Thank you!
SDDC API ftw!!
I just finished doing just that, using Ansible URI module and some jinja and yaml files for variables.
Well done, how much more fun and easier was it than UI?!
@@LAB2PROD a lot!!
The motivation was the need to be consistent in the deployments, just need to update a yaml file and go!
Great content. How can I use this method to deploy edge cluster without T0/T1 gateways. I see the VCF 5.1.0 introduced a way to deploy edge cluster without gateways using api but when I tried validation fails stating the T0 input is required. Is there a switch/parameter that I can use to disable the T0/T1 input requirement?
Your method is correct, would probably need to take a look at your payload to know for sure. Feel free to email it across.
@@LAB2PROD I wanted to create custom NSX Edge cluster without T0. But I failed to deploy it " {
"message": "Unexpected token } in JSON at position 1238 "
}) . My question is do we need to manual create NSX Edge cluster on NSX manager as pre-requitsite before come to this API steps to deploy Edge nodes ?
I have a question about whether the VCF4.5 or 5 can integrate with existing NSX infrastructure Prod, or do I have to deploy another NSX MGM Domain for VCF??
Hi, VCF will only build into Greenfield, you cannot use existing infrastructure. You'll need to migrate into the VCF environment from your existing.
thanks, I think I shall reconfigure the new nsx with VCF like the old infrastructure I already have and then disconnect the centers from it and reconnect again with the new one with VCF@@LAB2PROD
Sure, just look at it like a migration and you'll be fine.
@@LAB2PROD❤❤❤
The knowledge you have shared here is very excellent, i have a background of AWS and bare metals and the way you explained it makes more easy to understand.
Question: Is there any terraform module or provider to implement such changes on NSX via SDDC manager.
Appreciate the feedback 😃! There's a module for NSX firectly, you'd have to look through here to see if the same changes are possible registry.terraform.io/providers/vmware/vcf/latest/docs.
@@LAB2PROD Thank you