forked from ktc-itsnotbutter/nova
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.rb
28 lines (26 loc) · 840 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
maintainer "Rackspace US, Inc."
license "Apache 2.0"
description "Installs and configures Openstack"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.0.15"
recipe "api-ec2", ""
recipe "api-metadata", ""
recipe "api-os-compute", ""
recipe "api-os-volume", ""
recipe "compute", ""
recipe "default", ""
recipe "libvirt", ""
recipe "network", ""
recipe "nova-common", ""
recipe "nova-rsyslog", ""
recipe "nova-scheduler-patch", ""
recipe "nova-setup", ""
recipe "scheduler", ""
recipe "vncproxy", ""
recipe "volume", ""
%w{ ubuntu fedora redhat centos }.each do |os|
supports os
end
%w{ apt cinder database dsh glance keystone monitoring mysql openssh rabbitmq selinux osops-utils sysctl yum }.each do |dep|
depends dep
end