forked from customink-webops/percona-install
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.rb
39 lines (32 loc) · 1.55 KB
/
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
31
32
33
34
35
36
37
38
maintainer "CustomInk, LLC"
maintainer_email "[email protected]"
license "Apache 2.0"
description "Installs Percona apt/yum repostiory, client, and server"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.1.4"
recipe "default", "Installs percona-release apt or yum repository"
recipe "client", "Installs Percona client"
recipe "server", "Installs Percona server"
recipe "xtrabackup", "Installs Percona xtrabackup"
recipe "monitoring", "Installs Percona monitoring plugins"
recipe "toolkit", "Installs Percona toolkit"
attribute "percona-install/plugins_url",
:dislpay_name => "Percona Install - Plugins URL",
:description => "The base URL for the percona-monitoring-plugins",
:type => "string"
attribute "percona-install/plugins_version",
:dislpay_name => "Percona Install - Plugins Version",
:description => "The version of plugins to be installed",
:type => "string"
attribute "percona-install/plugins_sha",
:dislpay_name => "Percona Install - Plugins SHA",
:description => "The sha of the downloaded tar gzip file.",
:type => "string"
attribute "percona-install/plugins_path",
:dislpay_name => "Percona Install - Plugins Path",
:description => "The directory in which the plugins will be installed",
:type => "string"
attribute "percona-install/plugins_nagios",
:dislpay_name => "Percona Install - Plugins Nagios Path",
:description => "The directory in which the nagios plugins will be installed",
:type => "string"