This change defines manifest_dir and module_path expicitly in unit
tests so that modules installed under fixtures directory is properly
loaded.
Change-Id: I5bf6cd967d1e0e9fe4eaac0dac242dbc7b88a771
Closes-Bug: #1930403
This change introduces the oslo::coordination resource type, which can
be used to manage paramaeters and packages used for coordination(tooz).
Change-Id: I93ee3a37137232604aaa1532f4d46bf28264b677
This change reduces scope of tempest tests in tripleo job, so that we
run only subset of test cases used in TripleO repos.
Change-Id: Ifd34735a20342370e4c02110d023342d11a0dbfe
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:
UserWarning: Usage of dash-separated 'description-file' will not be
supported in future versions. Please use the underscore name
'description_file' instead
[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb
Change-Id: I16ad86458557d3057f0c3a6c0067f48ddc035145
This change fixes the following lint error which is detected since we
removed pin of lint packages.
manifests/init.pp:7:WARNING: No matching class parameter for
documentation of oslo::sample_parameter
Change-Id: I62dd8489c7a5c366fcf729cf32fcb18012e7b727
This change implements support for key manager options which are
implemented in the castellan library and currently used by nova,
cinder and glance.
Change-Id: I11484961efe207cefbac775a7847b4fd9bec8dc2
Add file to the reno documentation build to show release notes for
stable/wallaby.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/wallaby.
Sem-Ver: feature
Change-Id: I25a47983ad2bc26f3d099947e753166d8acd5527
The oslo_policy/policy_dirs parameter is not ListOpt but MultiStrOpt,
thus it expects multi line configruation instead of a comma separeted
list.
Closes-Bug: #1922044
Change-Id: Id183859e7cb936e1f70abb1bb26e071dd19b82a5
Currently we always get the following warnings because of the wrong
default value of idle_timeout.
The idle_timeout parameter is deprecated.
Please use connection_recycle_time instead.
This change fixes the default and ensures that the warning message
is shown only when the deprecated parameter is set.
Change-Id: Iba93ffdacf45096a6db65f3f0dfcfaf7d87574f2
This patch specifies a set of options required to build a TLS context.
The context built from those options can later on be passed to any of
the oslo.cache backends that supports TLS connections.
Original oslo.cache change:
https://review.opendev.org/c/openstack/oslo.cache/+/725405
Change-Id: I415cfee6045cd904e9675b97750c5de2f1be55d3
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: I2b2c7090811e74b0492e42f8861b34ee8647045d
Sem-Ver: feature
This patch allows specyfing resource type used to apply configurations
in oslo::db class, so that we can use this class to set up parameters
for multiple databases.
Change-Id: I62c7d60c04b9ef0a3c74c7355c8e7a199ffc5cd5
A recent change[1] in puppet-oslo breaks the tripleo
jobs.
Adding tripleo-ci-centos-8-standalone job in
check and gate against puppet-oslo project make sure it
does not break the tripleo project.
[1.] https://review.opendev.org/#/c/748067
Related-Bug: #1893173
Change-Id: I5016e565a149595e9904d49e8249e1bbc59c21e0
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>