- 05 Apr, 2022 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
puppet-cinder 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>
-
- 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: I7743344c150d51c0db5e7d6f6d8ba509cc1db7e1
-
- 25 Mar, 2022 2 commits
-
-
Zuul authored
-
Thomas Goirand authored
-
- 24 Mar, 2022 1 commit
-
-
Takashi Kajinami authored
Currently we hard-code default values of XtremIO driver parameters but these default values are same as the service defaults. This change replaces hard-coded defaults by service defaults. This allows us to avoid maintaining own default values in puppet modules, and reduces amount of maintenance effort. Change-Id: I3d085b2b8441153c356062bd22ac2521950bff35
-
- 23 Mar, 2022 4 commits
-
-
Zuul authored
-
Zuul authored
-
Takashi Kajinami authored
... because the parameter is ListOpt and accepts a comma-separeted list which represents a list value. Change-Id: I39cf8a00e19f99b16993a10aa480ca280d3811c2
-
Takashi Kajinami authored
Change-Id: I1ee67183f3619442f3f3e6ec14af6be38f33c93b
-
- 22 Mar, 2022 2 commits
-
-
Takashi Kajinami authored
... because it is no longer supported by cinder since Stein[1]. [1] 5bc5af7a94a99f6457f5f553e14bcdc6d04381b1 Closes-Bug: #1965853 Change-Id: I978bf47a07a3964616a2873985a0b7551c84b682
-
Takashi Kajinami authored
... because 7mode systems are no longer supported since Rocky[1]. [1] 425f45a311dc78ff34a18ffea7dbf5bb6dd2d421 Closes-Bug: #1965850 Change-Id: I78ebe09ed1725ac01efd4ed6eeaa78c2438e4d04
-
- 14 Mar, 2022 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
puppet-cinder 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: If981db459875344fa04b5e34f869ca1923689a6a
-
- 12 Mar, 2022 1 commit
-
-
Zuul authored
-
- 11 Mar, 2022 1 commit
-
-
Zuul authored
-
- 08 Mar, 2022 3 commits
-
-
Zuul authored
-
Zuul authored
-
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: I8a912fe0fe9c7f180ab8e57302ab3cfa4b0e7dd4 Co-Authored-By:LiZekun <2954674728@qq.com>
-
- 06 Mar, 2022 1 commit
-
-
Zuul authored
-
- 28 Feb, 2022 1 commit
-
-
Takashi Kajinami authored
... because it is no longer required. Depends-on: https://review.opendev.org/822040 Change-Id: If332b4c512e55a66e2bb29bb6375890375075b9e
-
- 27 Feb, 2022 1 commit
-
-
ZhongShengping authored
Update the version metadata for Yoga milestone M3 Change-Id: Ia10e78c0c9986eaf48e6184e6c1acb5d5502286c
-
- 24 Feb, 2022 1 commit
-
-
Zuul authored
-
- 22 Feb, 2022 4 commits
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Takashi Kajinami authored
... because these operating systems are now verified by unit tests and integration tests. Change-Id: I48290505255abe294824987eaa6b7baea7508821
-
- 21 Feb, 2022 1 commit
-
-
Takashi Kajinami authored
When SRBAC is completely implemented according to the current spec, each service user no longer has full admin privilege but has access limited to the actual requirement. This means that we are no longer able to use service users to create resources. This change is a prep-work to get rid of usage of the service user, currently loaded from authtoken parameters in the .conf file. Now each providers loads clouds.yaml file placed in /etc/openstack/puppet. Depends-on: https://review.opendev.org/806474 Depends-on: https://review.opendev.org/828025 Change-Id: I80ea9fc1da31696cafa77ff12febfd4054f435bc
-
- 20 Feb, 2022 3 commits
-
-
Zuul authored
-
Takashi Kajinami authored
and replace hard-codes by definition in params.pp . Change-Id: Ic3ec6f43de5ac709bdba321f284581954c86297a
-
Takashi Kajinami authored
The auth_endpoint variable is loaded from cinder.conf, thus it should be cleared when configurations loaded by cinder.conf is cleared. Change-Id: Id651d5c5c7cb9794ab159bf2e129422af0a33bfa
-
- 19 Feb, 2022 3 commits
-
-
Zuul authored
-
Takashi Kajinami authored
Trivial-Fix Change-Id: I8cb56dce91301e68ede310f7d5469fda42fe76f9
-
Takashi Kajinami authored
... because these were deprecated several cycles ago by [1]. [1] 3f28feae Change-Id: If7bf20c70f79336116e139ae5d1774509d8484ff
-
- 18 Feb, 2022 1 commit
-
-
Takashi Kajinami authored
Trivial-Fix Change-Id: I63f2e2079fb79e68f6194d20e9cbf38e2c9002dd
-
- 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: I969b11a05a40033de6825eb6b03af8eda55778d2
-
Zuul authored
-