1456 Commits

Author SHA1 Message Date
Takashi Kajinami
dde528e8f5 Add more log options
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
2024-02-20 13:53:41 +09:00
Thomas Goirand
43035bc12e Per daemon log name
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
2024-02-20 12:06:01 +09:00
Takashi Kajinami
1b5eceeb36 Add support for read_only middleware
Change-Id: I82726ab76587a134f9267521821b48e8a1a05936
2024-02-18 14:09:56 +09:00
Zuul
7a6179dad9 Merge "storage: support timeout parameters" 2024-01-22 17:29:57 +00:00
Zuul
526258d596 Merge "updater/reaper: Support interval option" 2024-01-22 17:20:01 +00:00
Takashi Kajinami
7021ac5ddb storage: support timeout parameters
This introduces support for the following these two options for various
services.
 conn_timeout: connection timeout
 node_timeout: request timeout

Change-Id: I318c8db8c564e86b33597d13e0b50da03aa9f16e
2024-01-20 00:10:53 +09:00
Takashi Kajinami
1218a17d9b updater/reaper: Support interval option
... similarly to the interval option for replicators.

Change-Id: Id3eb05a647d4a141ab47222197540bb3e61ba8de
2024-01-19 19:37:05 +09:00
Zuul
73a672887b Merge "proxy: Fix typo in the dummy resource for pipeline validation" 2024-01-12 18:01:52 +00:00
Zuul
fed53e4471 Merge "Fix handling of cors options" 2024-01-12 18:00:45 +00:00
Zuul
a2d8fa30fe Merge "Fix constraint related to dnspython" 2024-01-12 17:42:43 +00:00
Zuul
b5a4ab89e8 Merge "Use ensure_resource to declare rsync::server" 2024-01-12 17:42:41 +00:00
Takashi Kajinami
64b7667b86 Use ensure_resource to declare rsync::server
... instead of skipping the 2nd declaration, to detect conflicting
definitions.

Change-Id: I7370f740da55bc7128fbef21599907365c49cd93
2024-01-10 10:31:07 +00:00
Takashi Kajinami
a8c680d8f2 proxy: Fix typo in the dummy resource for pipeline validation
Change-Id: I49987756f7c9f7246281c5df56dc47db0593d0b4
2024-01-10 15:55:30 +09:00
Takashi Kajinami
185fe9b25e Fix handling of cors options
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
2024-01-10 15:50:33 +09:00
Takashi Kajinami
f77b2c23c9 Fix constraint related to dnspython
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
2024-01-10 15:20:13 +09:00
Zuul
26270f6a3e Merge "Support allowed_digests options" 2024-01-02 17:03:21 +00:00
Zuul
92c01eb323 Merge "Ensure all keystone resources are created" 2024-01-02 17:03:20 +00:00
Zuul
bc3749e1e4 Merge "ceilometer: Remove redundant default of nonblocking_notify" 2024-01-02 17:03:19 +00:00
Zuul
19b1d5b2ed Merge "ceilometer: Purge topic and control_exchange by default" 2024-01-02 17:03:17 +00:00
Takashi Kajinami
385c66d388 Support allowed_digests options
... which were added as part of deprecation of sha1 signatures[1].

[1] 2d063cd61f6915579840a41ac0248a26085e0245

Change-Id: I8a27cebecbf1c47b2aeb8c1f1f00b1f1c90011d1
2023-12-27 00:05:28 +00:00
Takashi Kajinami
3fc6cb92b0 Ensure all keystone resources are created
Change-Id: Id0da55ac9335e256765fa4110dc254f7383bf620
2023-12-25 01:00:10 +09:00
Takashi Kajinami
a312a03bb8 ceilometer: Remove redundant default of nonblocking_notify
Change-Id: Id83695510c574fc8e9b16fe6b9bd4568461705a0
2023-12-24 23:07:32 +09:00
Takashi Kajinami
3244a67f56 ceilometer: Purge topic and control_exchange by default
... instead of leaving these options unmanaged.

Change-Id: I89350c9daafeedc1b1736e4dc67f6918a2e8a666
2023-12-24 16:00:36 +09:00
Zuul
0e3f254347 Merge "Replace deprecated stub from rspec-mocks" 2023-12-05 15:19:03 +00:00
Takashi Kajinami
55df880f95 Replace deprecated stub from rspec-mocks
... 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
2023-12-04 23:53:24 +09:00
Takashi Kajinami
68bc8f1a29 Add purge_config support for service config files
... so that users can use this feature more easily.

Change-Id: Iceec730f773f5c5d411ea2c50d2926631f48b9c9
2023-12-04 14:28:26 +00:00
Takashi Kajinami
f772e96e12 Add parameter type validations
Some parameters accept only certain parameter types/values. This adds
validations in parameter input to return sensible errors to users.

Change-Id: Ie6c0cf7956c228fead74dcb59e94111402303a56
2023-12-04 14:28:21 +00:00
Takashi Kajinami
53198ba274 container-reconciler: Support more tunables
Change-Id: Ie2b54782e3f80d6c64bfb0ac9d2cb9afc65abbc2
2023-12-04 23:27:39 +09:00
Takashi Kajinami
5611ed75f5 container-reconciler: Enable cache middleware by default
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
2023-12-04 23:26:31 +09:00
Takashi Kajinami
d0b20eb5d9 Drop redundant default of cache_tls_enabled
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
2023-12-04 21:38:25 +09:00
Takashi Kajinami
9c10d867f3 Fix incomplete unit tests for swift::objectexpirer
This fixes some of the logics which do not actually enable unit tests,
to keep appropriate test coverage.

Change-Id: I02d7f2a21d0b2a3c09f622caf11041a6dd9d0f83
2023-12-04 19:44:06 +09:00
Takashi Kajinami
4ae639589e Fix incomplete unit tests for swift::containerreconciler
This fixes some of the logics which do not actually enable unit tests,
to keep appropriate test coverage.

Change-Id: I27ffddfe37d6801df7b4b2caf7becd7d92773ddc
2023-12-04 15:42:25 +09:00
Takashi Kajinami
f0a77d2cc2 Remove redundant hardcoded default of log_headers
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
2023-12-01 15:53:21 +09:00
Takashi Kajinami
300802a79d Make log_udp_port optional
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
2023-12-01 15:53:13 +09:00
Zuul
e1f6e41ad0 Merge "Deprecate incomplete config_file_path" 2023-11-27 16:53:29 +00:00
Zuul
72e24e247c Merge "Remove unnecessary file_line resources" 2023-11-27 16:53:28 +00:00
Takashi Kajinami
bb656e5ee8 Deprecate incomplete config_file_path
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
2023-11-26 21:00:05 +09:00
Takashi Kajinami
0d80ac7866 Remove unnecessary file_line resources
Now the section can be managed by the swift_<type>_config resources.

Change-Id: I34eb07721bb1e453e9217fff3035a37d0694c3ba
2023-11-26 20:44:29 +09:00
Takashi Kajinami
9325297393 object-expirer: Remove deprecated auto_create_account_prefix
This parameter was deprecated a few cycles ago[1].

[1] 7d220dd93468815f88c95c67b2d45d95152f8cae

Change-Id: Ic2f5d11453bd4403ace59ee7245cdd999c6dc51f
2023-11-26 20:23:38 +09:00
Zuul
0f7f6bdee8 Merge "Move out swift client from service packages" 2023-11-20 18:43:32 +00:00
Takashi Kajinami
0a2d1a26a1 Move out swift client from service packages
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
2023-11-20 00:30:12 +09:00
Takashi Kajinami
8221de3b49 Bump supported Debian version to 12 (Bookworm)
Debian 12 was released in June 2023. Recent versions of OpenStack
(actually, 2023.1 and later) no longer support Debian 11.

Change-Id: I296a546b60de6ff969f186caa86c241eff9a3c75
2023-11-18 09:25:27 +00:00
Zuul
f6b6102f4b Merge "Fix wrong PATH for chown" 2023-11-15 17:13:59 +00:00
Zuul
810f90077f Merge "Fix ignored notifications/orders" 2023-11-15 17:12:13 +00:00
Takashi Kajinami
13c449f012 Fix wrong PATH for chown
The chown command is installed in /bin and /usr/bin/, not /usr/sbin.

Change-Id: I03d6bc361726f0eee9c9cebac85f38c317b52b99
2023-11-15 21:35:09 +09:00
Takashi Kajinami
db8eff9e4e Fix ignored notifications/orders
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
2023-11-15 03:08:53 +09:00
Zuul
27bd79c883 Merge "keymaster: Ensure options are purged by default" 2023-10-17 16:12:45 +00:00
Zuul
a89110453d Merge "Drop default password" 2023-10-17 16:12:44 +00:00
Zuul
db792a32b2 Merge "Fix ignored unit tests for swift::keymaster" 2023-10-17 14:59:28 +00:00
Takashi Kajinami
e6f5b32303 keymaster: Ensure options are purged by default
... instead of being left unmanaged.

Change-Id: I68706ca07c9d3491c0f762ec102a722a23db28ec
2023-10-17 13:49:45 +09:00