Skip to content

Commit 4a129cd

Browse files
committed
Replace docker group with container-engine
This is part of the move to support podman in kayobe. Change-Id: I9899ca0542b81d6e3752c464bdebfb14cbf0ed48
1 parent baf5c9f commit 4a129cd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

etc/kayobe/inventory/groups

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,20 @@ vgpu
6565
###############################################################################
6666
# Service groups.
6767

68-
[docker:children]
69-
# Hosts in this group will have Docker installed.
68+
[container-engine:children]
69+
# Hosts in this group will have Docker/Podman installed.
7070
seed
7171
controllers
7272
network
7373
monitoring
7474
storage
7575
compute
7676

77+
# NOTE(wszumski): Remove once https://review.opendev.org/c/openstack/kayobe/+/909686 has
78+
# merged. Added to get the group rename to pass CI.
79+
[docker:children]
80+
container-engine
81+
7782
[docker-registry:children]
7883
# Hosts in this group will have a Docker Registry deployed. This group should
7984
# generally contain only a single host, to avoid deploying multiple independent

0 commit comments

Comments
 (0)