- 24 Mar, 2022 1 commit
-
-
Thomas Goirand authored
-
- 25 Feb, 2022 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
ironic-lib 5.2.0 release meta:version: 5.2.0 meta:diff-start: - meta:series: yoga meta:release-type: release meta:pypi: yes meta:first: no meta:release:Author: Daniel Bengtsson <dbengt@redhat.com> meta:release:Commit: Iury Gregory Melo Ferreira <iurygregory@gmail.com> meta:release:Change-Id: I393721dd1a06d094391a257b12685e60e2d2ff7c meta:release:Code-Review+1: Riccardo Pittau <elfosardo@gmail.com> meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
-
- 21 Feb, 2022 1 commit
-
-
Zuul authored
-
- 18 Feb, 2022 4 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
ironic-lib 5.1.0 release meta:version: 5.1.0 meta:diff-start: - meta:series: yoga meta:release-type: release meta:pypi: yes meta:first: yes meta:release:Author: Elod Illes <elod.illes@est.tech> meta:release:Commit: Elod Illes <elod.illes@est.tech> meta:release:Change-Id: I3c6c035ee339e7793330a552451c0235a6958dcc meta:release:Code-Review+1: Dmitry Tantsur <dtantsur@protonmail.com> meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Workflow+1: Hervé Beraud <herveberaud.pro@gmail.com>
-
- 17 Feb, 2022 1 commit
-
-
Iury Gregory Melo Ferreira authored
This is a follow-up for I143203be7827f73daba32e7c084c5807063ff91d with minor fixes requested in the review. Change-Id: I83a506b0a489efe56b4a11a954a76fe0783fa4ba
-
- 15 Feb, 2022 1 commit
-
-
Harald Jensås authored
Ansible playbook from bindep fails to install package python-devel on python3 environment. https://opendev.org/opendev/bindep/src/branch/master/playbooks/bindep/run.yaml#L31 Add platform:base-py[2|3] to python devel rpm packages. Related: RHBZ#2054559 Change-Id: Iee5ac3a778f8106b7f2e96cd9294e2da28fe4def
-
- 26 Jan, 2022 1 commit
-
-
Takashi Kajinami authored
This change allows customizing the roles required for JSON RPC, to use any roles different from the 'admin' role. There is a plan, as part of SRBAC effort, to replace usage of the admin role in each service by the new service role, which has more restricted access, and we expect the ironic service user would require only the service role once this work is done. Change-Id: I143203be7827f73daba32e7c084c5807063ff91d
-
- 11 Jan, 2022 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
ironic-lib 5.0.1 release meta:version: 5.0.1 meta:diff-start: - meta:series: xena meta:release-type: release meta:pypi: yes meta:first: no meta:release:Author: Riccardo Pittau <elfosardo@gmail.com> meta:release:Commit: Riccardo Pittau <elfosardo@gmail.com> meta:release:Change-Id: Ia3c31c3376115ae6f7b374c2323965d0bbd99dac meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
-
- 14 Dec, 2021 1 commit
-
-
Riccardo Pittau authored
We have updated the yoga testing runtime to keep the py36 testing. - https://review.opendev.org/c/openstack/governance/+/820195 Unit tests job template is also updated to keep python 3.6 as a voting job. So with the py3.6 and py3.9 testing as voting job template, we are keeping python 3.6, 3.7, 3.8, and 3.8 as tested versions in the Yoga cycle. - https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286 This commit re-add the python 3.6/3.7 versions in setup.cfg classifier. Change-Id: I7129bb68320a7d6de40feea571e2ac03d4b09166
-
- 25 Nov, 2021 1 commit
-
-
Ghanshyam Mann authored
Yoga testing runtime has been updated with py38 and py39 as voting and removed the py36 testing. Unit tests update are handled by the job template change in openstack-zuul-job and you can see the updated jobs running in gate. - https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/818609 this commit updates the tested py versions in setup.cfg classifier. [1] https://governance.openstack.org/tc/reference/runtimes/yoga.html Change-Id: I7cfd594a76c30bb4b603b212aa9e4aca82f4336f
-
- 16 Nov, 2021 1 commit
-
-
Riccardo Pittau authored
The blkid version included in util-linux 2.23.2 does not allow long options name for probe and match-tag. Use the short single letter name to restore compatibility with Centos 7 Story: 2009328 Task: 43764 Change-Id: I10a52c16ebe4e519d0af63b36c3a89fd5d371319 (cherry picked from commit 731e2f9c)
-
- 15 Nov, 2021 1 commit
-
-
Riccardo Pittau authored
The blkid version included in util-linux 2.23.2 does not allow long options name for probe and match-tag. Use the short single letter name to restore compatibility with Centos 7 Story: 2009328 Task: 43764 Change-Id: I10a52c16ebe4e519d0af63b36c3a89fd5d371319
-
- 20 Oct, 2021 1 commit
-
-
Zuul authored
-
- 29 Sep, 2021 1 commit
-
-
Thomas Goirand authored
-
- 23 Sep, 2021 1 commit
-
-
Derek Higgins authored
Allow the sparse_size for qemu-img to be specified in order instruct it to write out all zeros(when set to 0). Doing this will cause it not to zero out the entire block device which can be very costly on a slow HDD. Story: 2009227 Task: 43315 Change-Id: I480352be378020a6063fe247238b18713031f6b0
-
- 20 Sep, 2021 1 commit
-
-
Zuul authored
-
- 10 Sep, 2021 4 commits
-
-
Dmitry Tantsur authored
Per blkid man page, we should rather use lsblk, which has much better debugging output (blkid essentially only returns an exit code). Since the partition table type is not available in lsblk, copy the procedure using parted from ironic-python-agent. Change-Id: I3b20754727de904dbe72f358a21f31f00a5fbb77 (cherry picked from commit b7f12117)
-
OpenStack Release Bot authored
This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for yoga. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I294706753dc791f70833759b6c7cdcd2eb7caa2e
-
OpenStack Release Bot authored
Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/xena branch, tests will continue to use the upper-constraints list on master. Change-Id: I8f5df2d1c022904859775d126737b066f0107189
-
OpenStack Release Bot authored
Change-Id: I6a112943b32cfda8306f5d1c2c7b33bdcb227163
-
- 07 Sep, 2021 1 commit
-
-
Zuul authored
-
- 27 Aug, 2021 1 commit
-
-
Dmitry Tantsur authored
Per blkid man page, we should rather use lsblk, which has much better debugging output (blkid essentially only returns an exit code). Since the partition table type is not available in lsblk, copy the procedure using parted from ironic-python-agent. Change-Id: I3b20754727de904dbe72f358a21f31f00a5fbb77
-
- 24 Aug, 2021 5 commits
-
-
Thomas Goirand authored
-
Mickael Asseline authored
-
Mickael Asseline authored
-
Mickael Asseline authored
-
Mickael Asseline authored
ironic-lib 5.0.0 release meta:version: 5.0.0 meta:diff-start: - meta:series: xena meta:release-type: release meta:pypi: yes meta:first: no meta:release:Author: Hervé Beraud <hberaud@redhat.com> meta:release:Commit: Hervé Beraud <hberaud@redhat.com> meta:release:Change-Id: Iab0e1df1d1c25227dcc427b1b98dc4b37614fa64 meta:release:Code-Review+1: Dmitry Tantsur <dtantsur@protonmail.com> meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
-
- 20 Aug, 2021 1 commit
-
-
Dmitry Tantsur authored
This library is designed for leaf applications (services, CLI). For libraries it's enough to use the generic logging. Unit tests needed adjustment since LOG.exception is implemented via LOG.error internally. Change-Id: I943e1f07a23e76354966acae5e4594e41dd4822b
-
- 19 Aug, 2021 2 commits
- 18 Aug, 2021 3 commits
-
-
Zuul authored
-
David Vallee Delisle authored
oslo.config is relying on the list_opts entrypoint to automatically integrate the json_rpc options. Story: 2009126 Task: 43038 Change-Id: Id50af71faec84bd778422ed86a3b99797158afdb
-
David Vallee Delisle authored
list_opts() should return a tuple otherwise oslo-config-(genera|valida)tors are unable to parse its output. Story: 2009126 Task: 43039 Change-Id: Ib4b9c270709f5994bc2c031c339822d7d6b9356d
-
- 16 Aug, 2021 1 commit
-
-
Thomas Goirand authored
-