- Feb 01, 2024
-
-
Will Szumski authored
This has now been removed from upstream docker-ce packages. ``` the devicemapper storage-driver has been deprecated and removed ``` and has shown deprecation warnings for some time. This change also includes some fixes necessary for CI to pass: * update the Zuul previous_release variable to 2023.2 Closes-Bug: #2051233 Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/906858 Change-Id: I263f59ea77e39accffe4febe0d47e56b35d9800e
-
- Jan 09, 2024
-
-
Ghanshyam Mann authored
As per the current release tested runtime, we test till python 3.11 so updating the same in python classifier in setup.cfg Change-Id: If9ccc21a51e85eefe1fc403db889051b933fc29d
-
- Dec 22, 2023
-
-
Zuul authored
-
- Dec 20, 2023
-
-
Mark Goddard authored
pep8 complained about it. Change-Id: I09061b8a9769d737115b7677599e8796503f0725
-
- Dec 12, 2023
- Dec 11, 2023
-
-
Matt Crees authored
When ``resolv_is_managed`` is set, Kayobe templates resolv.conf. This patch stops NetworkManager from overriding these changes. Closes-Bug: #2044537 Change-Id: I90b61dfe03d53c58327d2b15e70b7b8489bdfb47
-
- Dec 08, 2023
-
-
Pierre Riteau authored
This reverts commit 99f5b649. Reason for revert: 2023.2 has been branched and released Change-Id: I38fc5dcadda5103d63a11022825e8e167408677d
-
Pierre Riteau authored
The latest Rocky-9-GenericCloud image does not include the git package. Change-Id: I47a54b822d45ab5e1e64fa5e0f8111c0edadcb36
-
- Dec 07, 2023
-
-
Stig Telfer authored
Fix a logic issue when seed SNAT is not enabled. In this circumstance Bifrost was generating ConfigDrive data with the default gateway unset even when one is available on the admin network. This regression was introduced in Ib847d3420dee374cec067cd8af519b510be04120 [1]. [1] https://review.opendev.org/c/openstack/kayobe/+/898434 Closes-Bug: #2045926 Change-Id: Ifd9f9cd389ac09448fc91dba74f8f09595698b55
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/2023.2. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/2023.2. Sem-Ver: feature Change-Id: I9ab85dfddf3b4ae6ba593649ed4310ca8cbec0e2
-
- Dec 06, 2023
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Pierre Riteau authored
Change-Id: I96f00721c173cf095463424c0ca8779c54943591
-
- Dec 05, 2023
-
-
Pierre Riteau authored
We are seeing the following issue since 2.15.7 was released: Pattern and root_dir should be of the same type, not <class 'ansible.utils.unsafe_proxy.AnsibleUnsafeText'> and <class 'str'> Change-Id: I5cb458132133d171037f8697072e6bd8858db01a
-
- Dec 03, 2023
-
-
Maksim Malchuk authored
Change-Id: I57fe9a6a5037adc341617bd35d3df83c81acc5b0 Signed-off-by:
Maksim Malchuk <maksim.malchuk@gmail.com>
-
- Dec 02, 2023
- Dec 01, 2023
-
-
Zuul authored
-
Will Szumski authored
We no longer use these variables since we switched to the kolla Ansible collection. TrivialFix Change-Id: I50238dd694edc7ee02be4bfdc56ebf3a603e05d2
-
Pierre Riteau authored
Switch all dependencies to use the OpenStack 2023.2 release. This commit should be reverted on the master branch once the Kayobe stable/2023.2 branch has been cut and RC1 released. Change-Id: I749a1ac30fa15cf7faa456fcb90c4ddbbef77cc9
-
Pierre Riteau authored
Change-Id: I5cd9dacea10f0e00b3d481704f0949b6f5c4a69e
-
Zuul authored
-
Pierre Riteau authored
This variable was configuring enable_host_ntp in kolla-ansible, which was removed in the Xena release. Change-Id: I737598d3bbe40b933b4b727eccc3b2a76ed97cdb
-
Zuul authored
-
Zuul authored
-
- Nov 30, 2023
-
-
Zuul authored
-
Zuul authored
-
Will Szumski authored
Adds support for configuring vGPUs on NVIDIA hardware. Closes-Bug: #2028843 Change-Id: I4c8481f7429dbf50d51e26bd7acee24e16ee6c79
-
Pierre Riteau authored
The docker Python package was dropped from kolla requirements [1], but we still need to install it to build container images. [1] https://review.opendev.org/c/openstack/kolla/+/896644 Change-Id: I241884497f4fb707385eb12d5fcc187ed839f754
-
Zuul authored
-
Mark Goddard authored
If inline Ansible vault encryption is used to define an encrypted variable in kayobe-config, running 'kayobe configuration dump -l <host>' fails with the following: Failed to decode config dump YAML file /tmp/tmp_fg1bv_j/localhost.yml: ConstructorError(None, None, "could not determine a constructor for the tag '!vault'", <yaml.error.Mark object at 0x7f1e5c7404c0>) This change fixes the error by using the Ansible YAML loader which supports the vault tag. Any vault encrypted variables are sanitised in the dump output. Note that variables in vault encrypted files are not sanitised. Change-Id: I4830500d3c927b0689b6f0bca32c28137916420b Closes-Bug: #2031390
-
- Nov 29, 2023
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Mark Goddard authored
Since using the to_bool function in more places in I3a5a43fef9c3d68d0db02be12b9f892c437e513d, we are now more strict about the result of the variable dump. If there are no controllers in the inventory, the result will not be a valid boolean and the to_bool function will exit non-zero. This change fixes the issue by running against localhost, which should always be in the inventory. Change-Id: Idcfd9d335f11f6c4d676033128d207f62b363ee9
-
- Nov 28, 2023
-
-
Zuul authored
-
- Nov 24, 2023
-
-
Pierre Riteau authored
This fix was added when upgrading from CentOS Linux 8.2 to 8.3. This is likely not required on currently supported operating systems. Change-Id: Ic2c47ae4514d98ff18c5d17ba62b50c47f3929c1
-
- Nov 23, 2023
-
-
Michal Nasiadka authored
Change-Id: I73fad29af6a57b29afea46947d1ae90546253a2a
-