From 853222cc6f58a05aaebb3a87e1fdf28ba6a8c150 Mon Sep 17 00:00:00 2001
From: Mark Goddard <mark@stackhpc.com>
Date: Thu, 24 May 2018 17:36:36 +0100
Subject: [PATCH] Add the storage group to the inventory

Adds the storage group to the example inventory. The storage group is a
subgroup of the overcloud and docker groups.

TrivialFix

Change-Id: I18897c3bd86e12291cd4b13641beb5a8b6fdb89f
---
 etc/kayobe/inventory/groups | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/etc/kayobe/inventory/groups b/etc/kayobe/inventory/groups
index e50505419..cb9c90660 100644
--- a/etc/kayobe/inventory/groups
+++ b/etc/kayobe/inventory/groups
@@ -28,6 +28,9 @@ controllers
 [monitoring]
 # Empty group to provide declaration of monitoring group.
 
+[storage]
+# Empty group to provide declaration of storage group.
+
 [compute]
 # Empty group to provide declaration of compute group.
 
@@ -35,6 +38,7 @@ controllers
 controllers
 network
 monitoring
+storage
 compute
 
 ###############################################################################
@@ -46,6 +50,7 @@ seed
 controllers
 network
 monitoring
+storage
 compute
 
 ###############################################################################