- 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: I082c2e49a8ae103c57c69bec5c3a7f3840d845f6
-
- 11 Mar, 2022 2 commits
-
-
Takashi Kajinami authored
Change-Id: I9d2a23e58225dc8b78ae6f77ed172020d3fb77c2
-
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: I0acf9d803a2db06991a48a31b11a7108c58146f3 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: I28ff22b43ea5938056082361c9d0c98f89de1a03
-
- 27 Feb, 2022 1 commit
-
-
ZhongShengping authored
Update the version metadata for Yoga milestone M3 Change-Id: I09577523bec74d5ad3e3affe99a414dc630fd653
-
- 24 Feb, 2022 1 commit
-
-
Zuul authored
-
- 22 Feb, 2022 2 commits
-
-
Zuul authored
-
Takashi Kajinami authored
... because CentOS 9 is now verified by unit tests and integration tests. Change-Id: If3ebed6793bdb60304f18be2c5f06508ae3c5c55
-
- 20 Feb, 2022 2 commits
-
-
Zuul authored
-
Takashi Kajinami authored
and replace hard-codes by definition in params.pp . Change-Id: Ie9c96fed2e902722067cf41398d49959059a0721
-
- 18 Feb, 2022 1 commit
-
-
Zuul authored
-
- 15 Feb, 2022 2 commits
-
-
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: I8b3d2308689bbb5453c4f2762bf67c3ba3624f1a
-
Zuul authored
-
- 14 Feb, 2022 1 commit
-
-
Zuul authored
-
- 10 Feb, 2022 1 commit
-
-
Takashi Kajinami authored
Change-Id: I413a7040a8e8af7dc44ef08f5116ad8f8c900eed
-
- 08 Feb, 2022 1 commit
-
-
Takashi Kajinami authored
... because it was deprecated during Wallaby cycle. Change-Id: Ia8422e02d23e1e5c4c5dc530042f1b9e9a020c9a
-
- 07 Feb, 2022 1 commit
-
-
Zuul authored
-
- 06 Feb, 2022 1 commit
-
-
Takashi Kajinami authored
Use the whole resource type instead of its individual resources, to rely on interface instead of implementation of the dependent module. Change-Id: Ie36c8a096c33a475b21a1dc02a04de49d35be9c9
-
- 04 Feb, 2022 2 commits
-
-
Takashi Kajinami authored
... because Telemetry service is now enabled in that scenario. Depends-on: https://review.opendev.org/825929 Change-Id: I0f8213343ec1946212378adef80d222a2cc73a89
-
Takashi Kajinami authored
Change-Id: I0dd1bf37160e76856d8055e033aa0d0c3ca4a244
-
- 03 Feb, 2022 1 commit
-
-
Takashi Kajinami authored
In current puppet, overriding a parameter by "undef" results in just its default value. There is no chance that undef is honored unless that is the default. Change-Id: Icf44e6be4317dc6de973368c4f1aba3f88ea161f
-
- 23 Jan, 2022 1 commit
-
-
Takashi Kajinami authored
Change-Id: I64015ca104e66b9b0bfe7edc6961f2610adc01e5
-
- 20 Jan, 2022 1 commit
-
-
Takashi Kajinami authored
... so that any change in puppet-oslo would not directly break unit tests. Change-Id: I511a71b3e25e8cd8c2a7cb0b242d961ce8e916fd
-
- 07 Jan, 2022 3 commits
-
-
Zuul authored
-
Zuul authored
-
ZhongShengping authored
Update the version metadata for Yoga milestone M2 Change-Id: Iffc2058e41f2813673e44b46d474244fd6630bf2
-
- 05 Jan, 2022 1 commit
-
-
Takashi Kajinami authored
Currently we support usage of distro packages only, and this custom fact can be simply replaced by the default fact. Change-Id: Ic68bb54f4f19aadca90b5c19d88bde9218f7a921
-
- 30 Dec, 2021 3 commits
- 28 Dec, 2021 1 commit
-
-
Takashi Kajinami authored
The aodh-expirer command expects the target database is already initialized. This change ensures db sync is completed before cron job is enabled. Closes-Bug #1955829 Change-Id: Ieff011ca2bd415d25df227fb7287c0878ec72220
-
- 27 Dec, 2021 3 commits
-
-
Takashi Kajinami authored
... because it was deprecated during Wallaby cycle[1]. [1] e05af2b3 Change-Id: I81833bb36737cfdf2372a02c798e1b60832af9f1
-
Takashi Kajinami authored
This is follow-up of c0075580 and removes the remaining unit test case to ensure the apache class is included, because the class is no longer included directly. Change-Id: I0ba813e637689004f03699426f2ec637e93e5010
-
Takashi Kajinami authored
This change refactors how the dependent libraries are loaded during unit tests, and load the libraries in the base spec_helper to avoid duplicate and redundant implementations. Change-Id: I91357ee3ac39a42b64304c7d9cd585a6be308184
-
- 09 Dec, 2021 1 commit
-
-
Zuul authored
-
- 08 Dec, 2021 3 commits
-
-
Takashi Kajinami authored
This change removes direct reference to some classes in puppetlabs-apache. Details are explained below. - The api class doesn't need access to anything defined in apache::params - The following classes are included by the openstacklib::wsgi::apache resource type, and current inclusions are just redundant. Change-Id: Ie0c61d21b5a64210c79765dc3ebd3c39d4d98c5d
-
Takashi Kajinami authored
Change-Id: Ieb3d87836c0304147c10f3f50ea064db414f8b5e
-
Zuul authored
-
- 29 Nov, 2021 1 commit
-
-
Takashi Kajinami authored
Since [1] was merged, not only openstacklib::poliy::base but also openstacklib::policy::default is included to manage the policy file. This change ensure openstacklib::policy::default is executed after the packages are installed. [1] 8755b916 Change-Id: I154239cf0e5d012b561d879d723c6c3b0f1df6b0
-