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
This commit is contained in:
parent
1b8c98ff24
commit
853222cc6f
@ -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
|
||||
|
||||
###############################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user