diff --git a/ansible/group_vars/all/kolla b/ansible/group_vars/all/kolla
index d3a67150283ea7d5a9e66cd3d722444930953380..3e68b13abc91da134e4666cdc602a67b8a3f8df1 100644
--- a/ansible/group_vars/all/kolla
+++ b/ansible/group_vars/all/kolla
@@ -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.