tempest installation machine
Hello,
I have a 3 node (controller, compute, ceph) openstack installation with TripleO in virtual environment (Liberty).
I need to test some heat template deployments and I plan to use tempest.
Is it tempest the best tool to test heat deployments ? Otherwise, what would you recommend ?
Where is recommended to install tempest ? undercloud, controller or add a new node in the undercloud ?
Trying to install it on the controller node wasn't successful. I get the message:
Found existing installation: paramiko 1.16.1 Uninstalling paramiko-1.16.1: "OSError: [Errno 13] Permission denied: '/usr/lib/python2.7/site-packages/paramiko/ssh_exception.py'"
Thanks.
Hi, i guess one way is to create a virtualenv on the controller node and install tempest. Then test heat templates. Thanks!
Tried that.
Didn't worked from pip, same error.
Managed to install it as package from yum though.
So you completed the tempest installation. How about testing heat templates ?