Commit Graph

9 Commits

Author SHA1 Message Date
Telles Nobrega 92686f5a10 Prepare Sahara core for plugin split
On the effort to make Sahara more user and operators friendly
we are splitting the plugins from Sahara core.

The main goal of this change is to facilitate installation,
maintainance and upgrade of plugins. With the plugins outside
the main Sahara code, operators will be able to install a subset
of plugins, as well as upgrade to newer versions of the plugins
without having to wait for a new version of OpenStack to be
released. As well, it aims to facilitate new contributors to
develop and maintain their own plugins.

Sahara Spec: https://specs.openstack.org/openstack/sahara-specs/specs/rocky/plugins-outside-sahara-core.html

Change-Id: I7ed0945fd82e37daaf6b29f947d3dba06db9d158
2019-01-10 22:18:24 -03:00
Telles Nobrega 17509c3626 Updating plugins status for Rocky
For Rocky we are removing some plugins versions:

- CDH: removing 5.5.0
- MapR: removing 5.1.0
- Spark: removing 1.3.1
- Storm: removing 0.9.2

Also, we are marking some versions as deprecated:

- CDH: deprecating 5.7.0
- Spark: deprecating 1.6.0 and 2.1
- Storm: deprecating 1.0.1

Change-Id: I2dcec1344db4225263be179366eb408d62b9e108
2018-06-13 17:14:46 -03:00
Telles Nobrega 28eb4ce1b7 Adding CDH 5.13
We are adding a new version of CDH to the list of supported plugins.

Change-Id: Ia55c6729dc6c4640b83e1d2d4dba88d8bba29e36
Story: #2002183
Task: #20056
2018-06-13 11:06:14 -03:00
Jeremy Freudberg d9e64c559b Support of CDH 5.11.0
Adding support of new CDH version:
- new plugin code
- unit tests
- required configs
- update plugin list
- release note
- new way of generating configs!

Change-Id: I288d6291c9060ffd6180f1f3c14a5b010c85be59
2017-07-28 01:25:57 +00:00
jiasen.lin 46d5d5f55c Removing the cdh 5.0,5.3 and 5.4.
According to PTG, the version 5.0.0/5.3.0/5.4.0 will be removed.
This patch is about that.The following change was made:
	*remove cdh 5.0.0/5.3.0/5.4.0 code
	*remove cdh 5.0.0/5.3.0/5.4.0 tests and other relevant tests.

Change-Id: Ia8e852e38440df18836253cb5e26df85b1311362
Partial-implements:bp refactoring-cdh-plugin
2017-03-14 12:57:59 -04:00
Shu Yingya 925330fe67 support of CDH 5.9.0
Added support of CDH plugin version 5.9.
Added required resource files with configs.
Added required unit tests.
Add version 5.9 to plugin provide list.

Partially-Implements: blueprint cdh-5-9-support
Change-Id: I2f32b5c2036f94693fc64451f680767c62170f14
2016-12-26 02:40:03 +00:00
Michael Ionkin 8db9a4760b Support of CDH 5.7
Added support of CDH plugin version 5.7.
Added required resource files with configs.
Added required unit tests.
Updated docs.

bp: cdh-5-7-support
Change-Id: I1167d0d98ae6fb6fabaf7f1f9a344691d459b50b
2016-06-30 15:31:35 +03:00
Jaxon Wang 2c6a4deaac Add CDH 5.5 support
Changes:
* Add CDH 5.5 resource files
* Add modules for CDH 5.5
* Add test cases for CDH 5.5
* Update test cases for versionfactory

Change-Id: I7832196305a07f32b58b60eaa36f5e1f8989dc74
Partially-Implements: blueprint cdh-5-5-support
2016-02-26 13:43:37 +08:00
Jaxon Wang ce7994e255 Add test cases for CDH plugin versionfactory
Changes:
* add test cases for CDH plugin versionfactory
* add a function to get supported versions into utils

partially implements bp: cdh-plugin-refactoring

Change-Id: I3b60c65ab8a6bb7c296b2a8a1ebbfd4bacfbe6b4
2015-11-18 18:51:56 +08:00