forked from rcbops-cookbooks/nova-network
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.rb
26 lines (23 loc) · 881 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
maintainer "Rackspace US, Inc."
name "nova-network"
license "Apache 2.0"
description "Installs and configures the networking required for Openstack"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version IO.read(File.join(File.dirname(__FILE__), "VERSION"))
recipe "nova-compute", ""
recipe "nova-controller", ""
recipe "nova-network", ""
recipe "nova-setup", ""
recipe "neutron-dhcp-agent", ""
recipe "neutron-l3-agent", ""
recipe "neutron-ovs-plugin", ""
recipe "neutron-plugin", ""
recipe "neutron-server", ""
recipe "rpcdaemon", ""
%w{ centos ubuntu }.each do |os|
supports os
end
%w{ mysql nova osops-utils sysctl apache2 }.each do |dep|
depends dep
end
depends "keystone", ">= 1.0.20"