We are thrilled to announce the release of: puppet-nova 14.3.0: Puppet module for OpenStack Nova This release is part of the stein release series. Download the package from: https://tarballs.openstack.org/puppet-nova/ For more details, please see below. 14.3.0 ^^^^^^ Prelude ******* In this release Ubuntu has moved all projects that supported it to python3 which means that there will be a lot of changes. The Puppet OpenStack project does not test the upgrade path from python2 to python3 packages so there might be manual steps required when moving to the python3 packages. New Features ************ * https://review.openstack.org/625216 introduces a new setting which needs set to true if native TLS for migration and disks over NBD is being used. * Service_token_roles_required missing in the server config file which allows backwards compatibility to ensure that the service tokens are compared against a list of possible roles for validity. Upgrade Notes ************* * Add support to enable/disable live-migration for NUMA topology instances Add configuration parameter *workarounds/enable_numa_live_migration* (defaults to false) which allows to enable/disable live-migration for NUMA topology instances. * This module now requires a puppetlabs-mysql version >= 6.0.0 * Ubuntu packages are now using python3, the upgrade path is not tested by Puppet OpenStack. Manual steps may be required when upgrading. * The deprecated parameters use_syslog, use_stderr, log_facility, log_dir and debug in the init class is now removed. Please set them in the logging class. Deprecation Notes ***************** * The deployment of the Placement service using the following puppet- nova classes is now deprecated in favour of the puppet- placement module: * nova::placement * nova::db::mysql_placement * nova::keystone::auth_placement * nova::wsgi::apache_placement The following parameters are deprecated for removal: * nova::placement_database_connection * nova::placement_slave_connection * nova::placement::enabled * nova::placement::manage_service * nova::placement::package_name * nova::placement::service_name * nova::placement::ensure_package * nova::db::placement_database_connection * nova::db::placement_slave_connection * nova::db::mysql_placement::password * nova::db::mysql_placement::dbname * nova::db::mysql_placement::user * nova::db::mysql_placement::host * nova::db::mysql_placement::charset * nova::db::mysql_placement::collate * nova::db::mysql_placement::allowed_hosts * nova::keystone::auth_placement::password, * nova::keystone::auth_placement::auth_name * nova::keystone::auth_placement::service_name * nova::keystone::auth_placement::service_description * nova::keystone::auth_placement::region * nova::keystone::auth_placement::tenant * nova::keystone::auth_placement::email * nova::keystone::auth_placement::public_url * nova::keystone::auth_placement::internal_url * nova::keystone::auth_placement::admin_url * nova::keystone::auth_placement::configure_endpoint * nova::keystone::auth_placement::configure_user * nova::keystone::auth_placement::configure_user_role * nova::wsgi::apache_placement::servername * nova::wsgi::apache_placement::api_port * nova::wsgi::apache_placement::bind_host * nova::wsgi::apache_placement::path * nova::wsgi::apache_placement::ssl * nova::wsgi::apache_placement::workers * nova::wsgi::apache_placement::ssl_cert * nova::wsgi::apache_placement::ssl_key * nova::wsgi::apache_placement::ssl_chain * nova::wsgi::apache_placement::ssl_ca * nova::wsgi::apache_placement::ssl_crl_path * nova::wsgi::apache_placement::ssl_crl * nova::wsgi::apache_placement::ssl_certs_dir * nova::wsgi::apache_placement::wsgi_process_display_name * nova::wsgi::apache_placement::threads * nova::wsgi::apache_placement::priority * nova::wsgi::apache_placement::ensure_package * nova::wsgi::apache_placement::access_log_file * nova::wsgi::apache_placement::access_log_format * nova::wsgi::apache_placement::error_log_file * nova::wsgi::apache_placement::custom_wsgi_process_options The nova::placement class will continue to be used to configure the "[placement]" section of "nova.conf". These deprecations come ahead of the planned extraction of the Placement service from the Nova project early in the upcoming OpenStack Train release development cycle. Changes in puppet-nova 14.2.0..14.3.0 ------------------------------------- c7831c2 Prepare Stein M3 6d762a2 placement: Deprecate the deployment of the Placement service b784174 Limit scope of puppet-nova-tripleo-standalone tempest tests c3c62f5 Change keystone v2.0 to v3 2506245 Add release note about Ubuntu py3 upgrade f435ef6 placement: Separate deployment from configuration 4042642 Service_token_roles_required missing in the server config file 429cccc Fail to live migration if instance has NUMA topology 9fd11d1 Change wiki to docs 23dc492 Use puppet 4 compatible mysql functions 54a3150 Remove Ubuntu Xenial from metadata.json e039c84 Inherit pyvers from openstacklib::defaults 14e56bb Remove deprecated logging 72b954d Fix lint issue cb4c8f7 Remove redundantly tested code cc77081 Modify puppet version 4 to 5 7cb9e0f libvirt: Support native TLS for migration and disks over NBD ae2cd24 Add CentOS to libvirt version check Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +- README.md | 2 +- manifests/compute/libvirt/version.pp | 2 +- manifests/conductor.pp | 1 + manifests/db.pp | 31 ++++-- manifests/db/mysql.pp | 4 +- manifests/db/mysql_api.pp | 2 +- manifests/db/mysql_placement.pp | 10 +- manifests/init.pp | 58 +++------- manifests/keystone/auth_placement.pp | 8 ++ manifests/keystone/authtoken.pp | 8 ++ manifests/logging.pp | 61 ++--------- manifests/migration/libvirt.pp | 12 +++ manifests/params.pp | 9 +- manifests/placement.pp | 77 ++++++------- manifests/placement/service.pp | 65 +++++++++++ manifests/workarounds.pp | 20 ++++ manifests/wsgi/apache_placement.pp | 4 + metadata.json | 21 ++-- ...migration_with_native_tls-4293ca305e98cdc3.yaml | 5 + ...cate_placement_deployment-2497e35aa7089a92.yaml | 70 ++++++++++++ ...-live-migration-with-numa-66145efd46bdd146.yaml | 9 ++ .../notes/puppet4-mysql-func-cb910313316f65ed.yaml | 4 + .../release-note-ubuntu-py3-79c7805cfb29dc0f.yaml | 10 ++ ...remove-deprecated-logging-e73e167161478f2a.yaml | 5 + ...vice_token_roles_required-98f582fb58fe82ee.yaml | 5 + spec/classes/nova_client_spec.rb | 6 +- spec/classes/nova_db_spec.rb | 120 ++++----------------- spec/classes/nova_init_spec.rb | 4 - spec/classes/nova_keystone_authtoken_spec.rb | 3 + spec/classes/nova_logging_spec.rb | 44 +++----- spec/classes/nova_migration_libvirt_spec.rb | 10 ++ spec/classes/nova_workarounds_spec.rb | 36 +++++++ spec/unit/provider/nova_spec.rb | 4 +- 34 files changed, 423 insertions(+), 310 deletions(-)
participants (1)
-
no-reply@openstack.org