Merge pull request #110 from stackhpc/feature/monitoring_hosts_in_inventory

Support monitoring hosts by default in overcloud inventory
This commit is contained in:
Doug Szumski 2018-01-16 17:07:33 +00:00 committed by GitHub
commit 50a91cbdad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -238,6 +238,9 @@ kolla_overcloud_inventory_top_level_group_map:
compute:
groups:
- compute
monitoring:
groups:
- monitoring
# List of names of top level kolla-ansible groups. Any of these groups which
# have no hosts mapped to them will be provided with an empty group definition.