-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmetadata.rb
More file actions
28 lines (24 loc) · 833 Bytes
/
metadata.rb
File metadata and controls
28 lines (24 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name 'cloudstack_wrapper'
maintainer 'Pierre-Luc Dion'
maintainer_email 'pdion@cloudops.com'
license 'All rights reserved'
description 'Configures and Customize Apache CloudStack using cookbook cloudstack libraries'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.4.10'
#depends "mysql", "= 6.1.3"
depends 'mysql', '~> 8.0'
depends 'yum-mysql-community'
depends "cloudstack"
depends "nfs", ">= 2.0.0"
depends "selinux"
supports 'centos'
supports 'redhat'
supports 'debian'
supports 'ubuntu'
supports 'fedora'
supports 'oracle'
provides "cloudstack_wrapper::all_in_one"
provides "cloudstack_wrapper::mgt_remotenfs"
provides "cloudstack_wrapper::management_server"
provides "cloudstack_wrapper::database_server"
provides "cloudstack_wrapper::nfs_server"