- Jan 10, 2023
-
-
Matt Crees authored
Adds the command ``kayobe overcloud service configuration validate`` to run the ``oslo-config-validator`` on all hosts via Kolla-Ansible. The output directory of the results is specified with the flag ``--output-dir``. Change-Id: I5d5d16eeabe69e8659e33722165928df096b3559
-
- Jan 09, 2023
-
-
Zuul authored
-
- Jan 06, 2023
-
-
Pierre Riteau authored
Without this change, Kayobe was tagging container images with `zed` when kolla-ansible was expecting something like `zed-ubuntu-jammy`. Change-Id: I23c409900db2c37105e7b218bbaedcfacb235787
-
Pierre Riteau authored
Kolla Ansible uses Quay.io as its default registry. Change-Id: Ie1a56ebd6fe3283a2b5b077f658ff1cf3e006784
-
- Jan 05, 2023
-
-
Pierre Riteau authored
Change-Id: I0289a0868b916a14c69fbab414335e7de6b17380
-
- Jan 03, 2023
- Dec 28, 2022
-
-
Pierre Riteau authored
Depends-On: https://review.opendev.org/c/zuul/zuul-jobs/+/866943/ Change-Id: I66b3a85adfe2928b936006780fb20b5fc7cc802f
-
- Dec 24, 2022
-
-
Pierre Riteau authored
This replaces the note about upgrading to CentOS Stream 8. Change-Id: If550a604403fa67e3b6062428cd82032217e545c
-
- Dec 16, 2022
-
-
Pierre Riteau authored
Handlers from MichaelRigart.interfaces are not run until the end of the play, which results in the veth role trying to create veth interfaces against a non-existing bridge. Change-Id: Ie1c9e1ada50774cbcaec528bd64d8df066c21d2e
-
Zuul authored
-
Zuul authored
-
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 antelope. Also, updating the template name to generic one. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I8fda05aa952f3d8501b93f1afffed9e8ebc7ec49
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/zed. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/zed. Sem-Ver: feature Change-Id: Ic251a20c6c4e202bc69449a98a3632a5a5d2811c
-
- Dec 15, 2022
-
-
leiyuehui authored
In Zed cycle, we have dropped the python 3.6/3.7[1] testing and its support. Removing the py36 centos8 job as well as updating the python classifier also to reflect the same. [1] https://governance.openstack.org/tc/reference/runtimes/zed.html Change-Id: I1bd306698a0b2afd1b824eda3389fcc3f919a1fb
-
Pierre Riteau authored
Release notes about cloud image updates are removed because they refer to unsupported systems. Change-Id: I020ca65b2ec1d4be4f6660f9b90be80e952138b0
-
Zuul authored
-
Mark Goddard authored
* Fix description of kolla_base_distro * Update support matrix notes Change-Id: Ibc2b9b647766231029fdc2c0e3671e872b1ae366
-
Zuul authored
-
- Dec 14, 2022
-
-
Mark Goddard authored
Kayobe provides various roles and plugins in the ansible directory. These are accessible to Kayobe playbooks in the same directory. In some cases it can be useful to use these items from Kayobe custom playbooks, however they cannot since they reside in a different directory. Typically we work around this by symlinking to the relevant directory from the directory containing the custom playbook. This is not an elegant workaround, and has assumptions about the relative paths of the Kayobe configuration and virtual environment in which Kayobe is installed. This change adds the Kayobe role, collection, and plugin paths to the relevant Ansible lookup paths using environment variables. This allows custom playbooks to use these items. Also added to the lookup paths are roles, collections and plugins in Kayobe configuration in the etc/kayobe/ansible/ directory. This removes the limitation of playbooks needing to reside in the same directory as those items in order to use them. We import the Ansible configuration settings module directly, since it avoids replicating the configuration logic. Story: 2010280 Task: 46234 Change-Id: I2fb2b4d7ed937e0184a62b0f119659569448f8df
-
Bartosz Bezak authored
Switch all dependencies to use the OpenStack Zed release. This commit should be reverted on the master branch once the Kayobe stable/zed branch has been cut and RC1 released. Change-Id: I1ea18a68bb2c1ea6a2a45f6cbd3c48fd30bb1c8a
-
Zuul authored
-
Zuul authored
-
Michal Nasiadka authored
This change bumps up the maximum supported Ansible version to 6.x (ansible-core 2.13.x) and minimum to 5.x. This synchronises Kayobe with Kolla Ansible. Shebang has been removed from modules due to [1]. os_openstacksdk_version has been added as openstack cloud modules don't support versions greater than 0.99. [1]: https://github.com/ansible/ansible/pull/76677 Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/867546 Change-Id: Ibb00f6d079442a8509411ae8a71d74fd7bd8cccd
-
Pierre Riteau authored
We need to change the version of ansible-collection-kolla used for each release. Use a more recent patch including this change. Change-Id: I3e7bcbaca442f7aa01f43df9209a80f7e176c548
-
Zuul authored
-
Pierre Riteau authored
Change-Id: I90413a04ab38820172f1b4bcb3afa18f3961639e
-
Pierre Riteau authored
Yoga upper constraints were used to keep compatibility with Python 3.6. This is not needed with all supported OS using Python 3.9 or newer. This reverts commits d2e0d64e and d190e9e3. Change-Id: I35a07bcc2b7c9cbb49fa60e6802cc6288a34fbd8
-
- Dec 13, 2022
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Pierre Riteau authored
Change-Id: Ia663ef4a2e6f16e277f2aaef0b0136e473f37698
-
Pierre Riteau authored
This follows removal of support from Kolla Ansible. This also removes support for configuring Grafana with overcloud post configure. Change-Id: I8102fafb00db178f1ae6801d37c43a39033cbfe6
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Pierre Riteau authored
Change-Id: I6af90d02e619d85b25ad364dc17d411008fd792e
-
Zuul authored
-
- Dec 12, 2022
-
-
Bartosz Bezak authored
CentOS Stream 8 support has been dropped. Migration path will be present in Yoga release - as a followup change. MichaelRigart.interfaces does not support custom routes for NetworkManager yet. It has been disabled in CI for Rocky Linux 9 temporarily. Non-voting CentOS Stream 9 CI overcloud job is using RL9 container images (as kolla CI is not building CS9 images anymore). Change-Id: Idf5ee822b03ba40179803c981500a6bad37594bf
-
as0 authored
Running multiple playbooks do not require a comma to added between them. Amend docs with a minor fix to improve readability/usability. Change-Id: I17e1c50f63bbbd4df73bd7a76769bde942cc024a
-