571becce17
This patch gets rid from all ansible code as well as the container vs host installations and does all install in the devstack way. Changes summary: 1. Add devstack/plugin.sh 2. modify s2aio.sh to: - Get rid of all docker / host installation code - Get rid of all ansible related code mainly stuff that make sure root and user can ssh without a password - ansible requirements 3. modify tox.ini and .gitignore accordingly 4. update docs accordingly Once phase 1 is completed the next phase needs to: 1. Make plugin.sh more devstack friendly. specifically, use devstack funcs as mych as possible (e.g. not running python setup install directly.) 2. Offer a patch to devstack that would call devstack/plugins.sh with appropriate gate Change-Id: I3818b38a62e264267ce04fa789f1bca07111397d
259 B
259 B
Make sure to have a user that can sudo without a password. With that user just do:
sudo apt-get update
sudo apt-get install python-tox python-nose git
git clone https://github.com/openstack/storlets.git
cd storlets
./s2aio.sh install