Helion OpenStack Community installation fails after timing out
After successfully creating tripleO directory withing root's home directory, was able to successfully start seed vm by executing "HP_VM_MODE=y bash -x ~root/tripleo/tripleo-incubator/scripts/hp_ced_start_seed.sh" command.
Then was able to login to the seed VM by executing "ssh 192.0.2.1".
Withing the seed VM , executed "bash -x ~root/tripleo/tripleo-incubator/scripts/hp_ced_installer.sh" command to start with undercloud and overcloud deployment. During the process of deployment, noticed that there were no issues while undercloud deployment was in progress, but at the end of overcloud deployment process, encountered the below timimng out error.
++ '[' 0 -eq 0 ']'
++ break
++ set -e
++ wait_for 30 10 nova service-list --binary nova-compute '2>/dev/null' '|' grep 'enabled.*\ up\ '
Timing out after 300 seconds:
COMMAND=nova service-list --binary nova-compute 2>/dev/null | grep enabled.*\ up\
OUTPUT=
Has anyone come across similar issue and got it resolved?
Did you try to increase the timeout value eg: from 300 to 600 and try again to see if this issue is gone?
I am unable to figure out as to where I can modify the time out value in the script.
It is not the timeout... see below.
ok, from your comment, the nova service-list command has been timeout, could you try again and login the seed vm then execute the command "nova --debug service-list --binary nova-compute" manually to see what happened? I guess it might be the proxy issue that blocks the keystone interaction, just make a check.
Hmm... weird.