We are amped to announce the release of: sahara 8.0.2: Sahara project This release is part of the queens stable release series. The source is available from: https://git.openstack.org/cgit/openstack/sahara Download the package from: https://tarballs.openstack.org/sahara/ For more details, please see below. 8.0.2 ^^^^^ Bug Fixes * Fixes story 2002551 in which CDH cluster creation was stuck when the image was generated using sahara-image-elements, and at the same time extjs 2.2 was not injected inside the images generated using sahara-image-pack. (https://storyboard.openstack.org/#!/story/2002551) * Hadoop is now better configured to use the proper Keystone domain for interaction with Swift; previously the 'default' domain may have been incorrectly used. Changes in sahara 8.0.1..8.0.2 ------------------------------ f8e7026 Correct Hbase ports in Ambari plugin bda0e09 Fixing anti-affinity for Sahara cb2abe3 import zuul job settings from project-config ed03a8d Sets correct permission for /etc/hosts da199be Update the command to change the hostname 5439834 Fixing extjs check on cdh and mapr 44ec64b Better default value for domain in swift config Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 18 +++++++++++++ .../notes/fix-cdh-extjs-f6d977bcb303e134.yaml | 9 +++++++ .../hadoop-swift-domain-fix-c1dfdf6c52b5aa25.yaml | 5 ++++ sahara/plugins/ambari/ha_helper.py | 2 +- sahara/plugins/ambari/plugin.py | 6 ++--- .../v5_11_0/resources/images/common/install_extjs | 30 ++++++++++++++-------- .../cdh/v5_11_0/resources/images/image.yaml | 2 +- .../v5_7_0/resources/images/common/install_extjs | 30 ++++++++++++++-------- .../plugins/cdh/v5_7_0/resources/images/image.yaml | 2 +- .../v5_9_0/resources/images/common/install_extjs | 30 ++++++++++++++-------- .../plugins/cdh/v5_9_0/resources/images/image.yaml | 2 +- .../mapr/resources/images/common/configure_extjs | 30 ++++++++++++++-------- sahara/service/engine.py | 9 ++++--- sahara/service/heat/templates.py | 11 +++++--- sahara/swift/swift_helper.py | 10 ++++++++ 16 files changed, 139 insertions(+), 59 deletions(-)