Add file to the reno documentation build to show release notes for
stable/2026.1.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2026.1.
Sem-Ver: feature
Change-Id: If9f1ee83ed1a3ed88315f63628c8bb20be5b9321
Signed-off-by: OpenStack Release Bot <[email protected]>
Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/add_release_note_page.sh
These options were deprecated in favor of the new generic options.
Depends-on: https://review.opendev.org/977500
Change-Id: Ia122ee836b5c363208de67513fd97df46f35e8b8
Signed-off-by: Takashi Kajinami <[email protected]>
Add file to the reno documentation build to show release notes for
stable/2025.2.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2025.2.
Sem-Ver: feature
Change-Id: I46e2f362709bf8c88023467712d074236e4b0cb1
Signed-off-by: OpenStack Release Bot <[email protected]>
Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/add_release_note_page.sh
This is the role created to be used by service users. At this moment
several services/functionalities still need the admin role so is kept.
Change-Id: Ib2d0cf0ddb164fef1e812519eb03209bac7227b5
Signed-off-by: Takashi Kajinami <[email protected]>
This repository does not actually contain any python package.
Change-Id: I9d15b086dcf095036dcb177a79d31c29f51e85ff
Signed-off-by: Takashi Kajinami <[email protected]>
The minimum version of puppetlabs-stdlib has been bumped globally, so
now we can use the common type definition.
Change-Id: I4a684643c8e00566c9fb3057dcab39e060351a72
Signed-off-by: Takashi Kajinami <[email protected]>
This is provided by puppetlabs_spec_helper which we aim to replace
by voxpupuli-test.
Change-Id: I1669d43806b8be02fae2366a3d7f5d0e4ecbe01c
Signed-off-by: Takashi Kajinami <[email protected]>
Ceilometer does not use eventlet so this option has no effect.
The option was deprecated as part of community-wide effort to remove
eventlet.
Change-Id: Iab5ae90de87b4dedc30bdad48d45957317a1eec7
Signed-off-by: Takashi Kajinami <[email protected]>
Fix new lint errors detected when full of the voxpupili lint plugins
are enabled.
Change-Id: I28c786acfaf5034b8105cfd3da13ac79e580ebce
Signed-off-by: Takashi Kajinami <[email protected]>
Puppet 7 already reached its EOL and now we have the newer major
release(8) available.
Change-Id: Iefe829be837ff08f7f52e88897dc37e9459e4a15
Signed-off-by: Takashi Kajinami <[email protected]>
This fixes a few lint warnings/errors detected by the following plugins
we aim to enable soon.
- puppet-lint-file_ensure-check
- puppet-lint-trailing_comma-check
- puppet-lint-topscope-variable-check
Change-Id: I3ec372b6771012ea3b50521f142e5c3411694dca
Signed-off-by: Takashi Kajinami <[email protected]>
puppetlabs-stdlib deprecated the existing functions in favor of
the new stdlib:: functions in 9.0.0. The version was released a few
years ago and now we assume we are ready to adopt to the migration.
Change-Id: I63f3dfb8b2ebc8e378f68f6074ac1080c28e72c3
Signed-off-by: Takashi Kajinami <[email protected]>
The [oslo_messaging_rabbit] heartbeat_timeout_threshold option has no
longer been experimental since 9.6.0 (train)[1].
[1] 44bd971bfb134cd74d09322a6bfc7449e3be577e
Change-Id: Ibe51371233c539fe4713522d6df1927fa4b4ad61
Signed-off-by: Takashi Kajinami <[email protected]>
This patch adds two new parameters to the toplevel class:
- rabbit_use_queue_manager
- rabbit_stream_fanout
that are already handled by the oslo::messaging::rabbit class, which
makes it impossible to set using ceilometer_config.
Change-Id: I0682a708ff81083a55b2a02d2bc242d9e9e06f66
This option in ceilometer was deprecated, because it has had no effect.
Depends-on: https://review.opendev.org/950874
Change-Id: Ie3ded0e42fd68594371ac84db0255c78476c18e2
We should use the default (False) unless we have an explicit reason,
as suggested in the guide[1].
[1] https://www.puppet.com/docs/puppet/7/types/file.html#file-attribute-selinux_ignore_defaults
In general, you should leave this set at its default and only set it
to true when you need Puppet to not try to fix SELinux labels
automatically.
Change-Id: If560c71712b77139220b2b04675a436bf0268a19
The option was deprecated during the 2024.2 cycle[1]. Processes may
fail to start when it is set to True[2] so supporting it is no longer
useful.
[1] 31603ac6dacd0b47ec9f02d99bfdd0a7b683119c
[2] b977cb9becbeaaa67bb663bd8db5aa6846e495b9
Change-Id: Ia54b48da9f692d67c4d08a3170417bd636d41e2d
Add file to the reno documentation build to show release notes for
stable/2025.1.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2025.1.
Sem-Ver: feature
Change-Id: I548b4bc393dac4340fdbbc2155c54bcfd7f94cd0
Ubuntu provides packages of Dalmatian and newer releases only for
24.04 (Noble).
Depends-on: https://review.opendev.org/931662
Change-Id: I2aa90276f043c8ce692fc55970b408f29ba306aa
The amqp_auto_delete option needs this patch:
https://review.opendev.org/c/openstack/puppet-oslo/+/944132
Since transient_queues_ttl is also managed by oslo::messaging::rabbit,
there's no way to use ceilometer_config to set it, so this patch is
mandatory for one to set rabbit_transient_queues_ttl in ceilometer.conf.
Change-Id: I72e08e90e55afab4a76c9b80365164af5c54b14c
... because the option was deprecated in favor of the new
identity_name_discovery option.
Depends-on: https://review.opendev.org/943892
Change-Id: I8121285d39fab726ff548ca84767620fb03ffbd6
The meter requires Intel CMT perf events which were removed from nova
by [1]. The related meters are being removed from ceilometer now.
[1] e45f3b5d71342d179bc150901f2dd5dabef238ca
Change-Id: If9a40994dc0735e44f724ed2b867fbf266e77306