forked from rcbops-cookbooks/nova-network
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.rb
25 lines (22 loc) · 802 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
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 "1.0.21"
recipe "nova-compute", ""
recipe "nova-controller", ""
recipe "nova-network", ""
recipe "nova-setup", ""
recipe "quantum-dhcp-agent", ""
recipe "quantum-l3-agent", ""
recipe "quantum-ovs-plugin", ""
recipe "quantum-plugin", ""
recipe "quantum-server", ""
%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"