Are there guides about how to deploy savanna?

Asked by Xiang Hui

I just found an installation guide, but no configurations included.
https://savanna.readthedocs.org/en/latest/userdoc/installation.guide.html

Are there guides with more detailed deployment on savanna?

Thanks advance.

Question information

Language:
English Edit question
Status:
Solved
For:
Sahara Edit question
Assignee:
No assignee Edit question
Solved by:
Sergey Lukjanov
Solved:
Last query:
Last reply:
Revision history for this message
ruhe (ruhe) said :
#1

Savanna config is self-documented. There are no additional guides with details about Savanna deployment.

If you think there is something missing please let us know.

Revision history for this message
Xiang Hui (xianghui) said :
#2

After install savanna according to the guide https://savanna.readthedocs.org/en/latest/userdoc/installation.guide.html as below:

$ savanna-venv/bin/pip install savanna
$/opt/stack/savanna-venv/bin/python savanna-venv/bin/savanna-api --config-file /etc/savanna/savanna.conf --log-file /var/log/savanna/api.log -d

The savanna-api process is up, but I didn't find how to use savanna api except the REST API, is the python-savannaclient a command line to use savanna, how to use it?

Thanks a lot.

Revision history for this message
ruhe (ruhe) said :
#3

You can install Savanna dashboard for Horizon:
https://savanna.readthedocs.org/en/latest/horizon/installation.guide.html

Or use python client for Savanna. It doesn't any documentation yet:
https://github.com/stackforge/python-savannaclient

Revision history for this message
Xiang Hui (xianghui) said :
#4

Thanks to Ruslan, on more question, do you know how to use the python-savannaclient? If any experience is great help for me.

Revision history for this message
Xiang Hui (xianghui) said :
#5

Thanks to Ruslan, on more question, do you know how to use the python-savannaclient? If any experience is great help for me.

Revision history for this message
Best Sergey Lukjanov (slukjanov) said :
#6

Whe have only python bindings w/o any cli now. You can install them using pip install http://tarballs.openstack.org/python-savannaclient/python-savannaclient-master.tar.gz

Revision history for this message
Xiang Hui (xianghui) said :
#7

Thanks Sergey Lukjanov, that solved my question.

Revision history for this message
Xiang Hui (xianghui) said :
#8

Ruslan Kamaldinov (ruhe) ,
  I think you are also solved my question, but seems I failed to assign the points to you two, sorry about that.