Add Puppetfile
This commit adds a Puppetfile with all of the correct sources revisions for installing from source. It also updates the README to include this file as a part of the from source installation. Change-Id: Iceadc4c209c7ea3518130afbff7bdc32862522cd
This commit is contained in:
		
							
								
								
									
										35
									
								
								Puppetfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										35
									
								
								Puppetfile
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,35 @@
 | 
			
		||||
forge "http://forge.puppetlabs.com"
 | 
			
		||||
 | 
			
		||||
mod 'puppetlabs/nova', :git => 'git://github.com/stackforge/puppet-nova'
 | 
			
		||||
mod 'puppetlabs/glance', :git => 'git://github.com/stackforge/puppet-glance'
 | 
			
		||||
mod 'puppetlabs/keystone', :git => 'git://github.com/stackforge/puppet-keystone'
 | 
			
		||||
mod 'puppetlabs/horizon', :git => 'git://github.com/stackforge/puppet-horizon'
 | 
			
		||||
mod 'puppetlabs/swift', :git => 'git://github.com/stackforge/puppet-swift'
 | 
			
		||||
mod 'puppetlabs/cinder', :git => 'git://github.com/stackforge/puppet-cinder'
 | 
			
		||||
mod 'puppetlabs/tempest', :git => 'git://github.com/puppetlabs/puppetlabs-tempest'
 | 
			
		||||
mod 'puppet/quantum', :git => 'git://github.com/stackforge/puppet-quantum/'
 | 
			
		||||
# openstack middleware
 | 
			
		||||
mod 'puppet/vswitch', :git => 'git://github.com/bodepd/puppet-vswitch'
 | 
			
		||||
mod 'puppetlabs/rabbitmq',
 | 
			
		||||
    :git => 'git://github.com/puppetlabs/puppetlabs-rabbitmq',
 | 
			
		||||
    :ref => 'origin/2.x'
 | 
			
		||||
mod 'puppetlabs/mysql',
 | 
			
		||||
    :git => 'git://github.com/puppetlabs/puppetlabs-mysql',
 | 
			
		||||
    :ref => 'origin/0.x'
 | 
			
		||||
mod 'puppetlabs/apache',
 | 
			
		||||
    :git => 'git://github.com/puppetlabs/puppetlabs-apache',
 | 
			
		||||
    :ref => 'origin/0.x'
 | 
			
		||||
mod 'puppetlabs/git', :git => 'git://github.com/puppetlabs/puppetlabs-git'
 | 
			
		||||
mod 'puppetlabs/vcsrepo', :git => 'git://github.com/puppetlabs/puppetlabs-vcsrepo'
 | 
			
		||||
mod 'saz/memcached', :git => 'git://github.com/saz/puppet-memcached'
 | 
			
		||||
mod 'puppetlabs/rsync', :git => 'git://github.com/puppetlabs/puppetlabs-rsync'
 | 
			
		||||
# other deps
 | 
			
		||||
mod 'puppetlabs/xinetd', :git => 'git://github.com/puppetlabs/puppetlabs-xinetd'
 | 
			
		||||
mod 'saz/ssh', :git => 'git://github.com/saz/puppet-ssh'
 | 
			
		||||
mod 'saz/sudo', :git => 'git://github.com/saz/puppet-sudo'
 | 
			
		||||
mod 'puppetlabs/stdlib', :git => 'git://github.com/puppetlabs/puppetlabs-stdlib'
 | 
			
		||||
mod 'puppetlabs/apt', :git => 'git://github.com/puppetlabs/puppetlabs-apt'
 | 
			
		||||
mod 'puppetlabs/firewall', :git => 'git://github.com/puppetlabs/puppetlabs-firewall'
 | 
			
		||||
mod 'ripienaar/concat', :git => 'git://github.com/ripienaar/puppet-concat'
 | 
			
		||||
mod 'duritong/sysctl', :git => 'git://github.com/duritong/puppet-sysctl.git'
 | 
			
		||||
mod 'cprice404/inifile', :git => 'git://github.com/cprice-puppet/puppetlabs-inifile'
 | 
			
		||||
@@ -73,7 +73,8 @@ The swift portions of this module needs Puppet's [exported resources](http://doc
 | 
			
		||||
    cd /etc/puppet/modules
 | 
			
		||||
    git clone git://github.com/stackforge/puppet-openstack.git openstack
 | 
			
		||||
    cd openstack
 | 
			
		||||
    rake modules:clone
 | 
			
		||||
    gem install librarian-puppet
 | 
			
		||||
    librarian-puppet install --path ../
 | 
			
		||||
 | 
			
		||||
**Pre-puppet setup**
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user