We are amped to announce the release of: sahara-image-elements 9.0.0: Image elements for Sahara This release is part of the rocky release series. Download the package from: https://tarballs.openstack.org/sahara-image-elements/ For more details, please see below. Changes in sahara-image-elements 8.0.0..9.0.0 --------------------------------------------- 5eeec72 Use the correct "or" operator to check the spark version 34e8f4a Updating Storm version list 2d86783 fix tox python3 overrides 7910521 Totally rewrite s3_hadoop 0421dfb Adding Spark 2.3 83224a6 Add support to build 3.0.1 image 5d05a3d Remove CentOS6/RHEL6 support 30717f2 Fix (again) the detection of scala version (now https) 5707f5c Add support to build 2.7.5 image ba498ab Zuul roles: allow to build only a specific image af81b26 add lower-constraints job d987717 Migration to Storyboard 859baa5 Preload soci-mysql and soci on RHEL7 images 12efcf8 Add support to build 2.8.2 image 8cdff5d Update the links to artifacts (removing sahara-files too) 6229ee0 Disables CA checking for Ambari on Centos/RHEL Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 4 + CONTRIBUTING.rst | 4 +- README.rst | 2 +- diskimage-create/Create_CentOS_cloud_image.rst | 80 -------- diskimage-create/README.rst | 24 +-- diskimage-create/diskimage-create.sh | 225 +++++++++++---------- elements/README.rst | 5 +- elements/ambari/post-install.d/10-disable-ambari | 2 +- .../post-install.d/20-disable-ca-certificate | 14 ++ elements/ambari/pre-install.d/90-ambari-repo-conf | 3 - .../post-install.d/30-disable-firewalld | 2 +- .../post-install.d/31-disable-ip6tables | 2 +- .../post-install.d/32-disable-iptables | 2 +- elements/extjs/README.rst | 2 +- elements/extjs/install.d/80-install-extjs | 2 +- elements/extjs/root.d/50-download-extjs | 2 +- elements/hadoop-cloudera/install.d/34-java | 2 +- .../hadoop-cloudera/pre-install.d/10-add-mirror | 44 +--- elements/hadoop-mapr/README.rst | 4 +- .../hadoop-mapr/install.d/40-mapr-dependencies | 2 +- elements/hadoop-mapr/install.d/41-scala | 10 +- .../hadoop-mapr/install.d/43-mapr-core-repository | 2 +- .../hadoop-mapr/install.d/44-mapr-eco-repository | 2 +- .../hadoop-mapr/install.d/45-epel-dependencies | 13 ++ elements/hadoop-mapr/post-install.d/99-requiretty | 2 +- .../post-install.d/99-update-repository | 2 +- elements/hadoop-mapr/resources/package_utils.sh | 10 +- elements/hadoop/install.d/40-setup-hadoop | 13 +- elements/hadoop/install.d/firstboot | 3 - elements/hadoop/root.d/50-download-hadoop | 2 +- .../environment.d/99-set-up-default-apache-dir | 2 +- .../hdp-local-mirror/install.d/10-enable-apache | 2 +- elements/hive/post-install.d/60-hive | 16 +- elements/hive/root.d/0-check-hive | 2 +- elements/hive/root.d/50-download-hive | 8 +- elements/java/bin/setup-java-home | 2 +- elements/kdc/README.rst | 2 +- .../pre-install.d/76-unlimited-security-artifacts | 2 +- elements/mysql/install.d/10-mysql | 2 +- elements/oozie/install.d/50-setup-oozie | 18 ++ elements/oozie/post-install.d/90-oozie-war | 10 +- elements/oozie/root.d/0-check-oozie | 15 ++ elements/oozie/root.d/50-download-oozie | 9 + elements/openjdk/install.d/33-java | 5 +- .../s3_hadoop/post-install.d/89-add-amazon-jar | 60 ------ elements/s3_hadoop/post-install.d/89-manipulate-s3 | 54 +++++ elements/spark/root.d/50-download-spark | 5 +- elements/ssh/install.d/33-ssh | 2 +- elements/storm/install.d/60-storm | 4 - elements/storm/root.d/50-download-storm | 3 - elements/swift_hadoop/README.rst | 2 +- elements/swift_hadoop/post-install.d/81-add-jar | 8 +- lower-constraints.txt | 16 ++ roles/build-sahara-images-dib/defaults/main.yaml | 2 + roles/build-sahara-images-dib/tasks/main.yaml | 2 +- tools/gate/build-images | 34 +++- tox.ini | 8 + 57 files changed, 416 insertions(+), 365 deletions(-)