Skip to content

Commit d1de229

Browse files
committed
CI: Remove installation of catatonit
This is now provided by ansible-collection-kolla directly [1]. [1] https://review.opendev.org/c/openstack/ansible-collection-kolla/+/952910 Change-Id: I9ebba113bd734d8e100653fdaab206d846033258 Signed-off-by: Pierre Riteau <[email protected]> (cherry picked from commit 4051b0c)
1 parent 3b4fa3d commit d1de229

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

playbooks/kayobe-seed-base/overrides.yml.j2

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,3 @@ seed_containers:
6363
node_exporter:
6464
image: "quay.io/prometheus/node-exporter"
6565
tag: "latest"
66-
67-
{% if ansible_os_family == "Debian" %}
68-
# TODO(priteau): Required for running some containers on Ubuntu + Podman.
69-
# Remove once installed by ansible-collection-kolla.
70-
dev_tools_packages_extra:
71-
- "catatonit"
72-
{% endif %}

0 commit comments

Comments
 (0)