vmware / nsx-t-datacenter-ci-pipelines

CI pipelines for VMware NSX-T Datacenter
Other
71 stars 43 forks source link

Wait More Time for NSX Applianced to be Up #80

Open edwardbadboy opened 4 years ago

edwardbadboy commented 4 years ago

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?

edwardbadboy commented 4 years ago

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.