- Jun 07, 2023
-
-
Maksim Malchuk authored
According to the documentation [1] type of the Cyborg service should be 'accelerator' and description 'Acceleration Service'. Also, this change fixes incorrect endpoint URLs, and not configures an admin endpoint [2] because the documentation [1] not updated yet. 1. https://docs.openstack.org/cyborg/latest/install/common.html 2. Icf3bf08deab2c445361f0a0124d87ad8b0e4e9d9 Closes-Bug: #2020080 Change-Id: I002db50cbad5a90e479498e605bdeab343e129c7 Signed-off-by:
Maksim Malchuk <maksim.malchuk@gmail.com>
-
- Jun 04, 2023
-
-
Zuul authored
-
- May 30, 2023
-
-
Matt Crees authored
The ``[pci]`` options in the Nova SRIOV documentation are incorrect. ``alias`` is a JSON object but mentioned as a list of object here. ``through_whitelist`` is deprecated [1] in favour of ``device_spec``. [1] https://docs.openstack.org/nova/2023.1/configuration/config.html#id116 Closes-Bug: #2019985 Change-Id: I4f9bce297bc3385f9749e4221f4721c1841700a1
-
- May 26, 2023
-
-
Michal Nasiadka authored
Change-Id: I15af98faedd81cccbc10e2cc7dab4205a35684be
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/2023.1. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/2023.1. Sem-Ver: feature Change-Id: I870c0569a1e175ac5df59fc495812ba81c5147e6
-
- May 24, 2023
-
-
Zuul authored
-
lishuliang authored
The default value of logging_context_format_string and logging_user_identity_format has changed [1][2][3]. This is to correct fluentd to use the same format. [1]https://opendev.org/openstack/oslo.log/commit/ebdee7f39920ad5b4268ee296952432b0d41a375 [2]https://opendev.org/openstack/oslo.log/commit/7ed065f38df0595881d07eb91cec9e5c07cb38be [3]https://review.opendev.org/c/openstack/oslo.log/+/838185 Closes-Bug: #1872220 Change-Id: Ide0079ef4d28e3a3fa60288a74b936531c52ce60
-
Michal Nasiadka authored
opensearch-dashboards now use a dedicated user Depends-On: https://review.opendev.org/c/openstack/kolla/+/883941 Change-Id: I6908f52f824a97a5a4a2bead92b7b2e5cdebdb9f
-
- May 23, 2023
-
-
Dr. Jens Harbott authored
Setting the CONTAINER_ENGINE env var was missed in one spot in [0]. [0] I395d2bdb0dfb4b325b6ad197c8893c8a0f768324 Change-Id: I29868d59cbef2bd5707ab20d2c30a2d8f6d6060e
-
- May 19, 2023
-
-
Zuul authored
-
Zuul authored
-
Michal Nasiadka authored
Depends-On: https://review.opendev.org/c/openstack/neutron/+/878535 Change-Id: I05d8b29b59a7de76da488f68775547a8f0f11d0f
-
- May 18, 2023
-
-
Michal Nasiadka authored
We limit to 2.14.2 due to a regression in ansible-core [1] that breaks conditional include_task loops in handlers. This is used for controlled restarts of MariaDB and RabbitMQ. [1]: https://github.com/ansible/ansible/commit/65366f663de7d044f42ae6dd53368fd4c1f88b35 Change-Id: I57425680a4cdbf0daeb9b2cc35920f1b933aa4a8 Co-Authored-By:
Michal Nasiadka <michal@stackhpc.com>
-
Léo Gillot-Lamure authored
The section just after this one says the exact same thing with more details, so we can remove it. Change-Id: Iaa6c5a092b471728eec6f89d05546091aa4b17d9
-
- May 16, 2023
-
-
Sean Mooney authored
As of I3629b84d3255a8fe9d8a7cea8c6131d7c40899e8 nova now requires the service_user section to be configured to address CVE-2023-2088. This change adds the service user section to the nova.conf template in the nova and nova-cell roles. Related-Bug: #2004555 Signed-off-by:
Sven Kieske <kieske@osism.tech> Change-Id: I2189dafca070accfd8efcd4b8cc4221c6decdc9f (cherry picked from commit a77ea13ef1991543df29b7eea14b1f91ef26f858) (cherry picked from commit 03c12abbcc107bfec451f4558bc97d14facae01c) (cherry picked from commit cb105dc293ff1cdb11ab63fa3e3bf39fd17e0ee0) (cherry picked from commit efe6650d09441b02cf93738a94a59723d84c5b19)
-
Zuul authored
-
- May 15, 2023
-
-
Pierre Riteau authored
This job is not required since Zed dropped binary images. The job definition was already deleted. Change-Id: Ie3b8653ec309146f8e354a7afe4ae66dfbe6f8cd
-
- May 08, 2023
-
-
Zuul authored
-
Michal Nasiadka authored
Sometimes services have problems connecting to the database or rmq on upgrade jobs, and we're not retrying the test. Depends-On: https://review.opendev.org/c/openstack/ansible-collection-kolla/+/882344 Change-Id: I9fca3d4336375b72d09633b51c8596e0c08abbf9
-
- May 04, 2023
-
-
Matt Crees authored
The flags ``--db-nb-pid`` and ``--db-sb-pid`` are corected to be ``--db-nb-pidfile`` and ``--db-sb-pidfile`` respectively. See here for reference: https://github.com/ovn-org/ovn/blob/6c6a7ad1c64a21923dc9b5bea7069fd88bcdd6a8/utilities/ovn-ctl#L1045 Closes-Bug: #2018436 Change-Id: Ic1e8768374566eb2198302807ecc644a19cd3062
-
- Apr 28, 2023
-
-
Martin Hiner authored
This patch add a way to choose container engine inside tool and test scripts. This is in preparation for Podman introduction but still leaves Docker as default container engine. Signed-off-by:
Martin Hiner <m.hiner@partner.samsung.com> Change-Id: I395d2bdb0dfb4b325b6ad197c8893c8a0f768324
-
- Apr 27, 2023
-
-
Zuul authored
-
- Apr 26, 2023
-
-
Sven Kieske authored
as agreed in the Kolla meeting: https://meetings.opendev.org/meetings/kolla/2023/kolla.2023-04-19-13.00.html Signed-off-by:
Sven Kieske <kieske@osism.tech> Change-Id: I099a5328e0837e1f5dcf7f21b7fd7bea1748456d
-
Michal Nasiadka authored
New openstack collection modules have changed output dicts/variable names - adapting to that. Also changing octavia amphora image to focal, since bionic hasn't been rebuilt since May 2021. Closes-Bug: #2012255 Change-Id: Icf38a52472d02ef7d69bcd3716afb16e859d44a2
-
- Apr 25, 2023
-
-
Maksim Malchuk authored
Sometimes passwords, URLs and other values of the variables can contain special symbols, for example the dollar sign, using these values can lead to unpredictable attempts of the variable expansions in the Bash scripts, such as openrc file, so we need to use single quotes for all variables values. Change-Id: Ib2aabadd0ffd6a8dc2591245f29b4478e03d92fc Signed-off-by:
Maksim Malchuk <maksim.malchuk@gmail.com>
-
- Apr 24, 2023
- Apr 22, 2023
-
-
Maksim Malchuk authored
Closes-Bug: #1919464 Change-Id: I64a5185627f98bcaf471ed8ccf0fd8f314769404 Signed-off-by:
Maksim Malchuk <maksim.malchuk@gmail.com>
-
- Apr 21, 2023
-
-
Zuul authored
-
- Apr 20, 2023
-
-
Zuul authored
-
Magnus Lööf authored
When using externally managed certificates, according to [1], one should set `kolla_externally_managed_cert: yes` and ensure that the certificates are in the correct place. However, RabbitMQ precheck still expects the certificates to be available on the controller node. This is incorrect. Fix by not running the tasks in question when `kolla_externally_managed_cert: yes` [1] https://docs.openstack.org/kolla-ansible/latest/admin/tls.html Closes-Bug: 1999081 Related-Bug: 1940286 Signed-off-by:
Magnus Lööf <magnus.loof@basalt.se> Change-Id: I9f845a7bdf5055165e199ab1887ed3ccbfb9d808
-
Zuul authored
-
Dr. Jens Harbott authored
This reverts commit 9867060b. Reason for revert: seems this broke some jobs Change-Id: I1ca81214ece403351c0a522ea05bf07802e4c4c0
-
Zuul authored
-
- Apr 19, 2023
-
-
Michal Arbet authored
Change-Id: I1d8021a1bc780449e3ca96183c6f4abaed17b382
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Matt Crees authored
The step "Run Nova upgrade checks" needs to be excluded from check mode. Related-Bug: #2002657 Change-Id: Ida582606b03d1896a6c58d4b324d088dc3b71852
-
Zuul authored
-