Include Manila Dependencies in Images

Include openstack-manila and openstack-manila-share packages
in the images in which Manila will be deployed on. These packages
(and their dependencies) are required for Manila to function correctly.

Change-Id: I47a442614cb4c25f473cd6a57603311cf487717a
This commit is contained in:
Ryan Hefner 2015-05-27 18:00:22 -04:00
parent 69b3727ac1
commit 40f9f6c0b1
3 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,8 @@ heat_engine_package
horizon_package
iscsi_package
keystone_package
manila_package
manila_share_package
mariadb_package
mariadb_server_package
mongodb_client_package

View File

@ -23,6 +23,8 @@
"horizon_package": "openstack-dashboard",
"iscsi_package": "iscsi-initiator-utils",
"keystone_package": "openstack-keystone",
"manila_package": "openstack-manila",
"manila_share_package": "openstack-manila-share",
"mariadb_package": "mariadb",
"mariadb_server_package": "mariadb-galera-server",
"memcached_package": "memcached",

View File

@ -13,6 +13,7 @@ puppet-heat git /opt/stack/puppet-modules/heat https://git.openstack.org/opensta
puppet-horizon git /opt/stack/puppet-modules/horizon https://git.openstack.org/openstack/puppet-horizon.git
puppetlabs-inifile git /opt/stack/puppet-modules/inifile https://github.com/puppetlabs/puppetlabs-inifile.git
puppet-keystone git /opt/stack/puppet-modules/keystone https://git.openstack.org/openstack/puppet-keystone.git
puppet-manila git /opt/stack/puppet-modules/manila https://git.openstack.org/openstack/puppet-manila.git
puppet-memcached git /opt/stack/puppet-modules/memcached https://github.com/saz/puppet-memcached.git
puppetlabs-mongodb git /opt/stack/puppet-modules/mongodb https://github.com/puppetlabs/puppetlabs-mongodb.git
puppetlabs-mysql git /opt/stack/puppet-modules/mysql https://github.com/puppetlabs/puppetlabs-mysql.git