As Openstack projects continue to have longer database migration
chains, the Puppet default timeout of 300 seconds for an execution
is becoming too short a duration on some hardware, leading to timeouts.
As projects continue to add more migration scripts without pruning
the base, timeouts will continue to become more frequent unless
this time can be expanded.
Change-Id: Ib6757e9145d1b0dc3cead9b24637019a93576c61
Closes-Bug: #1904962
Since ceilometer-api has been removed, we no longer need ceilometer
service and endpoints registered to keystone.
Change-Id: I4d8a067c02e9dc4152c7606c2865ebb9768c2fa0
The added parameter should be deprecated in one of the next steps,
since there is no ceilometer api for several releases !
Change-Id: Ia579cf24a5e837487216329fe994cb030c1b3929
Add file to the reno documentation build to show release notes for
stable/victoria.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/victoria.
Change-Id: I88ac2a82457d9708c5ae5e5c5d927ecba61b65b7
Sem-Ver: feature
... because it was deprecated in the previous cycle[1], and is useless
since ceilometer-expirer was removed from ceilometer.
[1] 8a5ec29260
Change-Id: I59b78c73f563964030eb2c0602f2a9ddfce3e518
... because this class was deprecated in the previous cycle[1], and
no longer useful since ceilometer-api was removed.
[1] 0befdba124
Change-Id: I7ef9b2a05a08312ccb7486bf5e4c3b8bb0ac56ea
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems
Update Sphinx version as well.
Disable openstackdocs_auto_name to use 'project' variable as name.
Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.
openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.
See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html
Change-Id: I160c83cad6391c988b8b36e4bac346f11b8fc8fb
This adds two new parameters cache_backend
and manage_backend_package that is simply
proxy parameters that is passed down to
oslo::cache like all other modules.
This does not introduce a behavior change
since cache_backend defaults to
$::os_service_default we do not enforce
any new package installs even though
manage_backend_package is set to true
(like it was before since that is
oslo::cache default)
Updates the testing so we test for the
oslo::cache resource and not the functionality
that the resource itself has.
Change-Id: Ib6f6853dd34e83e757bee0382ee84141e3f4dbd8
puppet-rabbitmq is not directly included by each puppet modules, so
we don't need it listed in dependencies.
Change-Id: I9fb661faf07a4d003e06a8d57e94c0758ca1dafc
... and migrate it to openstacklib so that all logics about database
configuration are implemented in one common place.
Depends-on: https://review.opendev.org/#/c/728595/
Change-Id: I6a46e45b8af4c8c1cdf7913bc625b57e49a79687
The existing YAML templates for pipeline, event_pipeline and
polling configurations aren't flexible enough to support more
complex setups.
This commit adds support for allowing the whole YAML config to be
defined in Hiera by adding some new class arguments.
Change-Id: If08d876d659871f02f3ccfd9f20ccb3605f98de1