Implementation of Vanilla Plugin

* Implemented configure_cluster and start_cluster methods
* Cluster configuring is service:process specific
* Added basic unit tests
* Added basic validation

Implements blueprint vanilla-hadoop-plugin

Change-Id: I51c55557b6bb073a7eae7eefc2f21cc2c2df0385
This commit is contained in:
Alexander Ignatov 2013-06-03 10:43:28 -07:00
parent 43291474b4
commit b2d11738bf
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ setuptools.setup(
cmdclass=common_setup.get_cmdclass(),
packages=setuptools.find_packages(exclude=['bin']),
package_data={'savanna': [
'resources/*.template',
'resources/*.xml'
'plugins/vanilla/resources/*.template',
'plugins/vanilla/resources/*.xml'
]},
install_requires=requires,
dependency_links=depend_links,