storlets/install/storlets
Takashi Kajinami 95cdd1663e Create storlets package
Previously, we had multiple packages, like storlet_middleware,
storlet_gateway and so on, in our storlets repository.
This patch integrates these packages into one package, to follow
general manner of python packaging.

Also, this patch replaces previous install system using ant by
new install system using python setup.py.

(top directory)
 + bin          <- executable files
 + etc          <- configration samples
 + src          <- non-python codes
 |  + c         <- c codes
 |  | + sbus    <- Previously Engine/SBus/SBusTransportLayer
 |  + java      <- java codes
 |    + SBus    <- Previously Engine/SBus/SBusJavaFacade
 |    + SCommon <- Previously Engine/SBus/SCommon
 |    + SDaemon <- Previously Engine/SBus/SDaemon
 + storlets     <- python codes.
 |  + agent
 |  | + daemon         <- Previously Engine/agent/storlet_daemon
 |  | + daemon_factory <- Previously Engine/agent/storlet_daemon_factory
 |  + gateway          <- Previously Engine/swift/storlet_gateway
 |  + sbus             <- Previously Engine/SBus/SBusPythonFacade
 |  + swift_middleware <- Previously Engine/swift/storlet_middleware
 |  + tools            <- Previously tools
 + tests        <- test codes
 + scripts      <- Previously Engine/SMScripts
 + install_libs.sh     <- Script used to build/install c/java codes
 + setup.cfg
 + setup.py

NOTE1:
Currently we have an independent installation tool for c/java, as the
other existing OpenStack projects (ex. Monasca) do. To install c/java
modules, run './install_libs.sh' at the top directory. It installs
required files under /usr/local/lib/storlets, so you may need root
privilege.

NOTE2:
We install agent resources also on host, but this is currently kept
to be used for our future plan to let containers use agent resources
by mounting it from host node.

NOTE3:
This patch also removes outdated ansible playbooks.

Co-Authored-By: Eran Rom <eran@itsonlyme.name>
Change-Id: Icdcafdf6e6d06917d715ad9a8cba45305613a6fb
2016-12-01 10:28:43 +09:00
..
management replace lxc_device with docker_device 2016-09-13 10:37:46 +03:00
roles Create storlets package 2016-12-01 10:28:43 +09:00
templates Using devstack for swift and keystone installation 2016-11-23 09:54:06 +02:00
cluster_check.yml replace lxc_device with docker_device 2016-09-13 10:37:46 +03:00
container_storlet_engine.yml Documentation face-lift 2016-06-22 15:45:00 +03:00
docker_cluster.yml Create storlets package 2016-12-01 10:28:43 +09:00
enable_storlets_for_default_tenant.yml Adding Storlets Get ACL feature 2016-09-25 14:44:55 +00:00
host_side_storlet_engine.yml Create storlets package 2016-12-01 10:28:43 +09:00
install_storlets.sh Create storlets package 2016-12-01 10:28:43 +09:00
installation_vars.yml-sample Using devstack for swift and keystone installation 2016-11-23 09:54:06 +02:00
prepare_host-sample Documentation face-lift 2016-06-22 15:45:00 +03:00
prepare_storlets_install.sh Create storlets package 2016-12-01 10:28:43 +09:00
prepare_storlets_install.yml Install Swift and the Storlet Engine on a Docker container. 2016-09-13 10:18:36 +03:00
storlets_dynamic_inventory.py Documentation face-lift 2016-06-22 15:45:00 +03:00