Hi, recently when I'm using the pipelines to deploy NSX-T Grindcore, I find that usually NSX-T Appliance take more than 2 minutes to be up. Now in nsxt_yaml/basic_topology.yml it just waits 2 minutes. I wonder if it's possible to make the wait time longer (e.g. 10 mins), or even make it into a variable?
Seems in nsxt_yaml/basic_topology.yml it waits for ping to success then continue to call NSX API. Usually NSX-T services take some time to get ready. I'd suggest wait for another 10mins after it's ping-able.
Hi, recently when I'm using the pipelines to deploy NSX-T Grindcore, I find that usually NSX-T Appliance take more than 2 minutes to be up. Now in
nsxt_yaml/basic_topology.yml
it just waits 2 minutes. I wonder if it's possible to make the wait time longer (e.g. 10 mins), or even make it into a variable?