If the supported_os fact is missing, the test will not run on the
default supported systems (debian, ubuntu, centos).
Change-Id: Ifaa3da741778f3f2af00e82934235f44dd0cf24e
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: I1c0896d9b729fe0d2aeeed02386b48fb9e6debe5
Closes-Bug: #1904962
This patch removes the redundant logics to fail when some of the
required parameters are missing, by the built-in behavior to define
required parameters.
Change-Id: Ieebd67e2551709731ebd11957d28d1762ec308d4
This patch adds support for two new options in the
p11_crypto_plugin section of the config file.
Depends-On: I115cf1a7006a6c85f37c5e50ded13134a3dfd1a3
Change-Id: I84b66d56a0914ea9e10eebb44c99ba2951ddba61
Some parameters in the barbican::plugins::p11_crypto class and the
barbican::plugins::kmip class are always required when these classes
are loaded.
This patch update the description about these parameters so that it
clearly shows that they are always required.
Change-Id: Ie8f77821e5a09362972aa059ac44b45409eee3fd
This change adds the 'params' hash in authtoken class, to implement
the same functionality as the one recently introduced into
puppet-nova[1].
[1] 5c38281e1b698f157f03bf1815733277c541c30b
Change-Id: I1ee5f6f36dce3429261b77a4c91b4732ced4a591
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: Iea4e5e59ee7b763be8bfc51b2d4c64d6dae91532
Sem-Ver: feature
manifests/config.pp:7:WARNING: No matching class parameter for
documentation of barbican::config::xxx_config
manifests/init.pp:7:WARNING: No matching class parameter for
documentation of barbican::sample_parameter
Change-Id: I4c3ba63dee6ec9081ec083ce45620cd6966e6c4b
Currently we validate database_connection in 2 layers, each puppet
modules and puppet-oslo, however this makes it difficult to maintain
validation pattern because we always need to fix both.
This patch removes the validation from each puppet modules so that
we need to maitain only one place, puppet-oslo to update validation
logic.
Change-Id: I47ef221165959090294f51011e1a8eb454ad91bc
It is provided by the Puppet class 'openstacklib::wsgi::apache'.
This change exposes it for the Barbican service.
Change-Id: I3baa7af29970b4da25ff67a54e473c32ee6ad40f
Signed-off-by: Luke Short <ekultails@gmail.com>
This patch adds support for [keystone_authtoken] interface parameter,
so that operators can define which endpoint should be used by authtoken
middleware.
Change-Id: I5068505afbaf57e66d28f7cf472ab09bb8355f04
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: I42c0fef8fe0bc4f0fc01cb0166081f5e2450d4e6