-
Notifications
You must be signed in to change notification settings - Fork 3
/
metadata.rb
20 lines (16 loc) · 983 Bytes
/
metadata.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
maintainer "Roeland Kuipers"
maintainer_email "rkuipers@schubergphilis.com"
license "Apache license v2.0"
description "Installs/Configures CloudStack"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.9.99"
recipe "cloudstack::agent", "Installs the CloudStack Agent package"
recipe "cloudstack::cloudbridge", "Installs the CloudStack awsapi package"
recipe "cloudstack::database", "Prepares a mysql database for CloudStack management server"
recipe "cloudstack::management", "Installs and configures the CloudStack management server"
recipe "cloudstack::usageserver", "Install and configures the CloudStack usage server"
depends "mysql"
attribute "cloudstack/db_server_role",
:display_name => "CloudStack database server role",
:description => "The role used by the management server recipe to search for the database server",
:default => "cs_database_server"