]>
review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/log
Takashi Kajinami [Tue, 21 Sep 2021 08:33:06 +0000 (17:33 +0900)]
Remove parameters for keystone endpoint/service
... because these parameters were deprecated during the wallaby
cycle[1], and has been ineffective since then.
[1]
be7a359ad661aa5a3950974e25adf9aa343ee369
Change-Id: I1a5fc6eb74d6decf8bbec0eabf688cb7da921c3d
Takashi Kajinami [Wed, 22 Sep 2021 10:11:42 +0000 (19:11 +0900)]
Do not use the deprecated service_type in unit tests
... because the parameter is ineffective now.
Change-Id: I6aead4793b936b68fbf2e7b140b5057379296a61
ZhongShengping [Mon, 6 Sep 2021 07:32:07 +0000 (15:32 +0800)]
Prepare Xena M3
Update the version metadata for Xena milestone M3
Change-Id: I5c31db649e922cc3f58d548d31610bd37bbb21bb
Zuul [Mon, 16 Aug 2021 17:33:07 +0000 (17:33 +0000)]
Merge "Deprecate the ceilometer::policy class"
Takashi Kajinami [Sat, 14 Aug 2021 15:25:40 +0000 (00:25 +0900)]
Deprecate the ceilometer::policy class
Ceilometer removed its API service a long ago and no longer uses policy
rules. This change deprecates the invalid class to manage oslo.policy
settings.
Change-Id: Id2a7ebaf57b97083b8cc9eb32a8ecefcee39672f
Takashi Kajinami [Sat, 14 Aug 2021 10:28:47 +0000 (19:28 +0900)]
Support Puppet 7
Puppet 7 has been tested in CI for a while but we haven't seen any
issue with it. Let's officially support the version.
Change-Id: Ic7849c10de99db67eab25a0b7f0dea62e082f275
ZhongShengping [Mon, 26 Jul 2021 11:03:46 +0000 (19:03 +0800)]
Prepare Xena M2
Update the version metadata for Xena milestone M2
Change-Id: I357504b139b23e053253e4e158ab4c0bd5e903c6
Zuul [Mon, 28 Jun 2021 10:13:07 +0000 (10:13 +0000)]
Merge "Use oslo::coordination to manage coordination parameters"
Zuul [Wed, 2 Jun 2021 23:46:48 +0000 (23:46 +0000)]
Merge "Set fixture paths for unit tests"
Takashi Kajinami [Wed, 2 Jun 2021 04:47:49 +0000 (13:47 +0900)]
Set fixture paths for unit tests
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
Takashi Kajinami [Mon, 31 May 2021 07:16:14 +0000 (16:16 +0900)]
Add a release note about Fedora support removal
This is a follow up commit of [1] and adds a proper release note to
announce that Fedora is no longer supported.
[1]
9c876228713889cfe89bfb62f0522ceb7bddc385
Change-Id: I402daedd6c3a950baa48593281663644551f25bb
Zuul [Mon, 31 May 2021 07:02:12 +0000 (07:02 +0000)]
Merge "Drop Fedora support"
ZhongShengping [Thu, 27 May 2021 07:50:27 +0000 (15:50 +0800)]
Prepare Xena M1
Update the version metadata for Xena milestone M1
Change-Id: I9a38fe86dde9f2c5a2a0f0970f786d15fe3cad44
Takashi Kajinami [Wed, 26 May 2021 09:52:24 +0000 (18:52 +0900)]
Drop Fedora support
Fedora support is never tested, and has been unmaintained for a while.
Because we don't expect any actual user using OpenStack on Fedora, this
change drops support for Fedora directly.
Change-Id: I1230fe902d6c11f77f168b04814c584a3e026a72
Takashi Kajinami [Fri, 21 May 2021 07:02:00 +0000 (16:02 +0900)]
Use oslo::coordination to manage coordination parameters
This change replaces current implementation about coordination
parameters by oslo::coordination resource type, so that we can gather
all logics related to coordination in a single place.
Depends-on: https://review.opendev.org/791628
Change-Id: I5e0af169ccdb2f4c56318dbc0198f480ab4b15fa
Takashi Kajinami [Tue, 11 May 2021 09:25:32 +0000 (18:25 +0900)]
setup.cfg: Replace dashes with underscores
Setuptools v54.1.0 introduces a warning that the use of
dash-separated options in 'setup.cfg' will not be supported
in a future version [1].
Get ahead of the issue by replacing the dashes with underscores.
Without this, we see 'UserWarning' messages
like the following on new enough
versions of setuptools:
UserWarning: Usage of dash-separated 'description-file' will not be
supported in future versions. Please use the underscore name
'description_file' instead
[1] https://github.com/pypa/setuptools/commit/
a2e9ae4cb
Change-Id: I0f84b9973598f835e2e2dfe71095ba327b61c087
ZhongShengping [Thu, 29 Apr 2021 01:38:14 +0000 (09:38 +0800)]
Bump version for the start of Xena
Bump the major version for the Xena release after Wallaby has
been branched.
Change-Id: I90fc35bc310582d3679ec417796f33315a203bb5
Zuul [Tue, 20 Apr 2021 13:19:41 +0000 (13:19 +0000)]
Merge "Drop ResellerAdmin role from ceilometer user"
Takashi Kajinami [Sun, 18 Apr 2021 14:22:05 +0000 (23:22 +0900)]
Drop ResellerAdmin role from ceilometer user
The ResellerAdmin role is no longer required because ceilometer doesn't
comminucate with Swift directly but only via Gnocchi.
Change-Id: I8111890a588b84f18ff34bc85794963b905cb844
Zuul [Tue, 13 Apr 2021 11:09:50 +0000 (11:09 +0000)]
Merge "Bump dependency in metadata.json"
Tobias Urdin [Thu, 8 Apr 2021 18:55:06 +0000 (20:55 +0200)]
Bump dependency in metadata.json
This bumps the dependency in metadata.json based on
then new major versions that is tested when [1] is merged.
[1]
https://review.opendev.org/c/openstack/puppet-openstack-integration/+/778138
Change-Id: Iaefdd674f44eb7a1dcf0954227d624defe8bd216
OpenStack Release Bot [Thu, 1 Apr 2021 09:12:56 +0000 (09:12 +0000)]
Update master for stable/wallaby
Add file to the reno documentation build to show release notes for
stable/wallaby.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/wallaby.
Sem-Ver: feature
Change-Id: Id0f7e4f49cb4e582b7b1c3df4ab96a79afa8cd94
Zuul [Wed, 31 Mar 2021 07:04:14 +0000 (07:04 +0000)]
Merge "metadata.json: debian 11"
ZhongShengping [Sat, 27 Mar 2021 07:31:56 +0000 (15:31 +0800)]
Update sphinx to the latest version
Change-Id: I8036cd474bcf74432c48959278b1af4a7d79a76e
ZhongShengping [Fri, 26 Mar 2021 03:24:16 +0000 (11:24 +0800)]
Prepare Wallaby RC1
Update the version metadata for Wallaby milestone RC1
Change-Id: I209b128884b1d5d3ada7219c9e0004c005618859
Zuul [Fri, 26 Mar 2021 05:42:10 +0000 (05:42 +0000)]
Merge "Use consistent names for service_credentials options"
Thomas Goirand [Thu, 25 Mar 2021 11:31:14 +0000 (12:31 +0100)]
metadata.json: debian 11
Change-Id: I501f49703f1b0ff730af2a095c62caf6c018e131
Takashi Kajinami [Tue, 23 Mar 2021 12:30:56 +0000 (21:30 +0900)]
Update supported Ubuntu version to Focal
... because CloudArchive packages are available for only Focal since
Victoria release.
Change-Id: I81c3e29488352e336cecaa74a3f81fb0e9f4b8f7
Takashi Kajinami [Thu, 18 Mar 2021 13:27:24 +0000 (22:27 +0900)]
Remove puppetlabs-apache from dependencies
... because we don't use that module from puppet-ceilometer
Change-Id: I8f67d86b685cef910bcbd5b2e900b65c64a85ca3
ZhongShengping [Fri, 12 Mar 2021 06:35:43 +0000 (14:35 +0800)]
Prepare Wallaby M3
Update the version metadata for Wallaby milestone M3
Change-Id: I830d27932150dd311a50a122d63dc7a908e2db09
Takashi Kajinami [Tue, 16 Feb 2021 02:54:05 +0000 (11:54 +0900)]
Use consistent names for service_credentials options
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
Zuul [Mon, 15 Feb 2021 18:22:58 +0000 (18:22 +0000)]
Merge "Add TLS options for oslo.cache"
Grzegorz Grasza [Wed, 2 Dec 2020 10:34:36 +0000 (11:34 +0100)]
Add TLS options for oslo.cache
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
Takashi Kajinami [Wed, 27 Jan 2021 08:28:47 +0000 (17:28 +0900)]
Fix the wrong file mentioned in the bug
1912345 release note
Change-Id: Ib5eaacd8f56e88671abec4082012793033b90e71
Zuul [Mon, 25 Jan 2021 19:31:58 +0000 (19:31 +0000)]
Merge "Remove transformers from pipeline.yaml"
Zuul [Mon, 25 Jan 2021 19:31:53 +0000 (19:31 +0000)]
Merge "Update cpu meters of hardware resource"
Zuul [Mon, 25 Jan 2021 19:31:49 +0000 (19:31 +0000)]
Merge "Replace disk.* meters by disk.device.* meters"
Takashi Kajinami [Tue, 19 Jan 2021 12:56:17 +0000 (21:56 +0900)]
Remove transformers from pipeline.yaml
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 [Tue, 19 Jan 2021 03:19:34 +0000 (11:19 +0800)]
Prepare Wallaby M2
Update the version metadata for Wallaby milestone M2
Change-Id: I9662290ac2b88393b28c31f8c95a32927040a7ab
Takashi Kajinami [Fri, 15 Jan 2021 11:30:57 +0000 (20:30 +0900)]
Update cpu meters of hardware resource
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 [Fri, 15 Jan 2021 05:51:43 +0000 (14:51 +0900)]
Replace disk.* meters by disk.device.* meters
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
Zuul [Tue, 5 Jan 2021 17:54:51 +0000 (17:54 +0000)]
Merge "Rename the redundant worker parameter"
Takashi Kajinami [Wed, 30 Dec 2020 12:17:15 +0000 (21:17 +0900)]
Rename the redundant worker parameter
Change-Id: I3e8924c95655e12494382130b8edeb0f47e0fb95
Takashi Kajinami [Sun, 20 Dec 2020 14:19:10 +0000 (23:19 +0900)]
Use $::os_service_default instead of undef as default value
... so that we can ensure the parameter is managed and unset by
default.
Change-Id: If3cf0e385befc686fe3ed1b5be6bb63652c9b0f4
ZhongShengping [Fri, 4 Dec 2020 05:31:37 +0000 (13:31 +0800)]
Prepare Wallaby M1
Update the version metadata for Wallaby milestone M1
Change-Id: I40b91b17d116050a0b29e11d1443c5e9b4aadc8c
ZhongShengping [Mon, 23 Nov 2020 01:27:52 +0000 (09:27 +0800)]
Allow db sync timeouts to be configurable
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
ZhongShengping [Wed, 11 Nov 2020 01:08:35 +0000 (09:08 +0800)]
Replace deprecated UPPER_CONSTRAINTS_FILE variable
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
ZhongShengping [Mon, 2 Nov 2020 06:42:03 +0000 (14:42 +0800)]
Deprecate allow_insecure_clients option
The allow_insecure_clients has been deprecated[1].
[1]https://review.opendev.org/#/c/417629/
Change-Id: I0bd365036e8a06e906775966e9ff189c5f7fd463
Closes-Bug: #
1902158
ZhongShengping [Wed, 28 Oct 2020 02:40:08 +0000 (10:40 +0800)]
Fix outdated files
Change-Id: I4fe4ef760f60914cd14383fc3e360e56c0050f66
Takashi Kajinami [Thu, 22 Oct 2020 02:54:43 +0000 (11:54 +0900)]
Disable keystone service/endpoint for ceilometer
Since ceilometer-api has been removed, we no longer need ceilometer
service and endpoints registered to keystone.
Change-Id: I4d8a067c02e9dc4152c7606c2865ebb9768c2fa0
Benedikt Trefzer [Tue, 20 Oct 2020 14:40:45 +0000 (16:40 +0200)]
add parameter to specify if service on keystone should be configured
The added parameter should be deprecated in one of the next steps,
since there is no ceilometer api for several releases !
Change-Id: Ia579cf24a5e837487216329fe994cb030c1b3929
ZhongShengping [Thu, 15 Oct 2020 01:42:49 +0000 (09:42 +0800)]
Bump version for the start of Wallaby
Bump the major version for the Wallaby release after Victoria has
been branched.
Change-Id: Ie34bc8493479faad208333cfa39abcaae467158f
Takashi Kajinami [Tue, 28 Jul 2020 23:05:37 +0000 (08:05 +0900)]
Remove api_paste_ini resource
... because it is useless since ceilometer-api was removed.
Change-Id: Ida2a8a9bb2b23105db83b6553bfa8b5c783ffc58
ZhongShengping [Mon, 12 Oct 2020 02:46:40 +0000 (10:46 +0800)]
Include deps class in unit test for sync
Change-Id: I9bb34f22382063786ebe78d96f968cb605235103
ZhongShengping [Sat, 10 Oct 2020 01:31:12 +0000 (09:31 +0800)]
Include deps class in unit test for postgresql
Change-Id: I29591b946129e970eb051626b03059e692407a97
Zuul [Fri, 9 Oct 2020 07:31:04 +0000 (07:31 +0000)]
Merge "Update master for stable/victoria"
ZhongShengping [Fri, 9 Oct 2020 01:59:55 +0000 (09:59 +0800)]
Include deps class in unit test for mysql
Change-Id: I08d61e525892737b867aee6b5fa0191fae797b0d
OpenStack Release Bot [Thu, 8 Oct 2020 14:37:34 +0000 (14:37 +0000)]
Update master for stable/victoria
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
ZhongShengping [Thu, 24 Sep 2020 02:48:54 +0000 (10:48 +0800)]
Prepare Victoria RC1
Update the version metadata for Victoria milestone RC1
Change-Id: I99aa728762845e2d88df42738ad6a9a9937294f0
Tobias Urdin [Sun, 20 Sep 2020 16:56:20 +0000 (18:56 +0200)]
Change to Puppet Litmus
Change-Id: I6fb014c6cf8e406deea771b87ecf7a1b4edb376a
ZhongShengping [Wed, 16 Sep 2020 03:05:05 +0000 (11:05 +0800)]
Set openstackdocs_auto_name to use 'project' as name
Change-Id: I9ad63fa3c72e4f6aba30a91baf1763030f9af8b0
ZhongShengping [Tue, 8 Sep 2020 01:18:03 +0000 (09:18 +0800)]
Prepare Victoria M3
Update the version metadata for Victoria milestone M3
Change-Id: I09dab2da0bbeae6e574b44d97372e28171d7f38d
Tobias Urdin [Sun, 30 Aug 2020 20:53:21 +0000 (22:53 +0200)]
Use openstack_spec_helper from zuul checkout
Change-Id: I6d287cbc9fe093e9eb212080b983b4537f5419e4
Zuul [Thu, 27 Aug 2020 18:36:06 +0000 (18:36 +0000)]
Merge "Add mysql_enable_ndb option"
Takashi Kajinami [Thu, 27 Aug 2020 10:29:54 +0000 (19:29 +0900)]
Use common class to manage apache service in beaker job
Depends-on: https://review.opendev.org/#/c/745246/
Change-Id: I378399a8bd0c9e9d5518e125cd435db403649e45
ZhongShengping [Wed, 26 Aug 2020 03:53:17 +0000 (11:53 +0800)]
Add mysql_enable_ndb option
Add mysql_enable_ndb parameter to select mysql storage engine.
Change-Id: I539b290721da68e1b355528b074f52ebbb0d474e
Depends-On: https://review.opendev.org/#/c/748067
Closes-Bug: #
1892952
Zuul [Sun, 2 Aug 2020 19:11:05 +0000 (19:11 +0000)]
Merge "assert_private() params and deps classes"
ZhongShengping [Thu, 30 Jul 2020 05:35:28 +0000 (13:35 +0800)]
Prepare Victoria M2
Update the version metadata for Victoria milestone M2
Change-Id: Ifb3495b7ae61531c57505a8f45c891be6db4e74b
Zuul [Mon, 27 Jul 2020 05:00:24 +0000 (05:00 +0000)]
Merge "Remove ceilometer::keystone::authtoken"
Tobias Urdin [Mon, 17 Jun 2019 23:10:28 +0000 (01:10 +0200)]
assert_private() params and deps classes
These classes are private and should never be
used outside of it's module.
Change-Id: Ibe65fa54f112e5e697a25cd68c6a4f3d89ef104d
Takashi Kajinami [Sat, 4 Jul 2020 15:15:18 +0000 (00:15 +0900)]
Remove ceilometer::expirer
... because it was deprecated in the previous cycle[1], and is useless
since ceilometer-expirer was removed from ceilometer.
[1]
8a5ec2926068f1d67775fef3eab6a6e39de34a29
Change-Id: I59b78c73f563964030eb2c0602f2a9ddfce3e518
Takashi Kajinami [Sat, 4 Jul 2020 15:11:30 +0000 (00:11 +0900)]
Remove ceilometer::keystone::authtoken
... because this class was deprecated in the previous cycle[1], and
no longer useful since ceilometer-api was removed.
[1]
0befdba12408242a8b797a00896ebb2cd07f0aab
Change-Id: I7ef9b2a05a08312ccb7486bf5e4c3b8bb0ac56ea
ZhongShengping [Fri, 19 Jun 2020 02:38:54 +0000 (10:38 +0800)]
Prepare Victoria M1
Update the version metadata for Victoria milestone M1
Change-Id: If2ba0fc2c2c87759a4aa8dca99a24705fa0d7c27
Andreas Jaeger [Tue, 2 Jun 2020 12:32:28 +0000 (14:32 +0200)]
Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems
Update Sphinx version as well.
Disable openstackdocs_auto_name to use 'project' variable as name.
Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.
openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.
See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html
Change-Id: I160c83cad6391c988b8b36e4bac346f11b8fc8fb
Tobias Urdin [Sat, 30 May 2020 07:45:15 +0000 (09:45 +0200)]
Update Puppet requirement to >= 6.0.0
Change-Id: I3ad291adf7124b07c2c66df0ffd0d63199f58301
Tobias Urdin [Wed, 27 May 2020 09:33:58 +0000 (11:33 +0200)]
Add more oslo::cache params to init
This adds two new parameters cache_backend
and manage_backend_package that is simply
proxy parameters that is passed down to
oslo::cache like all other modules.
This does not introduce a behavior change
since cache_backend defaults to
$::os_service_default we do not enforce
any new package installs even though
manage_backend_package is set to true
(like it was before since that is
oslo::cache default)
Updates the testing so we test for the
oslo::cache resource and not the functionality
that the resource itself has.
Change-Id: Ib6f6853dd34e83e757bee0382ee84141e3f4dbd8
Takashi Kajinami [Tue, 26 May 2020 13:00:24 +0000 (22:00 +0900)]
Remove unnecessary puppet-rabbitmq from dependencies
puppet-rabbitmq is not directly included by each puppet modules, so
we don't need it listed in dependencies.
Change-Id: I9fb661faf07a4d003e06a8d57e94c0758ca1dafc
Zuul [Wed, 20 May 2020 05:32:49 +0000 (05:32 +0000)]
Merge "Remove password hash generation in each puppet modules"
Takashi Kajinami [Tue, 19 May 2020 10:35:58 +0000 (19:35 +0900)]
Remove password hash generation in each puppet modules
... and migrate it to openstacklib so that all logics about database
configuration are implemented in one common place.
Depends-on: https://review.opendev.org/#/c/728595/
Change-Id: I6a46e45b8af4c8c1cdf7913bc625b57e49a79687
Alex Schultz [Thu, 14 May 2020 18:24:27 +0000 (12:24 -0600)]
Bump version for the start of Victoria
Bump the major version for the Victoria release afte Ussuir has
been branched.
Change-Id: Ia9b0d17069e3b9edb49a27287b2f60d251742b8e
Zuul [Tue, 12 May 2020 12:43:48 +0000 (12:43 +0000)]
Merge "[ussuri][goal] Add CONTRIBUTING.rst"
ZhongShengping [Tue, 12 May 2020 02:50:06 +0000 (10:50 +0800)]
Bump reno to 2.5.0
Change-Id: I438d55baaed44cdd4066816fcc954ea734ff98fc
Zuul [Mon, 11 May 2020 23:07:24 +0000 (23:07 +0000)]
Merge "Support notification/polling full config by hiera"
Zuul [Mon, 11 May 2020 22:33:49 +0000 (22:33 +0000)]
Merge "Add CentOS8 to nodesets"
Andy Botting [Thu, 30 Apr 2020 01:38:13 +0000 (11:38 +1000)]
Support notification/polling full config by hiera
The existing YAML templates for pipeline, event_pipeline and
polling configurations aren't flexible enough to support more
complex setups.
This commit adds support for allowing the whole YAML config to be
defined in Hiera by adding some new class arguments.
Change-Id: If08d876d659871f02f3ccfd9f20ccb3605f98de1
Tobias Urdin [Sun, 10 May 2020 20:31:33 +0000 (22:31 +0200)]
[ussuri][goal] Add CONTRIBUTING.rst
Story:
2007236
Task: 38552
Depends-On: https://review.opendev.org/#/c/726509/
Change-Id: I7a53fc5aaf3971f535acaf867cbbb1d5904346cd
Takashi Kajinami [Sun, 10 May 2020 12:42:15 +0000 (21:42 +0900)]
Add CentOS8 to nodesets
Change-Id: Ic1114c89d903c2144b0cf30040de02af241ccf01
Zuul [Mon, 4 May 2020 17:52:57 +0000 (17:52 +0000)]
Merge "Deprecate ceilometer::expirer"
Zuul [Mon, 4 May 2020 14:11:12 +0000 (14:11 +0000)]
Merge "Deprecate parameter and resource for api-paste.ini"
Takashi Kajinami [Sun, 3 May 2020 18:33:07 +0000 (03:33 +0900)]
Deprecate parameter and resource for api-paste.ini
... api-paste.ini is no longer used since ceilometer-api was removed.
Change-Id: Ifd191986b5854c331c3933b77e1b8c150fb94886
Zuul [Mon, 4 May 2020 01:31:32 +0000 (01:31 +0000)]
Merge "Use anchor to require necessary packages"
Takashi Kajinami [Sun, 3 May 2020 16:06:07 +0000 (01:06 +0900)]
Use anchor to require necessary packages
... so that correct packages are required without re-defining them in
resource implementations.
Change-Id: Icaae881f5d074ad388eaddd26eb82261ea78937d
Thomas Goirand [Sat, 2 May 2020 20:28:36 +0000 (22:28 +0200)]
Runs on Debian 10.
Change-Id: I936eaa0f0a41df8bb457793be01bbb0c03efbb0d
Takashi Kajinami [Tue, 28 Apr 2020 15:02:28 +0000 (00:02 +0900)]
Deprecate ceilometer::expirer
... because ceilometer-expirer has already been removed from
ceilometer[1].
[1]
9323f07f977f320882f8b536c3b54835274826fc
Change-Id: I2c52c6e3f4c25397a7ffaea199d6f08809448558
ZhongShengping [Thu, 30 Apr 2020 07:28:37 +0000 (15:28 +0800)]
Bump openstackdocstheme to 1.30.0
...to pick up many improvements, including the return of table borders.
Change-Id: I6ee9f35fe31ff1ba5d9803dce9a08e66e0d87cd1
ZhongShengping [Thu, 30 Apr 2020 06:04:44 +0000 (14:04 +0800)]
Fix rabbitmq version in metadata
rabbitmq is now using the 10.0.1 version, so we should fix the
rabbitmq version in metadata.
Change-Id: Ie0668d729b26527ce0e612e65e7e8c3b4c5abb69
ZhongShengping [Thu, 30 Apr 2020 05:24:45 +0000 (13:24 +0800)]
Change rpsec to rspec
Change-Id: Ia37cd1ada4d281a1ea591e58a0f2fde10561bfda
OpenStack Release Bot [Tue, 28 Apr 2020 14:49:32 +0000 (14:49 +0000)]
Update master for stable/ussuri
Add file to the reno documentation build to show release notes for
stable/ussuri.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/ussuri.
Change-Id: I5e0c7fc071cdda613c0913dab35dac17627c96f2
Sem-Ver: feature
ZhongShengping [Fri, 24 Apr 2020 06:23:09 +0000 (14:23 +0800)]
Prepare Ussuri RC1
Update the version metadata for Ussuri milestone RC1
Change-Id: I5e43c9c31eb136d3b1e7fde0fe800828b53959e7
Takashi Kajinami [Mon, 13 Apr 2020 14:52:58 +0000 (23:52 +0900)]
Prepare Ussuri M3 again
Update the version metadata to recreate release for Ussuri milestone M3
Change-Id: Ib86abd3d69c47a9a7b1145ce8af7ddbae32339ec