Ocata Series Release Notes

10.5.0-4

New Features

  • This add os_immutable fact that can be used in the puppet openstack module as value for all types that inherit openstack_config. Using ::os_immutable as a value of the configuration parameter will tell puppet to not change the current value, whatever it is.

10.5.0

Bug Fixes

  • The os_workers_large fact now returns an Integer instead of a Tuple. It will also return a minimum value of 1.

10.4.1

Bug Fixes

  • Bugfix 1664561. Allow to use Integers and Strings for the port parameter.

10.2.0

New Features

  • For the users that result from the usage of the mysql resource, it is now possible to specify the TLS options. This is useful if one wants to force the user to only connect using TLS, or if one wants to force the usage of client certificates for this specific user.

  • Moved existing $::os_workers to $::os_workers_small

  • Updated $::os_workers to have a value between ‘2’ and ‘12’. The value of this fact is the larger value between ‘2’ and the number of processors divided by ‘2’ but will not exceed ‘12’.

  • Created fact $::os_workers_large to have a value of number of processors divided by ‘2’

Bug Fixes

  • bug 1651215 The transport parameter was not being used so transport was fixed value ‘rabbit’

  • bug 1650424 The current calculation for os_workers negatively impacts api response times

10.1.0

New Features

  • Add the ability to skip the mysql user and/or grant creation as part of the openstack::db::mysql resource.

  • os_transport_url puppet parser function can be used to generate valid transport_url URIs from a hash of connection parameters.

Bug Fixes

  • openstack::db::mysql could not be used to create multiple databases with the same user/password for access due to a duplicate mysql_user resource declaration. Now the user and/or grant creation process can be skipped if they already exist.

10.0.0

Bug Fixes

  • Add support for multiple regions in base provider code used by other puppet modules.

Other Notes

  • Parameters that control the number of spawned child processes for distributing processing have had their default value changed from ::processorcount to ::os_workers.