forked from stackforge/puppet-openstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModulefile
More file actions
15 lines (14 loc) · 674 Bytes
/
Modulefile
File metadata and controls
15 lines (14 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name 'puppetlabs-openstack'
version '2.0.0'
source 'https://github.com/stackforge/puppet-openstack'
author 'Puppet Labs'
license 'Apache License 2.0'
summary 'Puppet Labs Openstack Module targeted for Grizzly'
description 'Puppet module that pulls together all the individual components of Openstack, resulting is a complete and functional stack.'
project_page 'https://github.com/stackforge/puppet-openstack'
dependency 'puppetlabs/glance', '>= 2.0.0'
dependency 'puppetlabs/horizon', '>= 2.0.0'
dependency 'puppetlabs/keystone', '>= 2.0.0'
dependency 'puppetlabs/nova', '>= 2.0.0'
dependency 'puppetlabs/cinder', '>= 2.0.0'
dependency 'puppetlabs/swift', '>= 2.0.0'