Add overcloud-cinder-volume element to build BlockStorage images

Change-Id: Id5d2ad89197a3582ec6ab3d3f53e3254f901608b
This commit is contained in:
Giulio Fidente 2015-03-09 15:19:24 -04:00
parent f2531bf453
commit 2afba194b3
4 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1 @@
Install all packages required for the overcloud block storage role.

View File

@ -0,0 +1,2 @@
package-installs
pkg-map

View File

@ -0,0 +1,3 @@
cinder_package
targetcli_package
tgt_package

View File

@ -0,0 +1,7 @@
{
"default": {
"cinder_package": "openstack-cinder",
"targetcli_package": "targetcli",
"tgt_package": "scsi-target-utils"
}
}