fuel-library/deployment/puppet/openstack_tasks/Puppetfile

93 lines
2.7 KiB
Ruby

#!/usr/bin/env ruby
#^syntax detection
# See https://github.com/bodepd/librarian-puppet-simple for additional docs
#
# Important information for fuel-library:
# With librarian-puppet-simple you *must* remove the existing folder from the
# repo prior to trying to run librarian-puppet as it will not remove the folder
# for you and you may run into some errors.
#
############
# Examples #
############
# From git repo
# mod 'stdlib',
# :git => 'https://github.com/puppetlabs/puppetlabs-stdlib.git',
# :ref => '4.6.x'
#
# From tarbal
# mod 'stdlib',
# :tarbal => 'https://forgeapi.puppetlabs.com/v3/files/puppetlabs-stdlib-4.6.0.tar.gz'
#
#
# Pull in puppet-aodh
mod 'aodh',
:git => 'https://github.com/fuel-infra/puppet-aodh.git',
:ref => 'daa97a02f8d936cbbe4d8c00d24015c7f0b4cd8c'
# Pull in puppet-ceilometer
mod 'ceilometer',
:git => 'https://github.com/fuel-infra/puppet-ceilometer.git',
:ref => '1bcac4e50abad3381046accf80986eb5aed453d1'
# Pull in openstack-cinder
mod 'cinder',
:git => 'https://github.com/fuel-infra/openstack-cinder.git',
:ref => '72ef0ce90cfc828a9f0202a2c9970a15417ec4b5'
# Pull in puppet-glance
mod 'glance',
:git => 'https://github.com/fuel-infra/puppet-glance.git',
:ref => '8.2.0'
# Pull in puppet-heat
mod 'heat',
:git => 'https://github.com/fuel-infra/puppet-heat.git',
:ref => '0cb78122a2583517687d23ef1916f2ad96f75bef'
# Pull in puppet-horizon
mod 'horizon',
:git => 'https://github.com/fuel-infra/puppet-horizon.git',
:ref => '8.2.0'
# Pull in puppet-ironic
mod 'ironic',
:git => 'https://github.com/fuel-infra/puppet-ironic.git',
:ref => '754badddd4f00a223f73616476105287497253f4'
# Pull in puppet-keystone
mod 'keystone',
:git => 'https://github.com/fuel-infra/puppet-keystone.git',
:ref => 'ef97f0a157c9ae4734df66c6ec305749eba78ffc'
# Pull in puppet-openstacklib
mod 'openstacklib',
:git => 'https://github.com/fuel-infra/puppet-openstacklib.git',
:ref => '8.2.0'
# Pull in puppet-neutron
mod 'neutron',
:git => 'https://github.com/kozhukalov/puppet-neutron.git',
:ref => 'b702d2165bea2097ec4a1b93a2af0d4aa3c92c43'
# Pull in puppet-nova
mod 'nova',
:git => 'https://github.com/fuel-infra/puppet-nova.git',
:ref => '68edbded93de36c6607b20223ef24bc19955168c'
# Pull in puppet-murano
mod 'murano',
:git => 'https://github.com/fuel-infra/puppet-murano.git',
:ref => 'e2cf11681eebdc8cbdae71ccecf8b37f9a0ac15a'
# Pull in puppet-sahara
mod 'sahara',
:git => 'https://github.com/fuel-infra/puppet-sahara.git',
:ref => 'd3e0933af77de7dbfe8302840eb04bb9d31b7f97'
# Pull in puppet-swift
mod 'swift',
:git => 'https://github.com/fuel-infra/puppet-swift.git',
:ref => '8.2.0'