- 05 Apr, 2022 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
puppet-ceilometer 20.3.0 release meta:version: 20.3.0 meta:diff-start: - meta:series: yoga meta:release-type: release meta:pypi: no meta:first: no meta:release:Author: Takashi Kajinami <tkajinam@redhat.com> meta:release:Commit: Takashi Kajinami <tkajinam@redhat.com> meta:release:Change-Id: I2b2bead3e7e2dbde46a817edab45e0d03699a11c meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
-
- 30 Mar, 2022 2 commits
- 29 Mar, 2022 1 commit
-
-
Jiri Podivin authored
The latest release of setuptools 61.0 made a breaking change[1] and because of this change 'pip install' fails with the following error. ~~~ error: Multiple top-level packages discovered in a flat-layout: ['lib', 'spec', 'manifests', 'releasenotes']. ~~~ Users that don't set 'packages', 'py_modules', or configuration' are still likely to observe the auto-discovery behavior, which may halt the build if the project contains multiple directories and/or multiple Python files directly under the project root. To disable auto discovery, one can do below in setup.py ~~~ setuptools.setup(..,packages=[],..) ~~~ or ~~~ setuptools.setup(..,py_modules=[],..) ~~~ [1] https://github.com/pypa/setuptools/issues/3197 Note setup.py is not used to install puppet modules. However it is used to generate a release note, thus should be fixed. Signed-off-by:
Jiri Podivin <jpodivin@redhat.com> Change-Id: I1777e91b28974980c3d32341435538128a66872c
-
- 25 Mar, 2022 1 commit
-
-
Thomas Goirand authored
-
- 24 Mar, 2022 2 commits
-
-
Takashi Kajinami authored
Transformer was already removed from ceilometer by [1]. This field was removed from the example configuration file when transformer was deprecated[2]. [1] 9db5c6c9bfc66018aeb78c4a262e1bfa9b326798 [2] 1dcbd607df0696101b40f77d7721489679ebe0ba Change-Id: I012d3f960d2a562c2735e7b5c1e408a3a1addb70
-
Takashi Kajinami authored
The triggers field is no longer used. The field was removed from the example file by c569fcd5ed59b00950a2ac7b9df75eb700a883e8 . Change-Id: I03b1daffa4de60f562f747b1c88ffb444020905f
-
- 14 Mar, 2022 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
puppet-ceilometer 20.2.0 release meta:version: 20.2.0 meta:diff-start: - meta:series: yoga meta:release-type: release meta:pypi: no meta:first: no meta:release:Author: Takashi Kajinami <tkajinam@redhat.com> meta:release:Commit: Takashi Kajinami <tkajinam@redhat.com> meta:release:Change-Id: I1fe667a3a1af784b33565fcd4a4e1d19092861f0 meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
-
- 13 Mar, 2022 1 commit
-
-
Takashi Kajinami authored
Change-Id: I6e5e0e80ef5181a9a04bd8d297e24810776cc3df
-
- 12 Mar, 2022 1 commit
-
-
Zuul authored
-
- 08 Mar, 2022 1 commit
-
-
Takashi Kajinami authored
All strings are considered as unicode string from Python 3. This patch drops the explicit unicode literal (u'...') appearances from the unicode strings. Change-Id: Ie93f78c505b89bf5405ef492088e0114f54010fb Co-Authored-By:LiZekun <2954674728@qq.com>
-
- 03 Mar, 2022 1 commit
-
-
Takashi Kajinami authored
After spending huge effort to understand the exact requirements to enforce SRBAC, we learned it's very difficult to find the required scope in each credential. This requires understanding implementation of client-side as well as server-side, and requirement might be different according to the deployment architecture or features used. Instead of implementing support based on the actual implementation, this introduces support for system scope credentials to all places where keystone user credential is defined, and make all credential configurations consistent. Change-Id: I3a659a6b43d9c47e88334c24fb866a73a8f24a24
-
- 27 Feb, 2022 1 commit
-
-
ZhongShengping authored
Update the version metadata for Yoga milestone M3 Change-Id: I90d0a024b6a862095681b8d543f66d9ceb086c1c
-
- 24 Feb, 2022 1 commit
-
-
Zuul authored
-
- 22 Feb, 2022 2 commits
-
-
Zuul authored
-
Takashi Kajinami authored
... because these operating systems are now verified by unit tests and integration tests. Change-Id: I0590ce6552ffb72389a3d793267e4e68510af7c1
-
- 20 Feb, 2022 1 commit
-
-
Takashi Kajinami authored
... and avoid hard-coding user/group but use the definition in the params class. Change-Id: Ia5f1e356902ad544fe7eb17e53b3b274475d40a8
-
- 19 Feb, 2022 1 commit
-
-
Zuul authored
-
- 18 Feb, 2022 1 commit
-
-
Zuul authored
-
- 15 Feb, 2022 1 commit
-
-
Takashi Kajinami authored
The puppt-postgresql module does not support CentOS 9 yet and requires some version parameters to be run on CentOS 9. This change disables unit tests requiring that module, until the module supports CentOS 9. Change-Id: Ic9c6b8cd1bd6992c3ded3bbe4c07150246f86852
-
- 14 Feb, 2022 1 commit
-
-
Zuul authored
-
- 08 Feb, 2022 2 commits
-
-
Takashi Kajinami authored
... because it was deprecated during Ussuri cycle. Change-Id: I57932a91d14af5cab2542d5eae7e4aa579cd0d28
-
Takashi Kajinami authored
... because it was deprecated during Wallaby cycle. Change-Id: Ie92ba069cd55546994b4b8102fc1d5fc5fd5857a
-
- 07 Feb, 2022 1 commit
-
-
Jacob Aharon authored
Change-Id: Id8e9277d4699be3aa6b92dd49b3c24f54316eab1
-
- 04 Feb, 2022 4 commits
-
-
Zuul authored
-
Takashi Kajinami authored
... because Telemetry service is now enabled in that scenario. Depends-on: https://review.opendev.org/825929 Change-Id: I03fe6c57382069200a1057da46fece3d04f1b972
-
Takashi Kajinami authored
The ceilometer::dispatcher class no longer exists, and its parameters were replaced by the ones of ceilometer::agent::notification. Change-Id: Iaf92d94c834e6b34c54d4f270fb007caa37fb367
-
Takashi Kajinami authored
in favor of the new ceilometer::cache class. This should have been done when we added that class. Change-Id: Ida080fe2a71d6215a8365cfb4f9f902dfcaaa760
-
- 31 Jan, 2022 2 commits
-
-
Grzegorz Grasza authored
This patch specifies a set of options required to setup the HashClient retry feature of dogpile.cache cache backend. Original oslo.cache change: https://review.opendev.org/c/openstack/oslo.cache/+/824944 Depends-On: https://review.opendev.org/826870 Change-Id: Idb2fe7e5573103d9e7ef36652fc2b4252418cdc3
-
Grzegorz Grasza authored
This patch specifies a set of options required to setup the retrying wrapper feature of pymemcache (dogpile.cache) cache backend. Original oslo.cache change: https://review.opendev.org/c/openstack/oslo.cache/+/803747 Depends-On: https://review.opendev.org/826869 Change-Id: I6ab9dcd40678d98aceed8fe28658b984b41a63cb
-
- 28 Jan, 2022 1 commit
-
-
Zuul authored
-
- 27 Jan, 2022 3 commits
-
-
Zuul authored
-
Takashi Kajinami authored
Trivial-Fix Change-Id: Ic0ee1a3eba9875160dc7a8a2eb8a506cfe36693e
-
Grzegorz Grasza authored
This patch specifies a set of options required to setup the socket keepalive feature of pymemcache (dogpile.cache) cache backend. Original oslo.cache change: https://review.opendev.org/c/openstack/oslo.cache/+/803716 Depends-On: https://review.opendev.org/807851 Change-Id: I5d7822101da301a6910f4da54569315d5c62f0b7
-
- 25 Jan, 2022 1 commit
-
-
Takashi Kajinami authored
Change-Id: I39944bc0089a0dd8209121ec9738ba373c7ae909
-
- 24 Jan, 2022 1 commit
-
-
Zuul authored
-