forked from hastexo/kickstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Modulefile
24 lines (22 loc) · 1.14 KB
/
Modulefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name 'hastexo/kickstack'
version '0.1.0'
source 'https://github.com/hastexo/kickstack'
author 'Florian Haas,Syed Armani,Andreas Kurz,Martin Loschwitz'
license 'Apache License 2.0'
summary 'Rapid OpenStack deployment with puppet-dashboard or any other Puppet ENC'
description 'Puppet module to rapidly install and deploy OpenStack, based on the Stackforge Puppet modules, configurable through parameters from puppet-dashboard, Puppet Enterprise, The Foreman, or any other Puppet External Node Classifier (ENC)'
project_page 'https://github.com/hastexo/kickstack'
dependency 'hastexo/exportfact', '>= 0.1.1'
dependency 'puppetlabs/cinder', '>= 2.0.0'
dependency 'puppetlabs/glance', '>= 2.0.0'
dependency 'puppetlabs/horizon', '>= 2.0.0'
dependency 'puppetlabs/keystone', '>= 2.0.0'
dependency 'puppetlabs/lvm', '>= 0.1.2'
dependency 'puppetlabs/nova', '>= 2.0.0'
dependency 'puppetlabs/openstack', '>= 2.0.0'
dependency 'rgevaert/pwgen', '>= 0.0.1'
# The dependencies below are currently unresolvable,
# as the relevant modules haven't yet been published
# to the Puppet Forge
# dependency 'puppetlabs/quantum', '>= 2.0.0'
# dependency 'ekarlso/vswitch', '>= 0.1.0'