OpenNebula / minione

Easy to use deployment tool for an OpenNebula evaluation environment
Apache License 2.0
180 stars 54 forks source link

Wait until Marketplace image is imported #36

Closed vholer closed 4 years ago

vholer commented 5 years ago

It happens, that the testing starts while image is still being imported as we don't wait until the image is ready in the OpenNebula:

https://github.com/OpenNebula/minione/blob/a2563ad3e1d2f46c767003e1b214347fffae8105/minione#L1147-L1153

xorel commented 5 years ago

When running the import in the background minione could be already done and user can look around check sunstone etc. Waiting for the image to be ready would extend the installation time quite a lot, which I don't think is necessary.