885 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			885 B
		
	
	
	
	
	
	
	
Testing
- [eNoCloud](gitolite@labs.enovance.com:ci-openstack-upgrade -b arch-tester)
 - eDeploy-lxc
 
Syntax checks
- 
- Install syntastic (using bundle, see https://github.com/sbadia/grimvim/blob/master/vimrc#L21)
 - Install puppet and puppet-lint packages
 - Run vi example
 
 - 
Manual launch:
- cd openstack-puppet-ci
 - bundle install (or create a rvm : rvm use ruby-1.9.3-p385;rvm gemset use puppet-dev)
 - rake lint
 
 
Run spec test from a train (offline rake spec)
The rake task « spec » is an alias to spec_prep + spec_standalone + spec_clean.
If you don't have a internet connection, just run before (in order to populate fixtures):
rake spec_prep
And then in your train:
rake spec_standalone