591c5eb1ee
Integrate the Spark plugin in Sahara. It adds the capability of provisioning Spark clusters with (Cloudera) HDFS. The plugin assumes the use of VM images generated with the Savanna diskimage-builder and the '-p spark' option. Implements: blueprint spark-plugin Wiki: https://wiki.openstack.org/wiki/Sahara/SparkPlugin This code is running on our Bigfoot research cluster. Change-Id: Ic105f7de64248bdfb05879ededf35503bc04925b
41 lines
1.6 KiB
Plaintext
41 lines
1.6 KiB
Plaintext
include AUTHORS
|
|
include README.rst
|
|
include ChangeLog
|
|
include LICENSE
|
|
include sahara/db/migration/README
|
|
include sahara/db/migration/alembic.ini
|
|
include sahara/db/migration/alembic_migrations/script.py.mako
|
|
include sahara/db/migration/alembic_migrations/versions/README
|
|
|
|
recursive-include sahara/locale *
|
|
|
|
include sahara/plugins/vanilla/v1_2_1/resources/*.xml
|
|
include sahara/plugins/vanilla/v1_2_1/resources/*.sh
|
|
include sahara/plugins/vanilla/v1_2_1/resources/*.sql
|
|
include sahara/plugins/vanilla/v2_3_0/resources/*.xml
|
|
include sahara/plugins/vanilla/v2_3_0/resources/*.sh
|
|
include sahara/plugins/vanilla/v2_3_0/resources/*.sql
|
|
include sahara/plugins/vanilla/v2_3_0/resources/*.template
|
|
include sahara/plugins/hdp/versions/version_1_3_2/resources/*.template
|
|
include sahara/plugins/hdp/versions/version_1_3_2/resources/*.json
|
|
include sahara/plugins/hdp/versions/version_1_3_2/resources/*.sh
|
|
include sahara/plugins/hdp/versions/version_2_0_6/resources/*.template
|
|
include sahara/plugins/hdp/versions/version_2_0_6/resources/*.json
|
|
include sahara/plugins/hdp/versions/version_2_0_6/resources/*.sh
|
|
include sahara/plugins/spark/resources/*.xml
|
|
include sahara/plugins/spark/resources/*.sh
|
|
include sahara/plugins/spark/resources/*.template
|
|
include sahara/resources/*.heat
|
|
include sahara/service/edp/resources/*.xml
|
|
include sahara/swift/resources/*.xml
|
|
include sahara/tests/unit/plugins/vanilla/v2_3_0/resources/*.txt
|
|
include sahara/tests/unit/resources/*.heat
|
|
include sahara/tests/unit/resources/*.xml
|
|
include sahara/tests/unit/resources/*.txt
|
|
include sahara/topology/resources/*.xml
|
|
|
|
exclude .gitignore
|
|
exclude .gitreview
|
|
|
|
global-exclude *.pyc
|