but when i try to run the solum client it asks for the os_username, os_password, os_tenant etc.. etc.. i vagrant ssh'ed into the running virtualbox using "vagrant ssh devstack" i dont know what values i must provide to solum client... its not document on the rtd website can someone help me figure where i have missed something ? another approach i took was to "vagrant ssh" and run stack.sh directly fomr within the devstack directory
ok will test it out.... anything else which I need to note/keep-in-mind ?
devkulkarni
test123user: can you tell me what is your development environment?
test123user
btw do I need to fix the stack.sh error first ?
devkulkarni
are you using vagrant or you already have a devstack and using that?
test123user
i had chosen to ignore it since all steps worked until i hit "solum app deploy foobar"
yes i am on vagrant + virtualbox
devkulkarni
test123user: ok.. so few points
1) if you have vagrant vm in which you were able to create a languagepack, then that is good.. you can continue working with that vm without destroying it
2) the n-cpu failure that you saw is something that needs to be handled for 'solum app deploy' work.
4) once you have updated /etc/nova/nova.conf as indicated in that step, all you have to do is restart the nova services which have failed (which most likely will be n-cpu)
after that, you can try 'solum app deploy' and that should work
test123user
quick command to restart nova services ?
devkulkarni
that is all you need to keep in mind
test123user: sure
test123user
also to check for various solum services, any quick commands or scripts ?
ty
devkulkarni
test123user: typically the way I do is, login to the screen session (screen -x stack) and then navigate to the screens of each of the nova services, check if they have failed, and if they have, just re-issue the last command from that screen
test123user: there is no script as such to check if openstack services are up or not.. but
test123user
fine... i am not a big fan of screen, but i guess there is a reason e.., re-issuing last command etc..
devkulkarni
following command is what I use: ps -eaf | grep n-*
ps -eaf | grep solum-*
test123user
i tried the 2nd one... yielded nothing
so i guess i will start over with step 7 from your steps and also ensure i turn on docker for solum image format
james_li has quit
devkulkarni
test123user: wait
test123user: you said you tried to grep for solum services and nothing showed up?
test123user: if that is the case, then it means that none of the solum services have started up correctly
if so,
you will have to unstack and stack again
before you do that though, can you verify something for me