When customizing this property, purging and prefetch does not work.
It seems the property was added mainly for testing, thus is not very
much indented for production use case.
This also drops the logic for windows which has never been supported.
Change-Id: I2856b87e4cb3f56646b12e2bba98179ccf6e1089
The exec timeout should be a float value. This adds parameter types
so that only the expected value type is accepted.
Change-Id: I2ae7439599b056b56f3bb634cabcc2813700691a
This change refactors the ceph::key defined resource type so that
unnecessary spaces are removed from commands.
Change-Id: I2cdd9b3c9bac086a57cda67430eba0f0826744b3
The puppet-keystone module provides the common defined resource type to
manage all resources needed to integrate a service to keystone. This
replaces the existing bare implementation by the common resource.
Change-Id: Ibec4407b2816869d62478de0ea5a780a70c08ffb
... which was deprecated in 5.0.0 [1].
[1] f5c1cf3ad5760d55cdefe38011ae7785d3c054fa
Related-Bug: #2029009
Change-Id: I1d75dce1f4a74c19210f9e5de673d76bdfecd1e5
Debian 12 was relased in June 2023 and recent versions of OpenStack
(such as 2023.1 and 2023.2) no longer support Debian 11.
Change-Id: I1d269ad3ac1da766c49b0baec61a79b76383878a
Recent update in rspec-puppet removed some of the config interfaces for
old puppet versions[1]. This drops usage of these interfaces to resolve
the following error in unit tests.
```
An error occurred while loading ./spec/unit/provider/manila_spec.rb.
Failure/Error: c.manifest_dir = File.join(fixture_path, 'manifests')
NoMethodError:
undefined method `manifest_dir='...
```
[1] 316d95923c
Change-Id: I4b91658648c8cef2176264e995366e1ff73ce00b
CentOS 8 reached its EOL a while ago. Because we already removed
support for CentOS 7, we no longer support any non-stream CentOS
versions.
This deprecates the stream parameter and makes the stream repository
used always.
Change-Id: Iba3c8aea2f6dd8b9cca17ed1468a43d6c7d39b53
We removed support for these during wallaby cycle. Because we are now
transitioning victoria and older branches to EOL, we no longer have to
support these old versions now.
Change-Id: I7574de03ada51b375195f025c7fee6c73e163655
Debian 9 support was removed when we bumped the supported version to
10 during victoria cycle. Because we are transitioning stable/ussuri
to EOL, we no longer have to support that old version.
Change-Id: Ie535f1eba454ed804d7e8195eed5dfe64743cf01
The train release was the last release with CentOS 7 support, but it is
now being transitioned to EOL.
This change removes support for CentOS 7 and RHEL 7 because we no
longer support any OpenStack release supporting these old operating
systems.
Because fastcgi package was available for only CentOS/RHEL 7, its
support is also removed by this change.
This also removes the wrong warning message for rgw deployment with
mod_proxy_fcgi. This pattern is still valid in supported operating
systems and only the one with mod_fastcgi should be deprecated or
removed.
Change-Id: I1238b23f1aee57641788a21556123bec94a1ed1b
The directory contains the source files to generate the release note
document, so is not required.
Change-Id: I79f22fbe7144b380288ae9c14d8b11da471dc832
We've seen release job failures caused by too large tarball, which
contains irrelevant files like git history.
Let's exclude these files to reduce size of the archive.
The file is copied from the puppetlabs repositories with some files
specific to OpenStack projects added.
Change-Id: I7e46138981ff8044bc8032dd8dd70d4e30751932
This introduces support for the rgw_keystone_accepted_admin_roles
option of RADOS Gateway Keystone integration.
Change-Id: I74778f12110683abf5c38e98bb72a0d89e8db2c6
... because that causes undefined variables error in case the params
class is not included in advance.
Change-Id: Ibc74d5433645e06eb9f1d0d736bcc41c9c5f3d4e
mod_fastcgi package is not provided for recent operating system
versions. This adds the warning messages to make users aware of that
fact.
The parameter will be removed once we remove the remaining support for
CentOS 7.
Change-Id: I683f68457f568712afb25e7c208e4fc3e737aa03
We have merged several bug fixes, new features and clean ups since
the last release. Let's create a new release so that these can be
consumed via distribution packages.
Change-Id: I20fb6ddfc7936866303dc63ee998d763bdde4882
This introduces a few new parameters to the profile class so that users
can enable keystone integration of RADOS Gateway.
This allows us to fix some ignored profile parameters, and also remove
the references from the non-profile manifest to the profile parameters.
The rgw_keystone_version parameter is removed by this change.
The actual parameter was deprecated[1] and was removed[2] from the rgw
class very long ago.
[1] 85b9d61c40430de32d311cea201a2a33ec91a6b8
[2] 0377da4e088ab88b97af1143191be8da39e1623b
Change-Id: I4026d3c2d40ae9b7ed9c3a60529011854b878f89
In OpenStack deployment we more commonly use `member` than `Member`.
Also the `member` role is now implied by the `admin` role.
This removes the Member role to get rid of the unused role and follow
the standard roles.
Change-Id: I64175a3d485358af9a012060826dcedbe24b1042
... and introduces a few new parameters to customize keystone service,
so that we can replace it by the generic interfaces.
Closes-Bug: #2029009
Change-Id: Ia91560a0948257c7a7801aaca9f43bfde2a573fb