Commit Graph

12 Commits

Author SHA1 Message Date
Telles Nobrega f6afe5b733 Adding spark build image job
Depends-on: https://review.openstack.org/#/c/632141/
Change-Id: Id8e8b57b16691125f7af4b277bca649398949a6b
2019-02-08 19:09:28 +01:00
Telles Nobrega 55bd5da57f Dynamically loading plugins
Since plugins are not part of Sahara core anymore, loading plugins
like we currently do fails when plugins are not installed.
Currently we check the list of loaded plugins by checking the CONF
file plugins session. To fix that, we are changing to check the list
of loaded plugins on the PluginManager variable loaded_plugins, this
way we can instead of failing to start sahara if a desired plugin
is not installed, we can warn that the plugin was not loaded and
continue the application.

Change-Id: Iaae3a75cd75b06e94bc4492e5dc654a6281fdff4
2019-02-05 11:30:09 -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
Telles Nobrega 14f38d4007 Image generation for MapR
Adds image generation and validation for MapR

Change-Id: Ib2d3bf2fa43db96437682d7479df1e897b997674
2018-01-11 10:50:05 -03:00
Telles Nobrega 03c6ebaecf Image generation for CDH 5.11.0
Adds image generation and validation for CDH 5.11.0

Change-Id: I09ea1e092e1ba05e7f36191869c4da798e94b287
2017-10-26 11:52:24 -03:00
Zuul 4294a8bae5 Merge "Image generation for CDH 5.9.0" 2017-10-20 01:40:31 +00:00
Telles Nobrega 157ce33a2b Image generation for CDH 5.9.0
Adds image generation and validation for CDH 5.9.0

Change-Id: Id1d63ffb695b66df6252da96fc8540b50871eaa3
2017-10-19 09:55:10 -03:00
Telles Nobrega d214c228a0 Image generation for Ambari Plugin
Adds image generation for Ambari

Change-Id: I0e798696de7fb2fcf72d826ad6b7356f526db836
2017-10-18 09:58:44 -03:00
Telles Nobrega 412f330a2a Image generation for CDH Plugin
Adds image generation and validation for CDH

Change-Id: I689035fd0bb14709fb00b48473f816419b1add9a
2017-07-19 14:19:32 -03:00
Luigi Toscano 4630a89a42 Fix the tox environment used for image building
The "images" environment has sitepackages=True, required by the
Python binding for libguestfs (not on pip).

Also, set the Ubuntu kernel so that it can be read by normal.
This affected (and was fixed) many other users of libguestfs. See:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/759725

Change-Id: Icf21a7ee9b575d832d6be5e662d4cfa7b8933611
2017-05-09 19:13:47 +02:00
Luigi Toscano b0785d1696 Basic script for pack-based build image
Each review which adds support for another plugin should change
the support matrix defined in the script.

Add the binary dependencies required for the sahara-image-pack
command.

Change-Id: Ibc294bd572ee4da298f125f9d9c4bff87ce5da9d
2017-05-05 11:04:20 +02:00