[new][puppet] puppet-glance 9.1.0 release (newton)
We are amped to announce the release of: puppet-glance 9.1.0: Puppet module for OpenStack Glance This release is part of the newton release series. For more details, please see below. 9.1.0 ^^^^^ Add hooks for external install & svc management. New Features ************ * This adds defined anchor points for external modules to hook into the software install, config and service dependency chain. This allows external modules to manage software installation (virtualenv, containers, etc) and service management (pacemaker) without needing rely on resources that may change or be renamed. Deprecation Notes ***************** * verbose option is now deprecated for removal, the parameter has no effect. Bug Fixes ********* * The keystone auth classes (for glance and glare) has been updated to be able to specify a custom auth_name that may not contain the name of the service. Changes in puppet-glance 9.0.0..9.1.0 ------------------------------------- e2c3220 Prepare 9.1.0 (newton-2) ef27233 Deprecate auth_region option 272e1df Remove 12.04 and add 16.04 to metadata 57c5f99 Remove mitaka release prelude note 18b0109 Add hooks for external install & svc management 44bf123 Switch $service_name to 'glance' for keystone f562023 Add nodepool-xenial.yml file f285576 Provide consisent default name for service_identity resource 92d9ac9 Fix Keystone integration documentation 0600f74 fix comment of database to connect to Diffstat (except docs and test files) ------------------------------------- README.md | 12 ++--- manifests/api.pp | 33 +++++------- manifests/api/db.pp | 2 + manifests/api/logging.pp | 2 + manifests/backend/cinder.pp | 2 + manifests/backend/file.pp | 2 + manifests/backend/rbd.pp | 3 ++ manifests/backend/s3.pp | 2 + manifests/backend/swift.pp | 2 + manifests/backend/vsphere.pp | 2 + manifests/cache/cleaner.pp | 3 +- manifests/cache/logging.pp | 2 + manifests/cache/pruner.pp | 3 +- manifests/client.pp | 3 +- manifests/config.pp | 3 ++ manifests/db/mysql.pp | 7 ++- manifests/db/postgresql.pp | 6 ++- manifests/db/sync.pp | 14 ++--- manifests/deps.pp | 61 ++++++++++++++++++++++ manifests/glare.pp | 6 +-- manifests/glare/db.pp | 2 + manifests/glare/logging.pp | 2 + manifests/init.pp | 1 + manifests/keystone/auth.pp | 18 +++---- manifests/keystone/glare_auth.pp | 11 ++-- manifests/notify/rabbitmq.pp | 2 + manifests/policy.pp | 4 ++ manifests/registry.pp | 6 +-- manifests/registry/db.pp | 2 + manifests/registry/logging.pp | 2 + metadata.json | 10 ++-- ...recate_auth_region_option-d13f8194295a1463.yaml | 4 ++ ...xternal_install_mgmt_hook-ac465c8d520393b4.yaml | 10 ++++ .../notes/keystone-auth-name-2f9bd1b22dccd5bf.yaml | 5 ++ releasenotes/notes/mitaka-dece9d43a565e6cb.yaml | 3 -- releasenotes/source/conf.py | 4 +- spec/acceptance/nodesets/nodepool-xenial.yml | 10 ++++ spec/classes/glance_api_spec.rb | 3 -- spec/classes/glance_cache_cleaner_spec.rb | 4 +- spec/classes/glance_cache_pruner_spec.rb | 4 +- spec/classes/glance_client_spec.rb | 2 +- spec/classes/glance_keystone_auth_spec.rb | 16 +++--- spec/classes/glance_keystone_glare_auth_spec.rb | 2 +- spec/classes/glance_registry_spec.rb | 6 ++- 44 files changed, 213 insertions(+), 90 deletions(-)
participants (1)
-
no-reply@openstack.org