Fix up Modulefile
Set a correct full name, add correct dependencies, and set URL to the hastexo GitHub repo (as long as it's not actually on StackForge).
This commit is contained in:
parent
b67a061100
commit
c6fbd46501
23
Modulefile
23
Modulefile
@ -1,11 +1,24 @@
|
|||||||
name 'kickstack'
|
name 'hastexo/kickstack'
|
||||||
version '0.1.0'
|
version '0.1.0'
|
||||||
source 'https://github.com/stackforge/kickstack'
|
source 'https://github.com/hastexo/kickstack'
|
||||||
author 'Florian Haas,Syed Armani,Andreas Kurz,Martin Loschwitz'
|
author 'Florian Haas,Syed Armani,Andreas Kurz,Martin Loschwitz'
|
||||||
license 'Apache License 2.0'
|
license 'Apache License 2.0'
|
||||||
summary 'Rapid OpenStack deployment with puppet-dashboard or any other Puppet ENC'
|
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)'
|
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/stackforge/kickstack'
|
project_page 'https://github.com/hastexo/kickstack'
|
||||||
|
|
||||||
# TODO: List dependencies
|
dependency 'hastexo/exportfact', '>= 0.1.1'
|
||||||
#dependency 'stackforge/openstack-nova', '>= 0.1.0'
|
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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user