F5Networks / f5-adcaas-openstack

F5 ADCaaS for OpenStack
Apache License 2.0
2 stars 14 forks source link

Need to add check just after installas3 and deploy partition. #195

Closed zongzw closed 5 years ago

zongzw commented 5 years ago

There would be a short interval between as3 installed and its readiness(~3-6 seconds, bigip registering the as3 endpoint), we need to checkAndWait the installation is done.

Also for partition deployment, we need to check the result of deployment by checking its existing on bigip VE(call icontrol rest api.).

zongzw commented 5 years ago

Fix in https://github.com/F5Networks/f5-adcaas-openstack/pull/194