[Installation] Openstack NEAT on Debian

165 views
Skip to first unread message

fa...@staff.upnjatim.ac.id

unread,
Mar 17, 2014, 2:53:36 AM3/17/14
to opensta...@googlegroups.com
for the first time thanks to you, Anton
I am really newbie ...

installing OpenStack Neat on debian, i get error like this :
root@DS1-VM02-LX1:/home/ziyanza/openstack-neat# ./all-start.sh
Traceback (most recent call last):
  File "./compute-data-collector-start.py", line 17, in <module>
    from neat.config import *
  File "/home/ziyanza/openstack-neat/neat/config.py", line 19, in <module>
    from contracts import contract
ImportError: No module named contracts
Traceback (most recent call last):
  File "./compute-local-manager-start.py", line 17, in <module>
    from neat.config import *
  File "/home/ziyanza/openstack-neat/neat/config.py", line 19, in <module>
    from contracts import contract
ImportError: No module named contracts

root@DS1-VM02-LX1:/home/ziyanza/openstack-neat# python
Python 2.7.3 (default, Jan  2 2013, 13:56:14)
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import contract
>>>

What does is it men?

thanks you

note :
apologise about my poor english :)

fa...@staff.upnjatim.ac.id

unread,
Mar 17, 2014, 5:39:15 AM3/17/14
to opensta...@googlegroups.com
Apologise, resolve .. :)

Kashyap Raiyani

unread,
Mar 17, 2014, 1:03:49 PM3/17/14
to opensta...@googlegroups.com
Hi,

So now openstack neat is working ?

-Kashyap

Anton Beloglazov

unread,
Mar 17, 2014, 6:34:30 PM3/17/14
to opensta...@googlegroups.com
I'm glad you solved it!

Best regards,
Anton


--
You received this message because you are subscribed to the Google Groups "OpenStack Neat" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openstack-nea...@googlegroups.com.
Visit this group at http://groups.google.com/group/openstack-neat.
For more options, visit https://groups.google.com/d/optout.

fa...@staff.upnjatim.ac.id

unread,
Mar 17, 2014, 8:58:32 PM3/17/14
to opensta...@googlegroups.com
I just run it on debian now no error, as was Anton said that OpenStack Neat running on Python. 
So, installed the Python Library solved that problem. for the last error that i post, installing python library for PyContracts using :
  1. root@DS1-VM02-LX1:/usr/local/bin# apt-get install python-contract i got that error, so i installed using tarballs :
  2. wget https://pypi.python.org/packages/source/P/PyContracts/PyContracts-1.6.0.tar.gz#md5=3f65f67de31a4732444ecd96f54d5caa
  3. tar xvfz PyContracts-1.6.0.tar.gz
  4. cd PyContracts-1.6.0
  5.  python setup.py install
i just litle change on /etc/neat/neat.conf, and running OpenStack Neat :

root@DS1-VM02-LX1:/home/ziyanza/openstack-neat# ./all-start.sh
Host: localhost
root@localhost's password:

whether my steps ok, Anton? :


to run OpenStack Neat on debian, there

On Monday, March 17, 2014 1:53:36 PM UTC+7, fa...@staff.upnjatim.ac.id wrote:

Anton Beloglazov

unread,
Mar 18, 2014, 5:55:42 PM3/18/14
to opensta...@googlegroups.com
These steps are fine, however, it's more convenient to install python packages using pip. You can also open log files from /var/log/neat on all the hosts to see whether all the services have initialised correctly.

Best regards,
Anton


--

fa...@staff.upnjatim.ac.id

unread,
Mar 18, 2014, 8:58:16 PM3/18/14
to opensta...@googlegroups.com
Thank you, Anton.
Reply all
Reply to author
Forward
0 new messages