This is a TL-DR guide to get you started with Storlet experimentation as fast as possible.
Ubuntu Server 14.04 with total disk of 10Gb. A disposal VM is always a good idea.
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
For more information please refer to “s2aio”.
Browse through the StorletSamples directory so see storlet code examples, and through the tests/functional to see samples of deploying and invoking a storlet.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.