Dmitry Shulyak 6cc4690ff2 Remove redis and celery container, use init script for celery
- Removed all packages and container related to redis
- docker-compose will start only riak container
- add init script isntallation for solar-celery
- cleanedup some of the commented code in bootstrap scripts
- disable host key verification for vagrant user

Change-Id: I9b10d07fe6ab527bc029518da407c5165f9b3d22
2016-01-13 17:28:47 +02:00

55 lines
869 B
YAML

---
- shell: sudo apt-get update
- name: Base packages
apt: name={{ item }} state=present
with_items:
- git
- subversion
- python-mock
- python-keystoneclient
- python-mysqldb
- python-setuptools
- ruby-dev
- unzip
# Graph drawing
- python-pygraphviz
# Other tools
- htop
- jq
- tmux
- vim-nox
- mc
# Dev
- ipython
- python-pudb
- python-dev
- python-virtualenv
# Required by packer
- build-essential
# for torrent transport
- python-libtorrent
# for riak python package
- libffi-dev
- libssl-dev
# computable inputs lua
- libluajit-5.1-dev
# for tests on jenkins
- sshpass
# PIP
- shell: sudo pip install httpie
- shell: sudo pip install docker-py==1.1.0
# faster json
- shell: pip install ujson
# fresh tox
- shell: sudo pip install tox
# install riak package
- shell: sudo pip install riak