Open amitdn2005 opened 3 years ago
The root cause was that the keystone was taking time to come up and our installer installer/ansible/script/keystone.sh
has a method called wait_for_keystone which ran for 12 counts and then threw an error.
wait_for_keystone () {
local count=0
local interval=${1:-10}
local times=${2:-12} <<<<<
Increased the retry count in installer/ansible/script/keystone.sh
to 40, assuming keystone was taking time to come up.
In this case keystone came up after around 28 retries.
This worked and the keystone came up later than usual.
Issue/Feature Description: Attempted SODA installation using "INSTALLATION GUIDE USING ANSIBLE" (https://docs.sodafoundation.io/soda-gettingstarted/installation-using-ansible/) SODA installation failed while "install keystone with the docker" step. Error message : ""ERROR: keystone didn't come up. Aborting...""
Why this issue to fixed / feature is needed(give scenarios or use cases): This is a standard installation. It should work on a supported Environment (Ubuntu 18.04 Virtualbox VM).
How to reproduce, in case of a bug:
Run this command to install soda with default configuration
Other Notes / Environment Information: (Please give the env information, log link or any useful information for this issue)
Environment:
Ubuntu 18.04 VM on VirtualBox. Network adaptor: NAT, Host-only.
Error log: