kayobe/playbooks
Mark Goddard c9c0019d7e Use jinja2.pass_context instead of contextfilter
The contextfilter decorator was deprecated in jinja2 3.0.0, and has been
dropped in 3.1.0. This results in the following warning, and failed
attempts to use filters:

    [WARNING]: Skipping plugin (networks.py) as it seems to be invalid:
    module 'jinja2' has no attribute 'contextfilter'

This change switches to use the pass_context decorator. The minimum
version of Jinja2 is raised to 3 to ensure pass_context is present.

This change also includes some changes to address issues with image
builds in CI, caused by CentOS Scream.

1. disable IPA image builds in seed deploy jobs

IPA image builds will be split out into a separate job. For now, disable
them.

2. disable overcloud host image builds in seed deploy jobs

Overcloud host image builds will be split out into a separate job. For
now, disable them.

Depends-On: https://review.opendev.org/c/openstack/kayobe/+/835279
Change-Id: If657bf5b0117812d3c53942464cc41cf86cc8ad5
2022-03-29 13:59:56 +01:00
..
kayobe-base CI: test fact caching 2022-02-23 09:29:43 +01:00
kayobe-infra-vm-base Merge "Add support for Rocky Linux 8" 2022-03-20 22:20:24 +00:00
kayobe-overcloud-base CI: fix TLS job by freeing up memory 2022-03-11 17:38:09 +01:00
kayobe-overcloud-host-configure-base Ubuntu: add support for Apt configuration 2022-03-23 06:48:56 +00:00
kayobe-overcloud-upgrade-base CI: remove qemu-utils installation 2022-03-03 10:01:21 +01:00
kayobe-seed-base Use jinja2.pass_context instead of contextfilter 2022-03-29 13:59:56 +01:00
kayobe-seed-upgrade-base CI: Don't download Cirros or IPA in seed jobs 2022-03-15 13:24:42 +00:00
kayobe-seed-vm-base Merge "Add support for Rocky Linux 8" 2022-03-20 22:20:24 +00:00
kayobe-tox-molecule Fix multiple CI failures 2020-05-12 19:04:43 +02:00
README.rst Add overcloud deployment job 2018-03-15 10:47:54 +00:00

README.rst

Zuul Ansible Playbooks

This directory contains playbooks for use by Zuul. These playbooks are not used by kayobe - see ansible/.