Skip to content

Commit f5d1992

Browse files
m-bullAlex-Welsh
authored andcommitted
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.
1 parent 0310297 commit f5d1992

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

etc/kayobe/kolla.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -504,22 +504,8 @@ kolla_build_args: {}
504504
# kolla-ansible group.
505505
# NOTE(Alex-Welsh): If you want to extend the map rather than replace it, you
506506
# must include the Kayobe defaults in the mapping.
507-
# Standard Kayobe defaults:
508-
# compute:
509-
# groups:
510-
# - "compute"
511-
# control:
512-
# groups:
513-
# - "controllers"
514-
# monitoring:
515-
# groups:
516-
# - "controllers"
517-
# network:
518-
# groups:
519-
# - "controllers"
520-
# storage:
521-
# groups:
522-
# - "controllers"
507+
# The standard Kayobe defaults can be found here:
508+
# https://github.com/stackhpc/kayobe/blob/stackhpc/<release>/ansible/inventory/group_vars/all/kolla
523509
#kolla_overcloud_inventory_top_level_group_map:
524510

525511
# List of names of top level kolla-ansible groups. Any of these groups which

0 commit comments

Comments
 (0)