Initial Liberty Changes
Metadata changes - Updated maintainer email - Updated the version rubocop fixes Change-Id: If1d33d11af492f0c4b26caaf07051ee26b96e98e
This commit is contained in:
		
				
					committed by
					
						
						Samuel Cassiba
					
				
			
			
				
	
			
			
			
						parent
						
							af0763c67f
						
					
				
				
					commit
					872d9501f2
				
			
							
								
								
									
										15
									
								
								metadata.rb
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								metadata.rb
									
									
									
									
									
								
							@@ -1,18 +1,19 @@
 | 
			
		||||
# encoding: UTF-8
 | 
			
		||||
name 'openstack-integration-test'
 | 
			
		||||
maintainer 'Rackspace US, Inc.'
 | 
			
		||||
maintainer 'openstack-chef'
 | 
			
		||||
maintainer_email 'openstack-dev@lists.openstack.org'
 | 
			
		||||
license 'Apache 2.0'
 | 
			
		||||
description 'Installs and configures the Tempest Integration Test Suite'
 | 
			
		||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
 | 
			
		||||
version '11.0.0'
 | 
			
		||||
version '12.0.0'
 | 
			
		||||
recipe 'openstack-integration-test::setup', 'Installs and configures Tempest'
 | 
			
		||||
 | 
			
		||||
%w(ubuntu fedora redhat centos).each do |os|
 | 
			
		||||
  supports os
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
depends 'openstack-common', '>= 11.5.0'
 | 
			
		||||
depends 'openstack-identity', '>= 11.0.0'
 | 
			
		||||
depends 'openstack-image', '>= 11.0.0'
 | 
			
		||||
depends 'openstack-compute', '>= 11.0.0'
 | 
			
		||||
depends 'openstack-block-storage', '>= 11.0.0'
 | 
			
		||||
depends 'openstack-common', '>= 12.0.0'
 | 
			
		||||
depends 'openstack-identity', '>= 12.0.0'
 | 
			
		||||
depends 'openstack-image', '>= 12.0.0'
 | 
			
		||||
depends 'openstack-compute', '>= 12.0.0'
 | 
			
		||||
depends 'openstack-block-storage', '>= 12.0.0'
 | 
			
		||||
 
 | 
			
		||||
@@ -152,5 +152,5 @@ template '/opt/tempest/etc/tempest.conf' do
 | 
			
		||||
    'tempest_user2' => node['openstack']['integration-test']['user2']['user_name'],
 | 
			
		||||
    'tempest_user2_pass' => node['openstack']['integration-test']['user2']['password'],
 | 
			
		||||
    'tempest_user2_tenant' => node['openstack']['integration-test']['user2']['tenant_name']
 | 
			
		||||
   )
 | 
			
		||||
  )
 | 
			
		||||
end
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user