[openstack-announce] [new][puppet] puppet-sahara 9.2.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Mon Aug 29 18:37:32 UTC 2016


We are amped to announce the release of:

puppet-sahara 9.2.0: Puppet module for OpenStack Sahara

This release is part of the newton release series.

For more details, please see below.

9.2.0
^^^^^

Other Notes

* Tests updated to leverage rspec-puppet-facts for testing multiple
  OS versions.

Changes in puppet-sahara 9.1.0..9.2.0
-------------------------------------

c0c5884 Prepare 9.2.0 (newton b3)
1393945 Move other-requirements.txt to bindep.txt
55a0c0f Add dependency on node group template for cluster template
c1cba67 Add support for creating and managing Sahara templates
0bb472d Include openstacklib defaults manifest.
1600fde Switch sahara to use rspec-puppet-facts


Diffstat (except docs and test files)
-------------------------------------

bindep.txt                                         |   0
lib/puppet/provider/sahara.rb                      |  91 ++++++++++++
.../provider/sahara_cluster_template/openstack.rb  |  84 +++++++++++
.../sahara_node_group_template/openstack.rb        | 156 +++++++++++++++++++++
lib/puppet/type/sahara_cluster_template.rb         |  61 ++++++++
lib/puppet/type/sahara_node_group_template.rb      |  81 +++++++++++
manifests/params.pp                                |   1 +
metadata.json                                      |   8 +-
other-requirements.txt                             |   0
.../notes/rspec-puppet-facts-a858ae8d93a726a9.yaml |   4 +
releasenotes/source/conf.py                        |   4 +-
spec/classes/sahara_all_spec.rb                    |  41 +++---
spec/classes/sahara_api_spec.rb                    |  45 +++---
spec/classes/sahara_client_spec.rb                 |  24 ++--
spec/classes/sahara_config_spec.rb                 |  55 +++++---
spec/classes/sahara_db_mysql_spec.rb               |  20 ++-
spec/classes/sahara_db_spec.rb                     |  52 ++++---
spec/classes/sahara_db_sync_spec.rb                |  22 +--
spec/classes/sahara_engine_spec.rb                 |  37 ++---
spec/classes/sahara_init_spec.rb                   |  35 ++---
spec/classes/sahara_keystone_auth_spec.rb          | 118 +++++++++-------
spec/classes/sahara_logging_spec.rb                |  20 ++-
spec/classes/sahara_notify_spec.rb                 |  61 ++++----
spec/spec_helper.rb                                |   7 +-
.../sahara_cluster_template/openstack_spec.rb      |  98 +++++++++++++
.../sahara_node_group_template/openstack_spec.rb   | 118 ++++++++++++++++
spec/unit/provider/sahara_spec.rb                  |  46 ++++++
spec/unit/type/sahara_cluster_template_spec.rb     |  68 +++++++++
spec/unit/type/sahara_node_group_template_spec.rb  |  38 +++++
29 files changed, 1129 insertions(+), 266 deletions(-)






More information about the OpenStack-announce mailing list