Merge "Include Manila Dependencies in Images"
This commit is contained in:
commit
27aff05247
@ -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
|
||||
|
@ -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",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user