[new][puppet] puppet-ironic 9.4.0 release (newton)
We are frolicsome to announce the release of: puppet-ironic 9.4.0: Puppet module for OpenStack Ironic This release is part of the newton release series. For more details, please see below. 9.4.0 ^^^^^ New Features * Add hooks for external install & svc management 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. Changes in puppet-ironic 9.3.0..9.4.0 ------------------------------------- 461f448 Puppet OpenStack Newton RC2 9fe25f3 Add hooks for external install & svc management 88656e9 Fix puppet-lint before upgrading gem Diffstat (except docs and test files) ------------------------------------- examples/ironic.pp | 4 +- manifests/api.pp | 27 ++++---- manifests/api/authtoken.pp | 2 + manifests/bifrost.pp | 2 + manifests/client.pp | 3 +- manifests/conductor.pp | 4 +- manifests/config.pp | 1 + manifests/cors.pp | 2 + manifests/db.pp | 1 + manifests/db/inspector_sync.pp | 13 ++-- manifests/db/mysql.pp | 7 ++- manifests/db/postgresql.pp | 7 ++- manifests/db/sync.pp | 13 ++-- manifests/deps.pp | 72 ++++++++++++++++++++++ manifests/drivers/agent.pp | 2 + manifests/drivers/ipmi.pp | 2 + manifests/drivers/pxe.pp | 1 + manifests/drivers/ssh.pp | 2 + manifests/init.pp | 3 +- manifests/inspector.pp | 41 +++++++----- manifests/inspector/authtoken.pp | 2 + manifests/inspector/logging.pp | 2 + manifests/keystone/auth.pp | 2 + manifests/keystone/auth_inspector.pp | 2 + manifests/logging.pp | 2 + manifests/policy.pp | 2 + manifests/pxe.pp | 13 ++-- manifests/pxe/common.pp | 1 + manifests/pxe/tftpboot_file.pp | 2 + manifests/wsgi/apache.pp | 1 + metadata.json | 70 ++++++++++++++++----- .../notes/external-hooks-ebebbb5d72f14f9f.yaml | 8 +++ releasenotes/source/conf.py | 4 +- spec/classes/ironic_api_spec.rb | 3 +- spec/classes/ironic_conductor_spec.rb | 3 +- spec/classes/ironic_inspector_spec.rb | 17 +++-- spec/classes/ironic_pxe_spec.rb | 10 +-- 37 files changed, 265 insertions(+), 88 deletions(-)
participants (1)
-
no-reply@openstack.org