This adds a few new log options for object-expirer and
container-reconciler so that users can set consistent logging options.
The default log level of container-reconciler is effectively changed
from local0 to local2, to use the consistent log facility in all
services.
Change-Id: If5c287d8fd1325b08705133756eece6e41cfdc5f
Currently, puppet-swift can only set log_name. However, it's possible
with swift to have each daemon log with a different name, making it
possible to have logging for each daemon in a separate file, which is
often a way more convenient for operators.
This patch sets a different log_name for each daemon if set to true.
The default behavior is left unchanged.
Change-Id: I27386f6ac00b2efcfa5fc4f5ed3b86efc49c17fc
This introduces support for the following these two options for various
services.
conn_timeout: connection timeout
node_timeout: request timeout
Change-Id: I318c8db8c564e86b33597d13e0b50da03aa9f16e
The strict_cors_mode option should be set independently from
the cors_allow_origin, for example in case when strict mode is
disabled.
Also the current description about the strict_cors_mode is completely
incorrect.
This fixes these problems, and also allows usage of an array value
for cors_allow_origin so that users can compose a value to be passed
to the parameter more easily.
NOTE:
The strict_cors_mode option defaults to true in swift, thus its default
is replaced by the os_service_default fact.
Closes-Bug: #2048840
Change-Id: I59317519e31349d0b0b7efafae3a0a8a44d81d37
The title of the package resource to manage dnspython is not python3-*
but python-*. Also the proxy-server service should be restarted when
the package is updated so that the updated version is loaded.
Change-Id: I3372c38dcbc7312395ddf643862da91b00262ad7
... which were added as part of deprecation of sha1 signatures[1].
[1] 2d063cd61f6915579840a41ac0248a26085e0245
Change-Id: I8a27cebecbf1c47b2aeb8c1f1f00b1f1c90011d1
... according to the following warning.
Using `stub` from rspec-mocks' old `:should` syntax without explicitly
enabling the syntax is deprecated. Use the new `:expect` syntax or
explicitly enable `:should` instead.
Change-Id: I45564a4bc3346037265a3363b3bd635b4c9f53e1
Some parameters accept only certain parameter types/values. This adds
validations in parameter input to return sensible errors to users.
Change-Id: Ie6c0cf7956c228fead74dcb59e94111402303a56
The chache middleware is now enabled by default in most of the services
but only container-reconciler disables it by default, though the sample
config container-reconciler config file in the swift repository enables
the middleware.
This updates the default value so that the default pipeline is
consistent among services, and is aligned with the sample files in
swift.
Change-Id: Ifcb4d241de14a9e0b7e3afb79e73b9a57acc9d9e
The tls_enabled option defaults to false, so we don't have to make
the class parameter default to false explicitly but can use the service
default.
Change-Id: I023855904460280e86073c0301e420255b25e6f2
This fixes some of the logics which do not actually enable unit tests,
to keep appropriate test coverage.
Change-Id: I02d7f2a21d0b2a3c09f622caf11041a6dd9d0f83
This fixes some of the logics which do not actually enable unit tests,
to keep appropriate test coverage.
Change-Id: I27ffddfe37d6801df7b4b2caf7becd7d92773ddc
The log_headers option defaults to no (which is effectively same as
False), so we don't have to explicitly set this option.
Change-Id: I0463331018dd1ff844caf0bc54f9abfe4627420e
The [DEFAULT] log_udp_port option defaults to syslog udp port in case
it's not set, so users don't have to set this option explicitly.
Change-Id: I274271fd5bbcbac830d119797a0895f8651ba9df
Customizing this parameter now results in incomplete result because
swift_<type>_config does not allow customizing the target file path.
Let's deprecate the parameter instead of leaving this incomplete
interface.
Change-Id: Ie3fe8a34bcccaa993aedd8b6bef15ad3d237604c
The swiftclient package is not required by swift itself, thus we don't
have to install it along with the other swift packages.
Change-Id: If241e635109f5970e725d7776026f0d7b4951024
Debian 12 was released in June 2023. Recent versions of OpenStack
(actually, 2023.1 and later) no longer support Debian 11.
Change-Id: I296a546b60de6ff969f186caa86c241eff9a3c75
This fixes the resource notifications and orders defined in the mount
class was unintentionally ignored unless selinux is enabled.
Also, resource collectors are replaced by explicit resources, because
we can expect precise list of resources defined in the class.
Finally, restorecon should be executed when the directory is mounted,
regardless of the result of chmod.
Change-Id: If919c7aceb5394a99657c3be7dc4f376d8a1b453