- 28 Jan, 2022 1 commit
-
-
Takashi Kajinami authored
We recently merged several fixes for CentOS9 support. Let's create a new release so that these fixes are included in a released version. Change-Id: Ifb234e1d59cc1ea6612073b09ea2a55b67e57be2
-
- 24 Sep, 2021 1 commit
-
-
Takashi Kajinami authored
... because the parameter accepts a password string. Change-Id: I362b09f60c22d615ed13c79bbc25f27f3b73feb5 (cherry picked from commit d987257e)
-
- 03 Jun, 2021 1 commit
-
-
Takashi Kajinami authored
This change defines manifest_dir and module_path expicitly in unit tests so that modules installed under fixtures directory is properly loaded. Closes-Bug: #1930403 Change-Id: I9342ae7e8945cf8a8d05c0d8d2956191605c7ad8 (cherry picked from commit abb76234)
-
- 01 Apr, 2021 2 commits
-
-
OpenStack Release Bot authored
Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/wallaby branch, tests will continue to use the upper-constraints list on master. Change-Id: I9db536ba733998ffb07be39e97924435643a9995
-
OpenStack Release Bot authored
Change-Id: Ibac89e47886b4470627b3790b974a3a223a205ff
-
- 27 Mar, 2021 1 commit
-
-
ZhongShengping authored
Change-Id: I8036cd474bcf74432c48959278b1af4a7d79a76e
-
- 26 Mar, 2021 2 commits
-
-
ZhongShengping authored
Update the version metadata for Wallaby milestone RC1 Change-Id: I209b128884b1d5d3ada7219c9e0004c005618859
-
Zuul authored
-
- 23 Mar, 2021 1 commit
-
-
Takashi Kajinami authored
... because CloudArchive packages are available for only Focal since Victoria release. Change-Id: I81c3e29488352e336cecaa74a3f81fb0e9f4b8f7
-
- 18 Mar, 2021 1 commit
-
-
Takashi Kajinami authored
... because we don't use that module from puppet-ceilometer Change-Id: I8f67d86b685cef910bcbd5b2e900b65c64a85ca3
-
- 12 Mar, 2021 1 commit
-
-
ZhongShengping authored
Update the version metadata for Wallaby milestone M3 Change-Id: I830d27932150dd311a50a122d63dc7a908e2db09
-
- 20 Feb, 2021 1 commit
-
-
Takashi Kajinami authored
This change renames ceilometer::agent::auth and its parameters to be consistent with the section name and the parameter names in ceilometer service. This allows operators more easily guess how the class and its parameters correspond to the options in ceilometer. Change-Id: I7ec7e5e36cad537117e8abb8fe0e67b8b8be48e9
-
- 15 Feb, 2021 1 commit
-
-
Zuul authored
-
- 03 Feb, 2021 1 commit
-
-
Grzegorz Grasza authored
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. Depends-on: https://review.opendev.org/761604 Change-Id: I66df247543f28b4343c15f4e151231c0e100d00a
-
- 27 Jan, 2021 1 commit
-
-
Takashi Kajinami authored
Change-Id: Ib5eaacd8f56e88671abec4082012793033b90e71
-
- 25 Jan, 2021 3 commits
- 19 Jan, 2021 2 commits
-
-
Takashi Kajinami authored
This change removes usage of transformers from pipeline.yaml because support of transofermer was already removed from ceilometer[1]. [1] 9db5c6c9bfc66018aeb78c4a262e1bfa9b326798 Change-Id: Ibadafdf86f5ce581c9084a5e00784eefa7d28cab
-
ZhongShengping authored
Update the version metadata for Wallaby milestone M2 Change-Id: I9662290ac2b88393b28c31f8c95a32927040a7ab
-
- 15 Jan, 2021 2 commits
-
-
Takashi Kajinami authored
The hardware.cpu.util is deprecated and ceilometer now supports meters to get cpu utils per usage like usr, sys and so on. This change updates the default meters to follow the change[1] in ceilometer. [1] 8fd68396af595a2ba009591c9e53a1b55557b311 Change-Id: Iea1240e97e62da03ddc485602ed9099a39bff875
-
Takashi Kajinami authored
The disk.* meters have already removed from ceilometer[1] and we should use the disk.device.* meters instead. [1] f7b1218b8e26a0f9a5924a15b029a961413cc40a Closes-Bug: #1911852 Change-Id: I9dcf128951cc23a0c8c8e589c42a352a94b3c8df
-
- 05 Jan, 2021 1 commit
-
-
Zuul authored
-
- 30 Dec, 2020 1 commit
-
-
Takashi Kajinami authored
Change-Id: I3e8924c95655e12494382130b8edeb0f47e0fb95
-
- 21 Dec, 2020 1 commit
-
-
Takashi Kajinami authored
... so that we can ensure the parameter is managed and unset by default. Change-Id: If3cf0e385befc686fe3ed1b5be6bb63652c9b0f4
-
- 04 Dec, 2020 1 commit
-
-
ZhongShengping authored
Update the version metadata for Wallaby milestone M1 Change-Id: I40b91b17d116050a0b29e11d1443c5e9b4aadc8c
-
- 23 Nov, 2020 1 commit
-
-
ZhongShengping authored
As Openstack projects continue to have longer database migration chains, the Puppet default timeout of 300 seconds for an execution is becoming too short a duration on some hardware, leading to timeouts. As projects continue to add more migration scripts without pruning the base, timeouts will continue to become more frequent unless this time can be expanded. Change-Id: Ib6757e9145d1b0dc3cead9b24637019a93576c61 Closes-Bug: #1904962
-
- 11 Nov, 2020 1 commit
-
-
ZhongShengping authored
UPPER_CONSTRAINTS_FILE is deprecated and TOX_CONSTRAINTS_FILE is the new environment variable name that replaces it [1]. This allows to use upper-constraints file as more readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>. [1] https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-tox.tox_constraints_file [2] https://review.opendev.org/#/c/722814/ Change-Id: I668ab8cdfb3ec49bb26d890630c823419c8cb3de
-
- 02 Nov, 2020 1 commit
-
-
ZhongShengping authored
The allow_insecure_clients has been deprecated[1]. [1]https://review.opendev.org/#/c/417629/ Change-Id: I0bd365036e8a06e906775966e9ff189c5f7fd463 Closes-Bug: #1902158
-
- 28 Oct, 2020 1 commit
-
-
ZhongShengping authored
Change-Id: I4fe4ef760f60914cd14383fc3e360e56c0050f66
-
- 22 Oct, 2020 2 commits
-
-
Takashi Kajinami authored
Since ceilometer-api has been removed, we no longer need ceilometer service and endpoints registered to keystone. Change-Id: I4d8a067c02e9dc4152c7606c2865ebb9768c2fa0
-
Benedikt Trefzer authored
The added parameter should be deprecated in one of the next steps, since there is no ceilometer api for several releases ! Change-Id: Ia579cf24a5e837487216329fe994cb030c1b3929
-
- 15 Oct, 2020 1 commit
-
-
ZhongShengping authored
Bump the major version for the Wallaby release after Victoria has been branched. Change-Id: Ie34bc8493479faad208333cfa39abcaae467158f
-
- 12 Oct, 2020 2 commits
-
-
Takashi Kajinami authored
... because it is useless since ceilometer-api was removed. Change-Id: Ida2a8a9bb2b23105db83b6553bfa8b5c783ffc58
-
ZhongShengping authored
Change-Id: I9bb34f22382063786ebe78d96f968cb605235103
-
- 10 Oct, 2020 1 commit
-
-
ZhongShengping authored
Change-Id: I29591b946129e970eb051626b03059e692407a97
-
- 09 Oct, 2020 2 commits
-
-
Zuul authored
-
ZhongShengping authored
Change-Id: I08d61e525892737b867aee6b5fa0191fae797b0d
-
- 08 Oct, 2020 1 commit
-
-
OpenStack Release Bot authored
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: I88ac2a82457d9708c5ae5e5c5d927ecba61b65b7 Sem-Ver: feature
-
- 24 Sep, 2020 1 commit
-
-
ZhongShengping authored
Update the version metadata for Victoria milestone RC1 Change-Id: I99aa728762845e2d88df42738ad6a9a9937294f0
-