We eagerly announce the release of: puppet-ironic 10.3.0: Puppet module for OpenStack Ironic This release is part of the ocata stable release series. Download the package from: https://tarballs.openstack.org/puppet-ironic/ For more details, please see below. 10.3.0 ^^^^^^ New Features ************ * New manifest "ironic::glance" to set parameters for connecting to glance. Please set credentials for ironic to access glance using this manifest, otherwise ironic falls back to using "keystone_authtoken" credentials, which are deprecated for this purpose. Deprecation Notes ***************** * Parameters "glance_api_services", "glance_api_insecure" and "glance_num_retries" are deprecated, please use parameters "api_services", "api_insecure" and "num_retries" for new "ironic::glance" manifest. * The "enable_setting_ipmi_credentials" ironic-inspector option was deprecated. Changes in puppet-ironic 10.2.0..10.3.0 --------------------------------------- c995ec4 Add separate manifest for configuring access to glance 2597485 Prepare ocata-rc1 release c8ad960 Deprecate inspector::enable_setting_ipmi_credentials Diffstat (except docs and test files) ------------------------------------- manifests/glance.pp | 79 ++++++++++++++ manifests/init.pp | 52 +++++----- manifests/inspector.pp | 14 ++- metadata.json | 8 +- .../notes/glance-manifest-8fbe400720ffc60e.yaml | 12 +++ releasenotes/notes/ipmi-cred-42c1bb301132f016.yaml | 4 + releasenotes/source/conf.py | 4 +- spec/classes/ironic_glance_spec.rb | 113 +++++++++++++++++++++ spec/classes/ironic_init_spec.rb | 31 +----- spec/classes/ironic_inspector_spec.rb | 3 +- 10 files changed, 250 insertions(+), 70 deletions(-)