forked from cloudops/cookbook_cloudstack_wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.rb
30 lines (27 loc) · 890 Bytes
/
metadata.rb
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
29
30
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.1.2'
depends "mysql", "> 5.2.0"
depends "cloudstack", ">= 3.0.0"
depends "nfs", ">= 2.0.0"
depends "selinux", ">= 0.8.0"
#depends 'build-essential'
#depends 'tomcat'
#depends 'git'
#depends 'maven'
#depends 'java'
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"