- 30 Sep, 2021 4 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
puppet-cloudkitty 8.3.0 release meta:version: 8.3.0 meta:diff-start: - meta:series: xena 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: Ifdab708aea7d879a63f7f19a2e22f2b70f9289d2 meta:release:Code-Review+1: zhongshengping <chdzsp@163.com> meta:release:Code-Review+1: Tobias Urdin <tobias.urdin@binero.com> meta:release:Code-Review+1: likui <likui@yovole.com> meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
-
Thomas Goirand authored
-
- 27 Sep, 2021 4 commits
-
-
Thomas Goirand authored
- 0001-Fix-cloudkitty-ui-package-name-for-Deb.patch - allow-using-uwsgi.patch -
Thomas Goirand authored
-
Thomas Goirand authored
* Removed patches applied upstream: - Add-support-for-cloudkitty_api_uwsgi_config-in-Debian.patch - Switch-to-ini_setting.patch -
Thomas Goirand authored
puppet-cloudkitty 8.2.0 release meta:version: 8.2.0 meta:diff-start: - meta:series: xena 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: I918685f5b47441dd5627e25d09fbe3024bf400c5 meta:release:Code-Review+1: zhongshengping <chdzsp@163.com> meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Code-Review+1: Tobias Urdin <tobias.urdin@binero.com> meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
-
- 06 Sep, 2021 1 commit
-
-
ZhongShengping authored
Update the version metadata for Xena milestone M3 Change-Id: I8f779d0a8f9c67cb2dbe604f70e84a3fb0840e90
-
- 24 Aug, 2021 1 commit
-
-
Zuul authored
-
- 18 Aug, 2021 1 commit
-
-
Rocky authored
Change-Id: I21f41d72fcd12339724a14c1eec178e60a7870b3
-
- 17 Aug, 2021 1 commit
-
-
Rocky authored
Change-Id: I0b07655a1ed4b0fd305fa58f338335871db66e3f
-
- 16 Aug, 2021 2 commits
-
-
Thomas Goirand authored
-
Takashi Kajinami authored
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: If282566300b005fce1911c182fd12140f96b0291
-
- 26 Jul, 2021 1 commit
-
-
ZhongShengping authored
Update the version metadata for Xena milestone M2 Change-Id: Ie2b7c697cb62215426748773eeb82e2973c47f3a
-
- 12 Jul, 2021 1 commit
-
-
Takashi Kajinami authored
Depends-on: https://review.opendev.org/772202 Change-Id: I0752ab51a282f0ef691aafe999b1906c1fd71f30
-
- 12 Jun, 2021 1 commit
-
-
Takashi Kajinami authored
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: Ief3640d02625ac18ad638e5c7b4ee3cf01bd7b22
-
- 03 Jun, 2021 1 commit
-
-
Zuul authored
-
- 02 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: I12dbfcfd4bada8d8578632f47e74e638ec3754a7
-
- 28 May, 2021 1 commit
-
-
ZhongShengping authored
Update the version metadata for Xena milestone M1 Change-Id: I5cf44c2e61d3394fe0732fb70e745ac65920cff8
-
- 27 May, 2021 2 commits
-
-
Zuul authored
-
Takashi Kajinami authored
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: I1f77a6f3adf54ed47fc722de65eaf1c289ebe331
-
- 21 May, 2021 1 commit
-
-
Thomas Goirand authored
Since everyone has switched to Python3, it's time for the removal of the $pyvers variable. Change-Id: I8c124fb850011a3fd13df504b1897305f944d062
-
- 11 May, 2021 2 commits
-
-
Takashi Kajinami authored
Change-Id: Ib5e374c97af141c47407df19ae71e7b518765f84
-
Takashi Kajinami authored
This change fixes the following lint errors discovered since we removed pin of lint packages. manifests/init.pp:153:WARNING: Duplicate class parameter documentation for cloudkitty::rpc_response_timeout manifests/init.pp:11:WARNING: Duplicate class parameter documentation for cloudkitty::rpc_response_timeout manifests/init.pp:189:WARNING: No matching class parameter for documentation of cloudkitty::enable_proxy_headers_parsing manifests/init.pp:184:WARNING: No matching class parameter for documentation of cloudkitty::region_name manifests/init.pp:178:WARNING: No matching class parameter for documentation of cloudkitty::flavor Note that this change removes description about the following three parameters, since these parameters have never been implemented. - cloudkitty::flavor - cloudkitty::region_name - cloudkitty::enable_proxy_headers_parsing Change-Id: Ib2978ad343939e54c0296c86d23617e50ce923fb
-
- 29 Apr, 2021 1 commit
-
-
ZhongShengping authored
Bump the major version for the Xena release after Wallaby has been branched. Change-Id: I860662a6d4f38c40c51053f528514ebfc95c47cf
-
- 21 Apr, 2021 1 commit
-
-
Thomas Goirand authored
On each puppet run, I'm seeing: value changed ['12'] to '12' (corrective) Therefore, this patch switches from :openstackconfig to :ini_setting to make the 2nd run not changing anything. Change-Id: Ie388eb22a0c75d590c0e853064ed2f6f34e3abeb
-
- 20 Apr, 2021 1 commit
-
-
Thomas Goirand authored
-
- 14 Apr, 2021 1 commit
-
-
Zuul authored
-
- 13 Apr, 2021 1 commit
-
-
Zuul authored
-
- 12 Apr, 2021 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
This patch is adding the configuration of the number of workers, threads, and the size of the listen queue in Debian, which uses uwsgi to run Aodh API. Therefore, this patch adds a new cloudkitty_api_uwsgi_config provider as well as a new cloudkitty::wsgi::uwsgi class. Change-Id: I5d0635800d26327fbdbaa33299927f92eb651fc8
-
Thomas Goirand authored
-
- 08 Apr, 2021 1 commit
-
-
Tobias Urdin authored
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: Idb1a536020ae7088bb24b9c77cfff4355b6988fe
-
- 06 Apr, 2021 4 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
puppet-cloudkitty 7.4.0 release meta:version: 7.4.0 meta:diff-start: - meta:series: wallaby 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: Ifa7abec261bfc61b36d585e5204200b5ccb17d44 meta:release:Code-Review+1: yatin <ykarel@redhat.com> meta:release:Code-Review+1: zhongshengping <chdzsp@163.com> meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
-
Zuul authored
-
- 01 Apr, 2021 2 commits
-
-
Thomas Goirand authored
This patch makes it possible to override the current service default, which is /etc/<service>/policy.d . Change-Id: I661baba2df6cf36d55ed11160a4adf37998aad4a
-
OpenStack Release Bot authored
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: Ie561c30d6f62b01c412230cec8eb16b9260d41f9
-