- Jun 09, 2022
-
-
Will Szumski authored
Change-Id: I2823016294e7df63f63be9ab26535b3962a71ebe
-
- Jun 06, 2022
-
-
Rafal Lewandowski authored
Story: 2010069 Task: 45540 Change-Id: I0658c0059867468d6032cb1bfa3d05ae0d01c422
-
- May 27, 2022
-
-
Zuul authored
-
- May 25, 2022
-
-
Maksim Malchuk authored
The 'overcloud container image build' command didn't build all the hacluster images when hacluster is enabled. TrivialFix Change-Id: I9150e32579421e46782518948188e1363918fb39 Signed-off-by:
Maksim Malchuk <maksim.malchuk@gmail.com>
-
Pierre Riteau authored
Requirements upper constraints bumped python-novaclient to version 18.0.0 [1], which requires Python 3.8 [2]. This results in failures when installing python-openstackclient on CentOS and Rocky with Python 3.6. ERROR: Cannot install python-openstackclient==5.8.0 because these package versions have conflicting dependencies. The conflict is caused by: python-openstackclient 5.8.0 depends on python-novaclient>=17.0.0 The user requested (constraint) python-novaclient===18.0.0 Work around this issue by using yoga upper constraints until we upgrade to CentOS Stream 9 and Rocky Linux 9. This also fixes another issue seen on Ubuntu where image uploads to Glance through Ansible fail with a 400 Bad Request error. This is caused by the bump of openstacksdk to version 0.99.0 and will be fixed by a new release of ansible-collections-openstack. [1] https://review.opendev.org/c/openstack/requirements/+/842808 [2] https://review.opendev.org/c/openstack/python-novaclient/+/838944 Change-Id: I40c6b898963c2218d41d37bd73d40ce8dcf22b87
-
- May 23, 2022
-
-
Zuul authored
-
- May 18, 2022
-
-
Pierre Riteau authored
Per [1]. [1] http://lists.zuul-ci.org/pipermail/zuul-discuss/2022-May/001801.html Change-Id: I9cab915803bab882a12841cd40ccc6af2a78dae2
-
- May 11, 2022
-
-
Piotr Parczewski authored
Change-Id: I7c87a6c45f036bedae24ac14a5ca245f0b69300c
-
- May 03, 2022
-
-
Zuul authored
-
- Apr 29, 2022
-
-
Mark Goddard authored
Previously we were not applying an MTU defined in Kayobe networks.yml to the provisioning and cleaning networks in Neutron. This could lead to issues when nodes communicate with the Ironic and Inspector APIs. Change-Id: Id9418e4e88c52056412daa22462aa611bfcc59ae
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
- Apr 27, 2022
-
-
Zuul authored
-
Pierre Riteau authored
Using cp will leave removed files in kayobe-config. Change-Id: Id8febf9f29e3cd230b9e516ab59e0fe9935cf375
-
- Apr 26, 2022
-
-
Zuul authored
-
- Apr 22, 2022
-
-
Pierre Riteau authored
This new version fixes the evaluation of check_mode, which is causing `kayobe overcloud bios raid configure` to fail. Change-Id: I9c6e261dbac067ca3f9218e6ea81813ddc2f6520
-
- Apr 20, 2022
-
-
Maksim Malchuk authored
This is old and deprecated configuration settings for Swift not needed anymore because kolla-ansible correctly configure glance-api.conf and glance-swift.conf since Idddbf2ce741e0486d60e1de88c77a7f0332a5a2b when kolla_enable_swift variable set to true. This change can be backported through all releases till the Train. Change-Id: I5273edc8265f115519f499e85fe12f8d22306c4b Signed-off-by:
Maksim Malchuk <maksim.malchuk@gmail.com>
-
- Apr 19, 2022
-
-
Pierre Riteau authored
The no_proxy list should only contain domains, hostnames, IP addresses and networks, but docker_registry is often in the form ip_address:port. Use urlsplit to extract the hostname from the docker_registry variable after prepending http:// to turn it into a valid URL. Also add missing infra-vms to hosts in proxy.yml. Change-Id: I6424fc405894514a63fb2b641637bbb9d5c070c0
-
- Apr 14, 2022
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Maksim Malchuk authored
Synchronize with new kolla-ansible parameters introduced in the Ib69fc0017b3bfbc8da4dfd4301710fbf88be661a for Ironic Inspector. Depends-On: Ib69fc0017b3bfbc8da4dfd4301710fbf88be661a Change-Id: I6d9e3acc477c9c4b3bb9db9c01a2db83b9568f59 Signed-off-by:
Maksim Malchuk <maksim.malchuk@gmail.com>
-
Mark Goddard authored
This reverts commit 88dd02dc. Reason for revert: Master is now Zed Change-Id: I9a18c41dbdc369a7a719632d6e41e2373784f29e
-
Mark Goddard authored
Change-Id: Ia63efdd8a904cac09237dde7d8ae283ed5ae6bea
-
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 zed. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I6fd030ca884d5048a6612ee42ddaa4d267efb3e9
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/yoga. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/yoga. Sem-Ver: feature Change-Id: I915ed0778f0ecdfc50fed407db12f7b76693d4dd
-
- Apr 13, 2022
-
-
Zuul authored
-
- Apr 12, 2022
-
-
Mark Goddard authored
Enable the Ironic ipxe boot interface by default, following a similar change in Ironic [1]. Drop the kolla_enable_ironic_ipxe flag, following a similar change in Kolla Ansible [2]. Both PXE and iPXE are now enabled by default. Users may revert to using PXE for ironic inspector's dnsmasq, by setting ironic_dnsmasq_serve_ipxe to false in etc/kayobe/kolla/globals.yml. [1] https://review.opendev.org/c/openstack/ironic/+/816824 [2] https://review.opendev.org/c/openstack/kolla-ansible/+/834512/ Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/832159 Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/834511 Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/837069 Change-Id: Ifb80bd15a20c9cfb8fbc6e0f6ac23baae631a18e
-
Mark Goddard authored
The kolla_passwords module overrides parameter may contain sensitive data, including passwords and SSH keys. It should be protected via no_log. Without this, the parameter value may be exposed in Ansible logs, or if level 3 verbosity is used, Ansible output. This change adds no_log to the parameter. Change-Id: I3f499d63d19ba7f7372b401bd2da23ce627f18e5
-
- Apr 11, 2022
-
-
Mark Goddard authored
Change-Id: I6515d028914e8956eac23662c3714a908fda6ac4
-
Pierre Riteau authored
Change-Id: Id94c09349ac5b90087502772a751015f9dfde0e9
-
Zuul authored
-
Zuul authored
-
Maksim Malchuk authored
Upper constraints should be defined using os_networks_upper_constraints_file rather than os_openstacksdk_upper_constraints_file because of [1]. 1. https://github.com/stackhpc/ansible-role-os-networks/blob/v1.5.3/meta/main.yml#L22 TrivialFix Change-Id: Ic779bb80f20fd72c73f0df05e048c851fe8491ee Signed-off-by:
Maksim Malchuk <maksim.malchuk@gmail.com>
-
- Apr 07, 2022
-
-
Maksim Malchuk authored
There is no mechanism to check which agent would be used and build all the possible agents, but forgot the linuxbridge one. Change-Id: I955a2c12b5143a63422cab50c74191bc22c63932 Signed-off-by:
Maksim Malchuk <maksim.malchuk@gmail.com>
-
Mark Goddard authored
Switch all dependencies to use the OpenStack Yoga release. This commit should be reverted on the master branch once the Kayobe stable/yoga branch has been cut and RC1 released. Change-Id: Ib7495c1bf79de8b1ea67e4a8652345c22e9d1a3e
-
Zuul authored
-
Zuul authored
-