RETIRED, Fuel plugin for Cinder Block Device Driver integration
Go to file
Jenkins a939e0db0e Merge "Remove using of ::sahara::config class" 2015-12-02 20:18:19 +00:00
deployment_scripts Remove using of ::sahara::config class 2015-12-02 19:28:50 +03:00
repositories/ubuntu Add repositories folder for plugin 2015-12-02 19:19:06 +03:00
.gitreview Added .gitreview 2015-09-30 18:50:07 +00:00
LICENSE Implementation of Cinder Block Device plugin 2015-11-17 14:57:52 +03:00
README.md Update README for plugin 2015-11-17 17:19:03 +03:00
deployment_tasks.yaml Fix extra indent in deployment_tasks.yaml 2015-12-02 15:24:43 +03:00
environment_config.yaml Implementation of Cinder Block Device plugin 2015-11-17 14:57:52 +03:00
metadata.yaml Implementation of Cinder Block Device plugin 2015-11-17 14:57:52 +03:00
node_roles.yaml Implementation of Cinder Block Device plugin 2015-11-17 14:57:52 +03:00
post_install.sh Implementation of Cinder Block Device plugin 2015-11-17 14:57:52 +03:00
pre_build_hook Implementation of Cinder Block Device plugin 2015-11-17 14:57:52 +03:00
scheme_example.yaml Implementation of Cinder Block Device plugin 2015-11-17 14:57:52 +03:00
tasks.yaml Implementation of Cinder Block Device plugin 2015-11-17 14:57:52 +03:00
volumes.yaml Implementation of Cinder Block Device plugin 2015-11-17 14:57:52 +03:00

README.md

fuel-plugin-bdd

Disk-intensive workloads require the storage layer to be able to provide both high IOPS and sequential operations capabilities. Apache Hadoop is one of the most storage-sensitive frameworks which is widely used for Data Processing in production. Sahara service provides Hadoop installations on top of OpenStack.

The best performance on the virtualized environment can be achieved by providing the direct access from a VM to a block device located on the same compute host. OpenStack Cinder service has such attachment option implemented in the BlockDeviceDriver.

This plugin affords ability to use BlockDeviceDriver in Fuel.