From da5e94749a7611211dea2cbce4c367323ab10614 Mon Sep 17 00:00:00 2001 From: Matt Anson Date: Mon, 22 Sep 2025 11:12:48 +0100 Subject: [PATCH] Fix top_level_group_map comment The previous comment included incorrect values for the default values in Kayobe. This commit corrects the comment to instead just provide a link to the current default values in the Kayobe source. --- etc/kayobe/kolla.yml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/etc/kayobe/kolla.yml b/etc/kayobe/kolla.yml index 6892d9e999..0d46a5c210 100644 --- a/etc/kayobe/kolla.yml +++ b/etc/kayobe/kolla.yml @@ -504,22 +504,8 @@ kolla_build_args: {} # kolla-ansible group. # NOTE(Alex-Welsh): If you want to extend the map rather than replace it, you # must include the Kayobe defaults in the mapping. -# Standard Kayobe defaults: -# compute: -# groups: -# - "compute" -# control: -# groups: -# - "controllers" -# monitoring: -# groups: -# - "controllers" -# network: -# groups: -# - "controllers" -# storage: -# groups: -# - "controllers" +# The standard Kayobe defaults can be found here: +# https://github.com/stackhpc/kayobe/blob/stackhpc//ansible/inventory/group_vars/all/kolla #kolla_overcloud_inventory_top_level_group_map: # List of names of top level kolla-ansible groups. Any of these groups which