Questions & Answers

How can I login cation-saltmaster virtual machine?

0 votes
asked Jun 19 by maxiao (840 points)

I created the pnda cluster, and it is being provisoning. But it is so slow, so I want to login cation-saltmaster to see what happened. But I see heat_cli uses one keypair created by itself, so how can I login the virtual machine?

1 Answer

0 votes
answered Jun 19 by admin (580 points)
Please refer to the section entitled "Anatomy of a PNDA stack" here https://github.com/pndaproject/pnda-guide/blob/release/3.4/repos/pnda-heat-templates/README.md

If your stack is at the point where you only have a saltmaster available, you can try examining the outputs of the stack for the key e.g. openstack stack output list <stack> and openstack stack output show <stack> <output name>. That key can then be used to access saltmaster, although whether the key is present or not depends very much on the reason why the stack is stuck in this state in the first place.
commented Jun 19 by maxiao (840 points)
edited Jun 19 by maxiao
Thanks . I used "openstack stack output show  cation private_key" to get the key.

I see the error :

2017-06-19 15:00:38Z [cation.deploy_install]: CREATE_FAILED  RemoteError: resources.deploy_install: Remote error: ClientException Object HEAD failed: http://10.0.146.60:8080/v1/AUTH_5c6e814e4c1c443a823e1bc75a3e79a5/23b5cb02-c9c2-4698-8015-430563b991e3/cation-deploy_install-usxyjhytyfof 401 Unauthorized
[u'Traceback
2017-06-19 15:00:38Z [cation]: CREATE_FAILED  Resource CREATE failed: RemoteError: resources.deploy_install: Remote error: ClientException Object HEAD failed: http://10.0.146.60:8080/v1/AUTH_5c6e814e4c1c443a823e1bc75a3e79a5/23b5cb02-c9c2-4698-8015-430563b991e3/cation-deploy_install-usxyjhytyfof 401 U

 Stack cation CREATE_FAILED

Command 'openstack stack create --timeout 120 --wait --template pnda.yaml --environment pnda_env.yaml --parameter ZookeeperNodes=3 --parameter KafkaNodes=2 --parameter DataNodes=3 --parameter OpentsdbNodes=1 --parameter PndaFlavor=pico --parameter KeyName=admin-keypair cation' failed

Then I login the vm with the key , and find the network is unreachable for 10.0.146.60:8080
commented Jun 21 by trsmith2 (3,160 points)
You need to make sure you have a stable, working OpenStack cluster before deploying PNDA.
...